Files
babel/packages/babel-parser/test/fixtures/flow/declare-module/invalid-import/options.json
2018-05-19 00:03:05 -04:00

4 lines
112 B
JSON

{
"throws": "Imports within a `declare module` body must always be `import type` or `import typeof` (1:21)"
}