oxc/crates
overlookmotel 960e1d5c60 refactor(ast): rename IdentifierReference::new_with_reference_id (#5157)
The old name `new_read` no longer makes sense as it doesn't set a read-only flag any more, since `flags` field was removed from `IdentifierReference`.
2024-08-24 02:34:18 +00:00
..
oxc Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_allocator Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_ast refactor(ast): rename IdentifierReference::new_with_reference_id (#5157) 2024-08-24 02:34:18 +00:00
oxc_ast_macros Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_cfg Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_codegen Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_diagnostics fix(diagnostics): improve "file is too long to fit on the screen" (#5120) 2024-08-23 11:17:12 +00:00
oxc_index Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_isolated_declarations Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_language_server refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_linter feat(linter/unicorn): add fixer to prefer-string-slice (#5150) 2024-08-23 21:37:35 -04:00
oxc_macros
oxc_mangler Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_minifier Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_module_lexer Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_parser chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
oxc_prettier refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
oxc_regular_expression chore(regular_expression): remove circular dependency 2024-08-23 16:16:10 +08:00
oxc_semantic chore(semantic): print errors from examples/simple.rs 2024-08-23 22:57:26 +08:00
oxc_sourcemap Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_span Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_syntax Release crates v0.25.0 (#5107) 2024-08-23 15:37:36 +08:00
oxc_transformer refactor(ast): rename IdentifierReference::new_with_reference_id (#5157) 2024-08-24 02:34:18 +00:00
oxc_traverse refactor(traverse): codegen ChildScopeCollector (#5119) 2024-08-23 12:49:33 +00:00
oxc_wasm feat(transformer): always pass in symbols and scopes (#5087) 2024-08-22 16:06:31 +00:00