oxc/crates
Boshen 9ed682a38e
fix(semantic): fix function redeclaration errors
The problem here we face here is that TypeScript does not consider Annex
B.3.2, which makes implementation a bit more difficult.

This implementation conforms to test262.
2023-03-17 10:06:02 +08:00
..
oxc_allocator feat(parser): add lexer 2023-02-11 02:29:54 -08:00
oxc_ast feat(parser): support decorators in class expression (#190) 2023-03-17 09:33:04 +08:00
oxc_cli fix(cli): should return semantic errors 2023-03-17 09:43:53 +08:00
oxc_diagnostics feat(cli): do not print errors on files that looks like a minified file 2023-03-12 12:59:37 +08:00
oxc_linter feat(linter): report export errors in javascript 2023-03-15 18:12:34 -07:00
oxc_macros deps: update dependencies (#183) 2023-03-15 10:30:12 +08:00
oxc_parser feat(parser): support decorators in class expression (#190) 2023-03-17 09:33:04 +08:00
oxc_printer feat(linter): implement eslint(no-unsafe-negation) (#186) 2023-03-15 11:36:56 +08:00
oxc_semantic fix(semantic): fix function redeclaration errors 2023-03-17 10:06:02 +08:00
oxc_wasm chore(rust): bump deps 2023-03-11 23:26:45 +08:00