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

15 lines
209 B
JSON

{
"sourceType": "module",
"plugins": [
[
"jsx"
],
[
"flow"
],
[
"flowComments"
]
],
"throws": "Cannot have a flow comment inside another flow comment. (1:0)"
}