We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f7431 commit f7083f2Copy full SHA for f7083f2
docs/expected_js_docs.txt
@@ -5,7 +5,6 @@ js:module
5
pyodide.ffi
6
js:function
7
globalThis.loadPyodide
8
- pyodide.calculateInstallBaseUrl
9
pyodide.canvas.getCanvas2D
10
pyodide.canvas.getCanvas3D
11
pyodide.canvas.setCanvas2D
src/js/load-package.ts
@@ -671,6 +671,7 @@ export function toStringArray(str: string | PyProxy | string[]): string[] {
671
* exported for testing
672
* @param lockFileURL
673
* @returns the install base url
674
+ * @private
675
*/
676
export function calculateInstallBaseUrl(lockFileURL: string) {
677
// 1. If the lockfile URL includes a path with slash (file url in Node.js or http url in browser), use the directory of the lockfile URL
0 commit comments