mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: update dlint to v0.68.0 for internal (#26711)
This commit is contained in:
parent
d95f06f20b
commit
fb1d33a711
19 changed files with 22 additions and 19 deletions
|
@ -696,6 +696,7 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
|
|||
// are lost.
|
||||
let jupyterNs = undefined;
|
||||
ObjectDefineProperty(finalDenoNs, "jupyter", {
|
||||
__proto__: null,
|
||||
get() {
|
||||
if (jupyterNs) {
|
||||
return jupyterNs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue