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

4 lines
119 B
JavaScript

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