Skip to content

Commit bc20217

Browse files
committed
fix(oxlint,oxfmt): Omit useless | null for Option<T> field from schema (#20273)
Currently, fields defined as `key: Option<T>` are represented in TS as `key?: T | null`. However, passing `null` actually just treats it as `None`, which only creates noise.
1 parent ade14d4 commit bc20217

File tree

7 files changed

+249
-740
lines changed

7 files changed

+249
-740
lines changed

0 commit comments

Comments
 (0)