-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package sqlite from the Node.js module instead of a subrepo.
- Loading branch information
Showing
6 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Submodule sqlite-wasm
deleted from
099eac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// Copyright 2024 Remy Blank <[email protected]> | ||
// SPDX-License-Identifier: MIT | ||
|
||
import {default as sqlite3_init} from './jswasm/sqlite3-worker1-promiser.mjs'; | ||
import {default as sqlite3_init} from './sqlite3-worker1-promiser.mjs'; | ||
import {addEditor, findEditor} from './tdoc-editor.js'; | ||
|
||
function waitLoaded() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters