We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe16a73 commit b60c4acCopy full SHA for b60c4ac
index.mjs
@@ -1,2 +1,4 @@
1
-export {sqlite3InitModule as default} from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
+import { default as sqlite3InitModule } from './sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs';
2
+
3
+export default sqlite3InitModule;
4
export * from './src/sqlite-client.mjs';
sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs
@@ -30,7 +30,7 @@
30
** Using the Emscripten SDK version 3.1.30.
31
*/
32
33
-export var sqlite3InitModule = (() => {
+var sqlite3InitModule = (() => {
34
var _scriptDir = import.meta.url;
35
36
return function (config) {
0 commit comments