swc/crates/swc_ecma_transforms_base/src
2023-03-12 04:50:28 +00:00
..
helpers feat(es/helper): Use require to load polyfills and helpers in Script (#6778) 2023-01-16 16:07:40 +00:00
hygiene feat(es/renamer): Rename synthesized identifiers even on eval (#6818) 2023-01-16 04:51:47 +00:00
rename fix(es/renamer): Handle rest params correctly (#6821) 2023-01-16 06:57:16 +00:00
resolver perf(es/ast): Shrink size of Expr (#7041) 2023-03-09 13:34:11 +00:00
assumptions.rs feat(es/compat): Implement loose mode for async_to_generator (#3870) 2022-03-05 19:32:59 +00:00
ext.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
feature.rs refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
fixer.rs fix(es/ast): Fix memory layout (#7062) 2023-03-12 04:50:28 +00:00
lib.rs fix(es): Support stable rustc again (#7057) 2023-03-11 10:42:04 +00:00
native.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
pass.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
perf.rs refactor(es/utils): Move utilities for parallel processing (#5742) 2022-09-04 23:54:36 +09:00
quote.rs feat(es/helpers): Import only used helpers (#4767) 2022-05-24 04:09:59 +00:00
scope.rs fix(es/resolver): Fix handling of block scoped functions (#5092) 2022-07-05 05:04:49 +00:00
tests.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00