@buildautomaton/cli 0.1.97 → 0.1.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +22577 -22328
- package/dist/cli.js.map +4 -4
- package/dist/index.js +22550 -22300
- package/dist/index.js.map +4 -4
- package/dist/worker.js +1 -0
- package/dist/worker.js.map +1 -1
- package/package.json +1 -1
package/dist/worker.js
CHANGED
|
@@ -948,6 +948,7 @@ function withCodeNavCacheSqliteWorkLock(fn) {
|
|
|
948
948
|
var chain, workLockDepth;
|
|
949
949
|
var init_code_nav_cache_sqlite_work_lock = __esm({
|
|
950
950
|
"../bridge/src/sqlite/code-nav-cache/code-nav-cache-sqlite-work-lock.ts"() {
|
|
951
|
+
"use strict";
|
|
951
952
|
init_code_nav_cache_paths();
|
|
952
953
|
chain = Promise.resolve();
|
|
953
954
|
workLockDepth = 0;
|