blob: ce5523f99c6ff8cea8576124988dd0a6ac2fd9be (
plain)
1
2
3
4
5
6
7
8
|
error: Uncaught (in promise) ReferenceError: setImmediate is not defined
const _foo = setImmediate;
^
at [WILDCARD]main.ts:3:14
info: setImmediate is not available in the global scope in Deno.
hint: Import it explicitly with import { setImmediate } from "node:timers";,
or run again with --unstable-node-globals flag to add this global.
|