webpack/test/cases/scope-hoisting/esModule/module.js

4 lines
56 B
JavaScript

import other from "./other";
export default other * 2;