webpack/test/cases/errors/harmony-import-missing2/module2.js

3 lines
55 B
JavaScript

export { a } from "./missing2";
export * from "./a?2";