* fix: support string assertion key in assert entries * Update packages/babel-parser/src/parser/statement.js Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com> Co-authored-by: Sosuke Suzuki <aosukeke@gmail.com>
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"importAssertions"
|
|
]
|
|
],
|
|
"sourceType": "module",
|
|
"throws": "Unexpected token, expected \";\" (1:13)"
|
|
}
|