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

5 lines
195 B
JSON

{
"throws":
"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module (1:55)"
}