webpack/test/cases/cjs-tree-shaking/bailouts/reading-this.js

6 lines
62 B
JavaScript

exports.abc = "abc";
exports.test = () => {
return this;
};