Files
babel/packages/babylon/test/fixtures/flow/declare-module/invalid-es-module/options.json
2017-11-01 16:16:48 +01:00

4 lines
191 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:53)"
}