babel/test/fixtures/traceur/Modules/Error_InvalidExport3.module.js
2015-01-04 19:40:09 +11:00

4 lines
170 B
JavaScript

// Error: test/feature/Modules/Error_InvalidExport3.module.js:3:9: 'c' is not exported by 'test/feature/Modules/resources/b.js'
export {c as d} from './resources/b.js';