swc/ecmascript/parser/tests/test262-error-references/fail/e5fabf7fc4ae5dea.js.stderr
강동윤 4a30fb3436
Testing framework (#31)
- Make rls happy.
  - Some minor parser error improvements.
  - Add reference files for ecmascript parser errors.
  - Improve error message of import/export used outside of a module
2018-02-27 13:21:57 +09:00

7 lines
160 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

error: Parenthesized expression cannot contain spread operator
--> $DIR/tests/test262-parser/fail/e5fabf7fc4ae5dea.js:1:7
|
1 | (a,...a)/**/
| ^