oxc/crates/oxc_isolated_declarations/src
2024-07-10 15:19:23 +00:00
..
class.rs fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
declaration.rs feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
diagnostics.rs feat(isolated-declarations): report error for expando functions (#3872) 2024-06-24 10:56:23 +00:00
enum.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
formal_parameter_binding_pattern.rs fix(isolated_declarations): Remove nested AssignmentPatterns from inside parameters (#4077) 2024-07-08 11:06:26 +08:00
function.rs fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
inferrer.rs feat(ast)!: generate ast_builder.rs. (#3890) 2024-07-09 00:57:26 +00:00
lib.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
literal.rs feat(isolated-declarations): improve the inference template literal (#3797) 2024-06-20 15:02:45 +00:00
module.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
return_type.rs feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
scope.rs feat(ast, ast_codegen): pass the scope_id to the enter_scope event. (#4168) 2024-07-10 15:19:23 +00:00
types.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00