oxc/crates
Boshen 603817bef9 feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557)
See https://babel.dev/docs/options#misc-options for background on `unambiguous`

Once `SourceType::Unambiguous` is parsed, it will correctly set the returned `Program::source_type` to either `module` or `script`.
2024-09-07 10:48:58 +00:00
..
oxc refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_allocator release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_ast refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_ast_macros release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_cfg release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_codegen fix(codegen): do not print trailing commas for ArrayExpression (#5551) 2024-09-06 16:35:10 +00:00
oxc_diagnostics release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_index refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_isolated_declarations test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
oxc_language_server refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_linter refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_macros chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
oxc_mangler refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_minifier refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_module_lexer release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_parser feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_prettier fix(ast, codegen, linter): panics in fixers. (#5431) 2024-09-05 05:59:22 +00:00
oxc_regular_expression refactor(linter): use meaningful names for diagnostic parameters (#5564) 2024-09-06 18:14:56 -04:00
oxc_semantic feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_sourcemap docs(sourcemap): add trailing newline to README (#5539) 2024-09-06 15:24:52 +01:00
oxc_span feat(oxc)!: add SourceType::Unambiguous; parse .js as unambiguous (#5557) 2024-09-07 10:48:58 +00:00
oxc_syntax release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_transformer fix(transformer): JSX transform delete references for JSXClosingElements (#5560) 2024-09-07 03:51:36 +00:00
oxc_traverse refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
oxc_wasm feat(oxc_wasm): add controlFlowDotString to oxc_wasm (#5571) 2024-09-07 10:41:00 +00:00