mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
ea610c6ded
swc_atoms: - add some atoms swc_ecma_ast: - ast nodes for typescript - `ClassMethod` -> `Method`, `ClassMethodKind` -> `MethodKind` - private class method / class property - use separate type for tagged template literals - add `declare` field to `Decl`s - make function body optional swc_ecma_parser: - rename Type to TokenContext - support decorators Note: error reporting for invalid decorator is not implemented yet - merge `Config` into `Syntax` - Use DiagnosticBuilder for error type This is to make backtracking cheaper. swc_ecma_transforms: - add `strip` pass
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
error: 'import', and 'export' cannot be used outside of module code
|
|
--> $DIR/tests/test262-parser/fail/f063969b23239390.module.js:1:11
|
|
|
|
|
1 | while (1) export default 3
|
|
| ^^^^^^
|
|
|