* 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>
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"plugins": [
|
|
[
|
|
"importAssertions"
|
|
]
|
|
],
|
|
"sourceType": "module",
|
|
"throws": "Unexpected token, expected \":\" (1:26)"
|
|
} |