@buildautomaton/cli 0.1.95 → 0.1.97
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 +188 -207
- package/dist/cli.js.map +4 -4
- package/dist/index.js +186 -208
- package/dist/index.js.map +4 -4
- package/dist/worker.js +0 -2
- package/dist/worker.js.map +1 -1
- package/package.json +1 -1
- package/dist/symbol-index-worker.js +0 -4609
- package/dist/symbol-index-worker.js.map +0 -7
package/dist/worker.js
CHANGED
|
@@ -948,7 +948,6 @@ 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";
|
|
952
951
|
init_code_nav_cache_paths();
|
|
953
952
|
chain = Promise.resolve();
|
|
954
953
|
workLockDepth = 0;
|
|
@@ -1118,7 +1117,6 @@ import os3 from "node:os";
|
|
|
1118
1117
|
var INDEX_WORK_YIELD_EVERY, INDEX_DIR, INDEX_HASH_LEN;
|
|
1119
1118
|
var init_constants = __esm({
|
|
1120
1119
|
"../bridge/src/files/index/constants.ts"() {
|
|
1121
|
-
"use strict";
|
|
1122
1120
|
INDEX_WORK_YIELD_EVERY = 128;
|
|
1123
1121
|
INDEX_DIR = path4.join(os3.homedir(), ".buildautomaton");
|
|
1124
1122
|
INDEX_HASH_LEN = 16;
|