4 lines
170 B
JavaScript
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';
|