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

4 lines
114 B
JavaScript

// Error: :3:9: 'c' is not exported by 'test/feature/Modules/resources/a.js'
export {c} from './resources/a.js';