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