oxc/crates
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
..
oxc Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_allocator Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_ast feat(ast): serialize identifiers to ESTree (#2521) 2024-03-04 14:53:33 +00:00
oxc_cli feat(cli,linter): provide tsconfig path from the cli (#2526) 2024-02-27 20:00:11 +08:00
oxc_codegen refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
oxc_diagnostics Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_index Publish crates v0.8.0 2024-02-26 19:01:51 +08:00
oxc_js_regex [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
oxc_language_server chore(deps): update rust crates (#2589) 2024-03-04 11:23:06 +08:00
oxc_linter feat(linter): eslint-plugin-jest: prefer-to-have-length (#2580) 2024-03-05 09:15:19 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00
oxc_parser fix(parser): fix span end for TSEmptyBodyFunctionExpression (#2606) 2024-03-05 12:45:11 +08:00
oxc_prettier feat(ast): add AssignmentTargetRest (#2601) 2024-03-04 14:31:22 +08:00
oxc_semantic fix(semantic): jsx reference with an incorrect node id (#2546) 2024-03-01 21:07:57 +08:00
oxc_span refactor(span): remove AtomImpl (#2525) 2024-02-27 13:45:58 +08:00
oxc_syntax feat(linter): remove all commonjs logic for import plugin (#2537) 2024-02-28 18:13:44 +08:00
oxc_transformer fix(transformer/decorators): missing check private function (#2607) 2024-03-05 11:37:00 +08:00
oxc_wasm refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +08:00