Skip to content

Commit 822a191

Browse files
committed
Added loadProgress export
1 parent cb0abc3 commit 822a191

File tree

3 files changed

+125
-113
lines changed

3 files changed

+125
-113
lines changed

Diff for: esm/exports.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// this file simply exports enough stuff to allow
22
// 3rd party libraries, including PyScript, to work
33
import { buffered } from './interpreter/_io.js';
4-
export { buffered };
4+
import { loadProgress } from './interpreter/_utils.js';
5+
export { buffered, loadProgress };
56
export * from './index.js';
67
export * from './script-handler.js';
78
export * from './utils.js';

0 commit comments

Comments
 (0)