mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
64037b1f02
Turns out we only virtualized it so one could have a `Console` property, and the other one not. We can just make this `console.Console` available everywhere.
3 lines
233 B
JavaScript
3 lines
233 B
JavaScript
// package that has all the locals defined
|
|
const Buffer = 1, clearImmediate = 1, clearInterval = 1, clearTimeout = 1, global = 1, process = 1, setImmediate = 1, setInterval = 1, setTimeout = 1, globalThis = 1;
|
|
require("./other.js");
|