summaryrefslogtreecommitdiff
path: root/tests/specs/run/fix_js_imports/amd_like.js
blob: f27e505e4a591d7854aaf172da29de4976a3f467 (plain)
1
2
3
// looks like an AMD module, but isn't
const define = () => {};
define(["fake_module"], () => {});