swc/crates/swc_ecma_ast/src
2022-05-05 02:25:37 +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): Support typeof with private fields (#4302) 2022-04-11 20:02:51 +00:00
lit.rs feat(es/ast): Add raw to Num (#4245) 2022-04-05 12:46:35 +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 fix(es/compat): Memorize computed props in logical assignment (#4525) 2022-05-05 02:25:37 +00:00
stmt.rs feat(es/minifier): Improve handling of switches (#4260) 2022-04-21 10:00:25 +00:00
typescript.rs feat(es): Support typeof with private fields (#4302) 2022-04-11 20:02:51 +00:00