webpack/test/cases/parsing/issue-1600/file.js

5 lines
58 B
JavaScript

// module.js
export default(function () {
return 1;
});