Fix #2220 - Delay plugins resolution due Safari 17.6 greedy resolution (#2229)

* Fix #2220 - Delay plugins resolution due Safari 17.6 greedy resolution

* Fix #2228 - Workaround in Polyscript for lockFileURL
This commit is contained in:
Andrea Giammarchi
2024-10-28 11:00:23 +01:00
committed by GitHub
parent fe580cd90b
commit 9233d5e45a
10 changed files with 225 additions and 164 deletions

View File

@@ -1,6 +1,6 @@
// PyScript pyodide terminal plugin
import { hooks, inputFailure } from "../../core.js";
import { defineProperties } from "polyscript/exports";
import { hooks, inputFailure } from "../../core.js";
const bootstrapped = new WeakSet();