error[no-node-globals]: NodeJS globals are not available in Deno --> [WILDCARD]main.ts:3:14 | 3 | const _foo = setImmediate; | ^^^^^^^^^^^^ = hint: Add `import { setImmediate } from "node:timers";` docs: https://lint.deno.land/rules/no-node-globals error[no-node-globals]: NodeJS globals are not available in Deno --> [WILDCARD]main.ts:7:14 | 7 | const _bar = setImmediate; | ^^^^^^^^^^^^ = hint: Add `import { setImmediate } from "node:timers";` docs: https://lint.deno.land/rules/no-node-globals Found 2 problems (2 fixable via --fix) Checked 1 file