oxc/crates
DonIsaac b1af73db81 fix(semantic): do not create a global symbol for declare global {} (#6040)
Re-creation of #6004 to unblock it from down-stack PRs. @Boshen has already reviewed the previous PR and determined this to be correct behavior.
2024-09-25 08:46:00 +00:00
..
oxc docs(oxc): add README.md and crate-level docs (#6035) 2024-09-25 02:16:31 +00:00
oxc_allocator docs(allocator): document oxc_allocator crate (#6037) 2024-09-25 02:16:32 +00:00
oxc_ast fix(semantic): do not create a global symbol for declare global {} (#6040) 2024-09-25 08:46:00 +00:00
oxc_ast_macros release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_cfg release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_codegen refactor(codegen): simplify printing annotation comments (#6027) 2024-09-25 06:27:18 +00:00
oxc_diagnostics fix(diagnostics): check for terminal when displaying links (#6018) 2024-09-24 07:18:07 +00:00
oxc_index release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_isolated_declarations fix(semantic,codegen,transformer): handle definite ! operator in variable declarator (#6019) 2024-09-24 08:32:05 +00:00
oxc_language_server chore(oxc): ban std::collections::HashMap in favor of FxHashMap (#5996) 2024-09-24 16:41:36 +08:00
oxc_linter fix(linter): no-useless-escape: do not crash on backslash character (#6048) 2024-09-24 23:25:49 +00:00
oxc_macros feat(linter): add oxc-security/api-keys (#5906) 2024-09-22 22:39:56 +00:00
oxc_mangler release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_minifier fix(minifier): compute void number as undefined (#6028) 2024-09-24 14:39:44 +00:00
oxc_module_lexer release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_parser fix(paresr): do not report missing initializer error in ambient context (#6020) 2024-09-24 09:04:09 +00:00
oxc_prettier refactor(ast): move all ts ast related impl methods to ast_impl (#6015) 2024-09-24 06:07:37 +00:00
oxc_regular_expression release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_semantic fix(semantic): do not create a global symbol for declare global {} (#6040) 2024-09-25 08:46:00 +00:00
oxc_sourcemap release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_span release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_syntax fix(minifier): compute void number as undefined (#6028) 2024-09-24 14:39:44 +00:00
oxc_transformer test(transformer): enable tests (#6032) 2024-09-25 06:31:46 +00:00
oxc_traverse release(crates): v0.30.1 (#6016) 2024-09-24 14:03:03 +08:00
oxc_wasm feat(oxc_wasm): add verbse option to debug_dot (#5879) 2024-09-19 06:13:03 +00:00