swc/crates/swc_ecma_transforms_base/tests
Donny/강동윤 913c82a2ab
fix(es/lints): Fix incorrect duplicate binding error (#3194)
swc_ecma_transforms_base:
 - `resolver`: Fix resolving of `const` and `let`.

swc_ecma_lints:
 - `duplicate_bindings`: Don't mark ambient function declararions as a binding. (Closes #3193)
2022-01-05 11:59:10 +09:00
..
resolver feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171) 2022-01-03 05:54:58 +09:00
ts-resolver fix(es/lints): Fix incorrect duplicate binding error (#3194) 2022-01-05 11:59:10 +09:00
fixer_test262.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
fixture.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
par_explode.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
par.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
ts_resolver.rs refactor(es/ast): Change type or the key of ClassProp to PropName (#3038) 2021-12-15 16:21:30 +09:00