swc/crates/swc_ecma_ast/src
2022-04-02 06:04:14 +00:00
..
class.rs fix(es/ast): Revert removal of definite in PrivateProp (#4051) 2022-03-17 05:33:37 +00:00
decl.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
expr.rs feat(es/compat): Support more regex expressions (#4205) 2022-04-01 04:26:30 +00:00
function.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
ident.rs fix(es/parser): Use unicode id instead of xid (#3867) 2022-03-05 12:24:45 +00:00
jsx.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
lib.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
lit.rs feat(es/ast): Add raw to BigInt (#4218) 2022-04-02 06:04:14 +00:00
macros.rs feat(es/ast): Improve AST api for plugin authors (#3281) 2022-01-16 16:56:41 +09:00
module_decl.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
module.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
operators.rs refactor(es/utils): Merge the super field visitor with FnEnvHoister (#3279) 2022-01-17 13:35:32 +09:00
pat.rs perf(es/ast): Implement Clone without inline for some enums (#3878) 2022-03-06 09:12:23 +00:00
prop.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
stmt.rs perf(es/ast): Implement Clone without inline for some enums (#3878) 2022-03-06 09:12:23 +00:00
typescript.rs feat(es/typescript): Support optional variance annotations (#4008) 2022-03-23 14:36:37 +00:00