summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/cjs-local-global-decls/1.0.0/index.js
blob: c7b90e5b758d0e68079eb6847ffe674dc3bf6c37 (plain)
1
2
3
4
// package that has all the locals defined
const Buffer = 1, clearImmediate = 1, clearInterval = 1, clearTimeout = 1, console = 1, global = 1, process = 1, setImmediate = 1, setInterval = 1, setTimeout = 1, globalThis = 1;
const exports = 2;
require("./other.js");