Skip to content

Commit ba4561d

Browse files
committed
Exported also IDBMapSync as it might be handy in PyScript
1 parent 894e5ef commit ba4561d

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/_python.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as JSON from '@ungap/structured-clone/json';
2-
import IDBMapSync from '@webreflection/idb-map/sync';
32
import { fetchFiles, fetchJSModules, fetchPaths } from './_utils.js';
4-
import { dedent } from '../utils.js';
3+
import { IDBMapSync, dedent } from '../utils.js';
54
import { io } from './_io.js';
65

76
export const loader = new WeakMap();

esm/utils.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import IDBMapSync from '@webreflection/idb-map/sync';
12
import $dedent from 'codedent';
23
import { unescape as $unescape } from 'html-escaper';
34
import { io } from './interpreter/_io.js';
@@ -131,6 +132,7 @@ export const isSync = element =>
131132
/* c8 ignore stop */
132133

133134
export {
135+
IDBMapSync,
134136
dedent, unescape,
135137
dispatch,
136138
isArray,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
"to-json-callback": "^0.1.1"
8787
},
8888
"worker": {
89-
"blob": "sha256-q2MgiBTCnKhOP0bxzVtHS50Y10A/WkEE8fE1yEG5+4g="
89+
"blob": "sha256-kIUd8EpaWWugXT2ElkC2z84Kt6HeWIlmGgMtjZWpTCs="
9090
}
9191
}

0 commit comments

Comments
 (0)