We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--unstable-node-globals
1 parent f564d39 commit 87e5781Copy full SHA for 87e5781
runtime/reference/cli/unstable_flags.md
@@ -126,6 +126,20 @@ in a project with a _package.json_ and the closest _package.json_ has
126
127
Requires Deno >= 2.1.2
128
129
+## `--unstable-node-globals`
130
+
131
+This flags injects Node specific globals into the global scope. The injected
132
+globals are:
133
134
+- `Buffer`
135
+- `global`
136
+- `setImmediate`
137
+- `clearImmediate`
138
139
+Note, that `process` is already available as a global startin with Deno 2.0.
140
141
+Requires Deno >= 2.1.0
142
143
## `--unstable-sloppy-imports`
144
145
**Environment variable:** `DENO_UNSTABLE_SLOPPY_IMPORTS`
0 commit comments