oxc/crates
overlookmotel 938ae12203 refactor(ast): fix clippy lint on nightly (#3346)
Clippy on nightly produces a warning for `&t as *const _`.

This warning is spurious in this case - we know `t` is valid, because we just created it. But change it, to keep Clippy happy!
2024-05-18 17:43:51 +00: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(ast): fix clippy lint on nightly (#3346) 2024-05-18 17:43:51 +00: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 refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server fix: fix some nightly warnings 2024-05-19 00:54:52 +08:00
oxc_linter refactor(diagnostics): s/warning/warn 2024-05-18 17:55:05 +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): clean up ParserState (#3345) 2024-05-19 01:30:16 +08:00
oxc_prettier fix(parser): correctly parse cls.fn<C> = x (#3208) 2024-05-09 10:23:45 +08:00
oxc_semantic refactor(semantic): semantic populate scope_id fields in AST (#3303) 2024-05-16 16:21:19 +00:00
oxc_sourcemap fix: fix some nightly warnings 2024-05-19 00:54:52 +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