swc/crates/swc_ecma_parser/tests
Donny/강동윤 1121bc0dc1
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test with @swc/cli (push) Waiting to run
CI / Miri (better_scoped_tls) (push) Waiting to run
CI / Miri (string_enum) (push) Waiting to run
CI / Miri (swc) (push) Waiting to run
CI / Miri (swc_bundler) (push) Waiting to run
CI / Miri (swc_ecma_codegen) (push) Waiting to run
CI / Miri (swc_ecma_minifier) (push) Waiting to run
CI / Done (push) Blocked by required conditions
Benchmark / Bench everything (push) Waiting to run
feat(es/parser): Disallow let let (#9484)
**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/8269
2024-08-22 09:17:33 +00:00
..
binding-pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
comments pers(es/ast): Introduce IdentName (#9185) 2024-07-12 13:13:20 +09:00
common feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
errors feat(es/parser): Disallow let let (#9484) 2024-08-22 09:17:33 +00:00
js pers(es/ast): Introduce IdentName (#9185) 2024-07-12 13:13:20 +09:00
jsx fix(es/parser): Fix span of EOF errors (#9378) 2024-08-05 08:52:17 +00:00
shifted/empty-with-comments refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
span fix(es/ast): Make span of binding ident include type ann (#9293) 2024-07-19 17:08:02 +00:00
test262-error-references/fail feat(es/parser): Disallow let let (#9484) 2024-08-22 09:17:33 +00:00
test262-parser@0e808c74fb refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tsc pers(es/ast): Introduce IdentName (#9185) 2024-07-12 13:13:20 +09:00
typescript pers(es/ast): Introduce IdentName (#9185) 2024-07-12 13:13:20 +09:00
typescript-errors feat(es/parser): Disallow let let (#9484) 2024-08-22 09:17:33 +00:00
comments.rs refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
errors.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
js.rs refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
jsx.rs refactor(es): Use into for AST construction (#9197) 2024-07-12 13:13:20 +09:00
span.rs refactor(es/parser): Rename EsConfig and TsConfig (#9094) 2024-06-22 01:56:37 +09:00
test262.rs fix(es/ast): Pin version of unicodes (#8941) 2024-05-10 11:23:52 +09:00
typescript.rs feat(es/parser): Disallow let let (#9484) 2024-08-22 09:17:33 +00:00