You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
7
7
### Changes:
8
8
9
-
- Added `denoNoConfig`and `denoNoNPM` options to DenoWorker.
10
-
-They default to `true` to prevent Deno from trying to load or interact with other files/configurations.
11
-
-Also at least one of them needs to be set to `true` for DenoWorker to be able to load the bootstrap script from `node_modules` (see [#54 for more info](https://github.com/casual-simulation/node-deno-vm/issues/54)).
9
+
- Added `denoConfig`, `denoNoNPM`, and `denoExtraFlags` options to DenoWorker.
10
+
-`denoNoNPM` defaults to `true` to prevent Deno from trying to load or interact with other files/configurations.
11
+
-`denoNoNPM`needs to be set to `true` (or `denoConfig` not be specified) for DenoWorker to be able to load the bootstrap script from `node_modules` (see [#54 for more info](https://github.com/casual-simulation/node-deno-vm/issues/54)).
0 commit comments