mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
77fb26e143
This global is already isolated to node during type checking. Closes #16518
4 lines
265 B
JavaScript
4 lines
265 B
JavaScript
// 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");
|