swc/crates/swc_ecma_ast/src
2024-01-21 12:05:46 +09:00
..
class.rs fix(es/ast): Add definite and is_override to AutoAccessor (#8436) 2024-01-21 12:05:46 +09:00
decl.rs feat(es/compat): Implement transform for explicit resource management (#7376) 2023-06-29 14:13:43 +00:00
expr.rs feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
function.rs refactor(ast): Make serde optional (#7138) 2023-03-27 13:28:42 +09:00
ident.rs refactor(es/utils): Use exact type for factory methods (#8417) 2023-12-12 15:13:10 +09:00
jsx.rs refactor(ast): Make serde optional (#7138) 2023-03-27 13:28:42 +09:00
lib.rs feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
list.rs fix(es/codegen): Emit implements clause with commas (#8477) 2024-01-03 06:56:46 +00:00
lit.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
macros.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00
module_decl.rs feat(es/ast): Support import phase (#8279) 2024-01-21 12:05:46 +09:00
module.rs refactor(ast): Make serde optional (#7138) 2023-03-27 13:28:42 +09:00
operators.rs feat(plugin): Enable bytecheck (#7280) 2023-05-06 03:54:25 +00:00
pat.rs refactor(es/ast): Remove unused fields (#7518) 2023-06-12 08:02:34 +00:00
prop.rs fix(es/ast): Fix definition of SetterProp (#8314) 2024-01-21 12:05:46 +09:00
source_map.rs refactor(es/codegen): Extract code from generic functions to reduce compile time (#7127) 2023-03-23 04:37:02 +00:00
stmt.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
typescript.rs refactor(atoms): Remove usage of js_word! to drop string-cache (#7976) 2023-10-08 00:39:51 +00:00