Skip to content

Commit 13bba35

Browse files
committed
Export the buffered utility too
1 parent e9f6920 commit 13bba35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esm/exports.js

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

0 commit comments

Comments
 (0)