Skip to content

Commit f7083f2

Browse files
authored
Remove calculateInstallBaseUrl from docs (pyodide#5770)
1 parent 44f7431 commit f7083f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/expected_js_docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ js:module
55
pyodide.ffi
66
js:function
77
globalThis.loadPyodide
8-
pyodide.calculateInstallBaseUrl
98
pyodide.canvas.getCanvas2D
109
pyodide.canvas.getCanvas3D
1110
pyodide.canvas.setCanvas2D

src/js/load-package.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ export function toStringArray(str: string | PyProxy | string[]): string[] {
671671
* exported for testing
672672
* @param lockFileURL
673673
* @returns the install base url
674+
* @private
674675
*/
675676
export function calculateInstallBaseUrl(lockFileURL: string) {
676677
// 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

Comments
 (0)