oxc/crates
magic-akari a2858ed452
refactor(ast): introduce ThisParameter (#1728)
Most TypeScript types can be eliminated during the code generation phase
by not printing the corresponding AST nodes.
The changes in this PR enable applying a similar technique to the `this`
parameter.
2023-12-19 13:20:33 +08:00
..
oxc Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_allocator Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_ast refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
oxc_cli fix(cli): conflict between --import-plugin and -D correctness (#1729) 2023-12-18 21:20:48 +08:00
oxc_codegen Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_diagnostics feat(linter) Parse eslint configuration (#1146) 2023-12-14 16:29:27 +08:00
oxc_formatter Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_index Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_js_regex
oxc_linter feat(linter): correct example and docs url for number_arg_out_of_range (#1737) 2023-12-19 05:14:43 +00:00
oxc_linter_plugin feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00
oxc_macros feat(linter): add a perf category (#1625) 2023-12-04 17:31:34 +08:00
oxc_minifier Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_parser refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
oxc_prettier feat(prettier): add print_binaryish_expressions (#1664) 2023-12-13 22:52:53 +08:00
oxc_query feat(query): Add is_getter, is_setter, is_constructor to all Function implementors (#1526) 2023-11-27 12:22:41 +08:00
oxc_semantic feat(semantic): add SymbolFlags::Function for FunctionDeclaration (#1713) 2023-12-18 11:26:33 +08:00
oxc_span Release crates v0.4.0 2023-12-08 17:20:37 +08:00
oxc_syntax feat(linter): add eslint-plugin-import(export) rule (#1654) 2023-12-13 23:12:45 +08:00
oxc_transformer refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
oxc_type_synthesis
oxc_wasm feat(linter): add jsx-a11y settings (#1668) 2023-12-16 13:45:14 +08:00