-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from dyedgreen/149-use-unstable-locking-api
Add file locking to deno VFS
- Loading branch information
Showing
8 changed files
with
52 additions
and
11 deletions.
There are no files selected for viewing
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 @@ | ||
sqlite.d.ts ➜ 2058 bytes | ||
sqlite.js ➜ 894808 bytes | ||
sqlite.js.br ➜ 299743 bytes | ||
sqlite.js.gz ➜ 364032 bytes | ||
sqlite.wasm ➜ 670595 bytes | ||
sqlite.wasm.br ➜ 237161 bytes | ||
sqlite.wasm.gz ➜ 278362 bytes | ||
sqlite.js ➜ 894972 bytes | ||
sqlite.js.br ➜ 300076 bytes | ||
sqlite.js.gz ➜ 364271 bytes | ||
sqlite.wasm ➜ 670718 bytes | ||
sqlite.wasm.br ➜ 237016 bytes | ||
sqlite.wasm.gz ➜ 278993 bytes |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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
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 |
---|---|---|
|
@@ -7,6 +7,8 @@ js_write | |
js_truncate | ||
js_sync | ||
js_size | ||
js_lock | ||
js_unlock | ||
js_time | ||
js_timezone | ||
js_exists | ||
|