chore: update dlint to v0.68.0 for internal (#26711)

This commit is contained in:
Kenta Moriuchi 2024-11-05 02:17:11 +09:00 committed by GitHub
parent d95f06f20b
commit fb1d33a711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 22 additions and 19 deletions

View file

@ -696,6 +696,7 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) {
// are lost.
let jupyterNs = undefined;
ObjectDefineProperty(finalDenoNs, "jupyter", {
__proto__: null,
get() {
if (jupyterNs) {
return jupyterNs;