foo2.js 90 Bytes Raw Blame History Permalink 1 2 3 4 5 import "./bar2"; import "./not_node_modules"; var foo = () => console.log("foo"); foo();