Files
babel/packages/babel-parser/test/fixtures/flow/comment/11-nested-comments-invalid/options.json

15 lines
175 B
JSON

{
"sourceType": "module",
"plugins": [
[
"jsx"
],
[
"flow"
],
[
"flowComments"
]
],
"throws": "Unterminated comment. (1:5)"
}