mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
78ceeec6be
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
3 lines
246 B
JavaScript
3 lines
246 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;
|
|
require("./other.js");
|