oxc/crates
underfin 90d2d09022
feat(sourcemap): add Sourcemap#from_json method (#3361)
The rolldown plugin hook could return an object map, cast it to string
at node, and decode it has unnecessary json overhead at rust. So here
export an new function to let rolldown could using `JSONSourceMap` to
generate `Sourcemap`.
2024-05-20 22:35:14 +08:00
..
oxc Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_allocator Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_ast refactor(parser): improve expression parsing (#3352) 2024-05-19 21:28:16 +08:00
oxc_ast_macros Release crate oxc_ast_macros v0.13.0 2024-05-14 23:15:20 +08:00
oxc_cli feat(cli): add --silent to disable all diagnostics printing (#3338) 2024-05-18 10:22:51 +00:00
oxc_codegen refactor(parser): start porting arrow function parsing from tsc (#3340) 2024-05-18 22:35:29 +08:00
oxc_diagnostics feat(cli): add --silent to disable all diagnostics printing (#3338) 2024-05-18 10:22:51 +00:00
oxc_index Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_js_regex
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter feat(linter): eslint-plugin-jest/no-duplicate-hooks (#3358) 2024-05-20 12:13:34 +08:00
oxc_macros perf(linter): use usize for RuleEnum hash (#3336) 2024-05-18 14:12:32 +08:00
oxc_minifier Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_module_lexer Publish oxc_module_lexer v0.13.0 2024-05-16 22:14:47 +08:00
oxc_parser refactor(parser): improve expression parsing (#3352) 2024-05-19 21:28:16 +08:00
oxc_prettier
oxc_semantic fix(semantic) incorrect reference flag caused by MemberExpression (#3354) 2024-05-19 14:55:18 +00:00
oxc_sourcemap feat(sourcemap): add Sourcemap#from_json method (#3361) 2024-05-20 22:35:14 +08:00
oxc_span Release crates v0.13.0 2024-05-14 23:14:15 +08:00
oxc_syntax feat(linter): no-barrel-file (#3275) 2024-05-16 07:54:09 +00:00
oxc_transformer feat(transformer): report errors when options have unknown fields (#3322) 2024-05-19 01:19:40 +08:00
oxc_traverse feat(traverse): mutable access to scopes tree + symbol table (#3314) 2024-05-16 16:21:24 +00:00
oxc_wasm refactor: clean up more diagnostics usages 2024-05-12 21:46:03 +08:00