diff options
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index f18593df7..d2c76e003 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -146,9 +146,6 @@ funlockSync: __bootstrap.fs.funlockSync, Child: __bootstrap.spawn.Child, ChildProcess: __bootstrap.spawn.ChildProcess, - spawnChild: __bootstrap.spawn.spawnChild, - spawn: __bootstrap.spawn.spawn, - spawnSync: __bootstrap.spawn.spawnSync, Command: __bootstrap.spawn.Command, serve: __bootstrap.flash.serve, upgradeHttp: __bootstrap.http.upgradeHttp, |