oxc/crates/oxc_parser/src
Arnaud Barré 97aa9cfd54
fix(parser): fix span end for TSEmptyBodyFunctionExpression (#2606)
https://oxc-project.github.io/oxc/playground/?code=3YCAAICXgICAgICAgICxG4jI43W9aqTWr3WzyAs1pNu4fnf%2FXXEB3Yt%2FfiBIgA%3D%3D

The conformance test are going back to initial state. I think the `.asi`
should be smarter, i can rethink that later

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-03-05 12:45:11 +08:00
..
js fix(parser): fix span end for TSEmptyBodyFunctionExpression (#2606) 2024-03-05 12:45:11 +08:00
jsx [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
lexer fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
ts fix(parser): fix span start for TSModuleDeclaration (#2593) 2024-03-04 04:29:32 +00:00
context.rs feat(parser): parse decorators properly (#2603) 2024-03-04 19:30:41 +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 fix(parser): fix duplicated comments during parser rewind (#2600) 2024-03-04 14:07:33 +08:00
list.rs refactor(parser): wrapper type for parser (#2339) 2024-02-07 23:22:08 +08:00
state.rs refactor(ast): change Option<Vec> to Vec for decorators (#84) 2023-03-02 15:52:46 +08:00