mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
d3e14b6533
swc_ecma_transforms: - implement es2015::arrow (without this support) - implement basical scope analysis - implement es2015::function_name - new.target is supported - implement untagged template literals swc_ecma_parser - make test to use load_file() - fix eof handling - bump version
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
error: Expected LParen
|
|
--> $DIR/tests/test262-parser/fail/e922f1c6f6e5fdef.module.js:1:16
|
|
|
|
|
1 | export default function
|
|
| ^^^^^^^^
|
|
|