oxc/crates/oxc_parser/src
Andrew McClenaghan 6b3b260dcc
feat(Codegen): Improve codegen (#2460)
This gets all the new TS types working to the same level TS output was
before and fixes a bunch of other codegen

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-02-21 14:41:57 +08:00
..
js feat(semantic): add check for duplicate class elements in checker (#2455) 2024-02-21 14:10:19 +08:00
jsx refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
lexer refactor(parser): continue_if in byte_search macro not unsafe (#2440) 2024-02-20 10:45:31 +08:00
ts feat(parser): parse import attributes in TSImportType (#2436) 2024-02-19 12:26:42 +08:00
context.rs fix(parser): false postive for "Missing initializer in const declaration" in declare + namespace (#1724) 2023-12-18 17:03:42 +08:00
cursor.rs refactor(parser): make Source::set_position safe (#2341) 2024-02-08 14:56:26 +08:00
diagnostics.rs feat(parser): recover from async x [newline] => x (#2375) 2024-02-10 11:19:08 +08:00
lib.rs feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs