oxc/crates
Boshen b06052501a refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553)
Realized we can get the source type from the AST.

The next PR will introduce `unambiguous` to `SourceType` and directly set `Program::source_type` to either `script` or `module`.
2024-09-06 16:40:10 +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(ast): inline AstKind::as_* methods (#5547) 2024-09-06 14:31:17 +00: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 release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +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(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00: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 release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_prettier fix(ast, codegen, linter): panics in fixers. (#5431) 2024-09-05 05:59:22 +00:00
oxc_regular_expression refactor(regular_expression): Align diagnostics (#5543) 2024-09-06 16:28:06 +00:00
oxc_semantic refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_sourcemap docs(sourcemap): add trailing newline to README (#5539) 2024-09-06 15:24:52 +01:00
oxc_span release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_syntax release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_transformer refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00
oxc_traverse release: crates v0.27.0 (#5538) 2024-09-06 19:06:29 +08:00
oxc_wasm refactor(semantic)!: remove source_type argument from SemanticBuilder::new (#5553) 2024-09-06 16:40:10 +00:00