mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
38adc49e7e
swc_common: - Fix new_source_file swc_ecma_parser: - Fix parsing of paren expr in lhs of an assignment
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
error: TS2406
|
|
--> $DIR/tests/test262-parser/fail/939b16a89d0e8704.js:1:15
|
|
|
|
|
1 | "use strict"; ({ v: arguments }) = obj
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|