Files
babel/packages/babel-parser/test/fixtures/flow/declare-module/invalid-import/options.json
2018-09-09 17:57:52 -07:00

5 lines
116 B
JSON

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