We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f6920 commit 13bba35Copy full SHA for 13bba35
esm/exports.js
@@ -1,5 +1,7 @@
1
// this file simply exports enough stuff to allow
2
// 3rd party libraries, including PyScript, to work
3
+import { buffered } from './interpreter/_io.js';
4
+export { buffered };
5
export * from './index.js';
6
export * from './script-handler.js';
7
export * from './utils.js';
0 commit comments