@playdrop/playdrop-cli 0.18.0 → 0.18.8
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/config/client-meta.json +2 -2
- package/dist/commands/devServer.d.ts +2 -1
- package/dist/commands/devServer.js +48 -1
- package/dist/commands/worker/game-source-git.d.ts +1 -0
- package/dist/commands/worker/game-source-git.js +32 -0
- package/dist/commands/worker/instrument-evidence.d.ts +1 -0
- package/dist/commands/worker/instrument-evidence.js +5 -4
- package/dist/commands/worker.js +26 -9
- package/node_modules/@playdrop/api-client/dist/acquisition.d.ts +56 -0
- package/node_modules/@playdrop/api-client/dist/acquisition.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/acquisition.js +319 -0
- package/node_modules/@playdrop/api-client/dist/attribution.d.ts +3 -0
- package/node_modules/@playdrop/api-client/dist/attribution.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/attribution.js +30 -0
- package/node_modules/@playdrop/api-client/dist/browser-request.d.ts +23 -0
- package/node_modules/@playdrop/api-client/dist/browser-request.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/browser-request.js +127 -0
- package/node_modules/@playdrop/api-client/dist/chat.d.ts +25 -0
- package/node_modules/@playdrop/api-client/dist/chat.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/chat.js +60 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-assets.d.ts +9 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-assets.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-assets.js +68 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-marketing.d.ts +5 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-marketing.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-marketing.js +81 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-shell.d.ts +23 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-shell.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio-shell.js +100 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio.d.ts +21 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/creator-studio.js +191 -0
- package/node_modules/@playdrop/api-client/dist/index.d.ts +1 -1
- package/node_modules/@playdrop/api-client/dist/index.d.ts.map +1 -1
- package/node_modules/@playdrop/api-client/dist/web-push.d.ts +6 -0
- package/node_modules/@playdrop/api-client/dist/web-push.d.ts.map +1 -0
- package/node_modules/@playdrop/api-client/dist/web-push.js +66 -0
- package/node_modules/@playdrop/api-client/package.json +49 -0
- package/node_modules/@playdrop/config/client-meta.json +2 -2
- package/node_modules/@playdrop/config/dist/test/validateClientEnvironment.test.js +2 -2
- package/node_modules/@playdrop/config/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@playdrop/game-source-git/dist/src/git.d.ts +1 -0
- package/node_modules/@playdrop/game-source-git/dist/src/git.d.ts.map +1 -1
- package/node_modules/@playdrop/game-source-git/dist/src/git.js +12 -2
- package/node_modules/@playdrop/game-source-git/dist/src/repository.js +2 -2
- package/node_modules/@playdrop/game-source-git/dist/test/core.test.js +16 -0
- package/node_modules/@playdrop/game-source-git/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@playdrop/types/dist/agent-task-classification.d.ts +47 -113
- package/node_modules/@playdrop/types/dist/agent-task-classification.d.ts.map +1 -1
- package/node_modules/@playdrop/types/dist/agent-task-classification.js +25 -43
- package/node_modules/@playdrop/types/dist/api.d.ts +2 -2
- package/node_modules/@playdrop/types/dist/api.d.ts.map +1 -1
- package/node_modules/@playdrop/types/dist/api.js +0 -1
- package/node_modules/@playdrop/types/dist/instrument-evidence.d.ts.map +1 -1
- package/node_modules/@playdrop/types/dist/instrument-evidence.js +14 -1
- package/node_modules/@playdrop/types/dist/version.d.ts +10 -0
- package/node_modules/@playdrop/types/dist/version.d.ts.map +1 -1
- package/node_modules/@playdrop/types/dist/version.js +18 -0
- package/package.json +1 -1
|
@@ -29,6 +29,7 @@ export declare function createCanonicalBundle(input: {
|
|
|
29
29
|
}, runner?: GitRunner): Promise<void>;
|
|
30
30
|
export declare function validateBundleHeads(bundlePath: string, expected: ExpectedCanonicalRefs, runner?: GitRunner): Promise<void>;
|
|
31
31
|
export declare function validateBundleHeadsForSelfHeal(bundlePath: string, expected: ExpectedCanonicalRefs, runner?: GitRunner): Promise<void>;
|
|
32
|
+
export declare function validateGameSourceGitBlob(filePath: string, content: Buffer, maxBlobBytes?: number): void;
|
|
32
33
|
export declare function scanOutgoingObjects(input: {
|
|
33
34
|
repoPath: string;
|
|
34
35
|
proposedRefs: readonly string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/git.ts"],"names":[],"mappings":"AAcA,MAAM,WAAW,SAAS;IACxB,GAAG,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAC7D;AAED,wBAAgB,eAAe,IAAI,SAAS,CAiB3C;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACzD,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAK9F;AAED,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,SAAS,uBAAuB,EAAE,GAAG,MAAM,EAAE,CAM1F;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,SAAS,uBAAuB,EAAE,CAAC;CAC9C;AAED,wBAAsB,QAAQ,CAC5B,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAa9B;AAED,wBAAsB,2BAA2B,CAC/C,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAsB,qBAAqB,CACzC,KAAK,EAAE;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,qBAAqB,CAAC;CACjC,EACD,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAKf;AAED,wBAAsB,mBAAmB,CACvC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAiBf;AAED,wBAAsB,8BAA8B,CAClD,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAmBf;
|
|
1
|
+
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/git.ts"],"names":[],"mappings":"AAcA,MAAM,WAAW,SAAS;IACxB,GAAG,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAC7D;AAED,wBAAgB,eAAe,IAAI,SAAS,CAiB3C;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IACzD,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAAG,MAAM,CAK9F;AAED,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,SAAS,uBAAuB,EAAE,GAAG,MAAM,EAAE,CAM1F;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,SAAS,uBAAuB,EAAE,CAAC;CAC9C;AAED,wBAAsB,QAAQ,CAC5B,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAa9B;AAED,wBAAsB,2BAA2B,CAC/C,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAsB,qBAAqB,CACzC,KAAK,EAAE;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,qBAAqB,CAAC;CACjC,EACD,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAKf;AAED,wBAAsB,mBAAmB,CACvC,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAiBf;AAED,wBAAsB,8BAA8B,CAClD,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,qBAAqB,EAC/B,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAmBf;AAQD,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,SAA4B,GAAG,IAAI,CAK3H;AAmBD,wBAAsB,mBAAmB,CACvC,KAAK,EAAE;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,SAAS,MAAM,EAAE,CAAC;IAChC,eAAe,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,EACD,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,IAAI,CAAC,CAiCf;AAED,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,MAAM,GAAE,SAA6B,GACpC,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAU9B"}
|
|
@@ -8,6 +8,7 @@ exports.validateCanonicalRefTargets = validateCanonicalRefTargets;
|
|
|
8
8
|
exports.createCanonicalBundle = createCanonicalBundle;
|
|
9
9
|
exports.validateBundleHeads = validateBundleHeads;
|
|
10
10
|
exports.validateBundleHeadsForSelfHeal = validateBundleHeadsForSelfHeal;
|
|
11
|
+
exports.validateGameSourceGitBlob = validateGameSourceGitBlob;
|
|
11
12
|
exports.scanOutgoingObjects = scanOutgoingObjects;
|
|
12
13
|
exports.readCommitFiles = readCommitFiles;
|
|
13
14
|
const node_child_process_1 = require("node:child_process");
|
|
@@ -125,6 +126,16 @@ async function validateBundleHeadsForSelfHeal(bundlePath, expected, runner = cre
|
|
|
125
126
|
throw new Error(`game_source_bundle_target_mismatch:${ref}`);
|
|
126
127
|
}
|
|
127
128
|
}
|
|
129
|
+
function validateGameSourceGitBlob(filePath, content, maxBlobBytes = paths_js_1.MAX_GIT_SOURCE_FILE_BYTES) {
|
|
130
|
+
if ((0, paths_js_1.isSourceExcludedGeneratedPath)(filePath))
|
|
131
|
+
throw new Error(`game_source_generated_path_rejected:${filePath}`);
|
|
132
|
+
if ((0, paths_js_1.isMediaOrBinaryPath)(filePath))
|
|
133
|
+
throw new Error(`game_source_binary_path_rejected:${filePath}`);
|
|
134
|
+
if (content.length > maxBlobBytes)
|
|
135
|
+
throw new Error(`game_source_blob_too_large:${filePath}`);
|
|
136
|
+
if (content.includes(0))
|
|
137
|
+
throw new Error(`game_source_binary_blob_rejected:${filePath}`);
|
|
138
|
+
}
|
|
128
139
|
function parseLsTree(output) {
|
|
129
140
|
return output
|
|
130
141
|
.toString("utf8")
|
|
@@ -176,8 +187,7 @@ async function scanOutgoingObjects(input, runner = createGitRunner()) {
|
|
|
176
187
|
if (!representative)
|
|
177
188
|
continue;
|
|
178
189
|
const content = await runner.run(["cat-file", "blob", representative.sha], input.repoPath);
|
|
179
|
-
|
|
180
|
-
throw new Error(`game_source_binary_blob_rejected:${representative.path}`);
|
|
190
|
+
validateGameSourceGitBlob(representative.path, content, maxBlobBytes);
|
|
181
191
|
}
|
|
182
192
|
}
|
|
183
193
|
async function readCommitFiles(repoPath, commitSha, runner = createGitRunner()) {
|
|
@@ -79,8 +79,8 @@ async function syncAuthoritativeListing(input) {
|
|
|
79
79
|
await (0, promises_1.writeFile)(cataloguePath, updateCatalogueListing(await (0, promises_1.readFile)(cataloguePath), input.listing));
|
|
80
80
|
await runner.run(["add", "-u", "--", "."], input.repoPath);
|
|
81
81
|
await runner.run(["add", "--force", "--", "catalogue.json", paths_js_1.GAME_SOURCE_LOCK_PATH], input.repoPath);
|
|
82
|
-
const
|
|
83
|
-
if (!
|
|
82
|
+
const stagedChanges = (await runner.run(["diff", "--cached", "--name-only"], input.repoPath)).toString("utf8").trim();
|
|
83
|
+
if (!stagedChanges)
|
|
84
84
|
return (await runner.run(["rev-parse", "HEAD"], input.repoPath)).toString("utf8").trim();
|
|
85
85
|
await runner.run([
|
|
86
86
|
"-c",
|
|
@@ -412,6 +412,22 @@ async function createRepo() {
|
|
|
412
412
|
strict_1.default.match(await git(repoPath, "show", `${listingHead}:catalogue.json`), /socialLandscape/);
|
|
413
413
|
const lock = (0, index_js_1.parseGameSourceLock)(Buffer.from(await git(repoPath, "show", `${listingHead}:.playdrop/files.lock`)));
|
|
414
414
|
strict_1.default.equal(lock.files["listing/hero.png"]?.sha256, (0, index_js_1.sha256)(hero));
|
|
415
|
+
// Materialized attachments can be untracked while the listing is unchanged.
|
|
416
|
+
await (0, promises_1.mkdir)(node_path_1.default.join(repoPath, "attachments"), { recursive: true });
|
|
417
|
+
await (0, promises_1.writeFile)(node_path_1.default.join(repoPath, "attachments", "reference.jfif"), Buffer.from([0, 1, 2]));
|
|
418
|
+
const unchangedHead = await (0, index_js_1.syncAuthoritativeListing)({
|
|
419
|
+
repoPath,
|
|
420
|
+
listing: {
|
|
421
|
+
version: "1.0.1", displayName: "Game", subtitle: null, description: "Updated listing",
|
|
422
|
+
iconPath: null, heroPortraitPath: null, heroLandscapePath: "listing/hero.png",
|
|
423
|
+
socialLandscapePath: "listing/social.png", screenshotsPortrait: [], screenshotsLandscape: [],
|
|
424
|
+
videosPortrait: [], videosLandscape: [],
|
|
425
|
+
files: new Map([["listing/hero.png", hero], ["listing/social.png", hero]]),
|
|
426
|
+
},
|
|
427
|
+
putImmutableFile,
|
|
428
|
+
});
|
|
429
|
+
strict_1.default.equal(unchangedHead, listingHead);
|
|
430
|
+
strict_1.default.match(await git(repoPath, "status", "--porcelain"), /\?\? attachments\//);
|
|
415
431
|
});
|
|
416
432
|
(0, node_test_1.default)("self-heal preserves caller order so the selected base can be imported last", async (context) => {
|
|
417
433
|
const repoPath = await (0, promises_1.mkdtemp)(node_path_1.default.join(node_os_1.default.tmpdir(), "playdrop-self-heal-order-"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/typescript/lib/lib.es2020.full.d.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/jszip/index.d.ts","../src/paths.ts","../src/archive.ts","../src/bundle-storage.ts","../src/git.ts","../src/lock.ts","../src/export.ts","../src/ignore.ts","../src/materialize.ts","../src/repository.ts","../src/index.ts","../test/core.test.ts"],"fileIdsList":[[57,96,99],[57,98,99],[99],[57,99,104,133],[57,99,100,105,111,119,130,141],[57,99,100,101,111,119],[57,99],[52,53,54,57,99],[57,99,102,142],[57,99,103,104,112,120],[57,99,104,130,138],[57,99,105,107,111,119],[57,98,99,106],[57,99,107,108],[57,99,109,111],[57,98,99,111],[57,99,111,112,113,130,141],[57,99,111,112,113,126,130,133],[57,94,99],[57,99,107,111,114,119,130,141],[57,99,111,112,114,115,119,130,138,141],[57,99,114,116,130,138,141],[55,56,57,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147],[57,99,111,117],[57,99,118,141,146],[57,99,107,111,119,130],[57,99,120],[57,99,121],[57,98,99,122],[57,96,97,98,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147],[57,99,124],[57,99,125],[57,99,111,126,127],[57,99,126,128,142,144],[57,99,111,130,131,133],[57,99,132,133],[57,99,130,131],[57,99,133],[57,99,134],[57,96,99,130,135],[57,99,111,136,137],[57,99,136,137],[57,99,104,119,130,138],[57,99,139],[57,99,119,140],[57,99,114,125,141],[57,99,104,142],[57,99,130,143],[57,99,118,144],[57,99,145],[57,99,111,113,122,130,133,141,144,146],[57,99,130,147],[57,99,148],[57,66,70,99,141],[57,66,99,130,141],[57,61,99],[57,63,66,99,138,141],[57,99,119,138],[57,61,99,148],[57,63,66,99,119,141],[57,58,59,62,65,99,111,130,141],[57,66,73,99],[57,58,64,99],[57,66,87,88,99],[57,62,66,99,133,141,148],[57,87,99,148],[57,60,61,99,148],[57,66,99],[57,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89,90,91,92,93,99],[57,66,81,99],[57,66,73,74,99],[57,64,66,74,75,99],[57,65,99],[57,58,61,66,99],[57,66,70,74,75,99],[57,70,99],[57,64,66,69,99,141],[57,58,63,66,73,99],[57,99,130],[57,61,66,87,99,146,148],[57,99,147,149,150],[57,99,150],[57,99,150,151,153,154],[57,99,100,142,150],[57,99,150,151,152,153,154,155,156,157,158],[57,99,100,104,113,121,142,150,154],[57,99,104,121],[57,99,113,121,150,151,153,154,156],[57,97,99,100,113,120,121,135,142,149,159]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"49a5a44f2e68241a1d2bd9ec894535797998841c09729e506a7cbfcaa40f2180","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"1ca84b44ad1d8e4576f24904d8b95dd23b94ea67e1575f89614ac90062fc67f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d586db0a09a9495ebb5dece28f54df9684bfbd6e1f568426ca153126dac4a40","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"567b7f607f400873151d7bc63a049514b53c3c00f5f56e9e95695d93b66a138e","affectsGlobalScope":true,"impliedFormat":1},{"version":"823f9c08700a30e2920a063891df4e357c64333fdba6889522acc5b7ae13fc08","impliedFormat":1},{"version":"84c1930e33d1bb12ad01bcbe11d656f9646bd21b2fb2afd96e8e10615a021aef","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4b87f767c7bc841511113c876a6b8bf1fd0cb0b718c888ad84478b372ec486b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d04e3640dd9eb67f7f1e5bd3d0bf96c784666f7aefc8ac1537af6f2d38d4c29","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"2bf469abae4cc9c0f340d4e05d9d26e37f936f9c8ca8f007a6534f109dcc77e4","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ada07543808f3b967624645a8e1ccd446f8b01ade47842acf1328aec899fed0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c21aaa8257d7950a5b75a251d9075b6a371208fc948c9c8402f6690ef3b5b55","impliedFormat":1},{"version":"b5895e6353a5d708f55d8685c38a235c3a6d8138e374dee8ceb8ffde5aa8002a","impliedFormat":1},{"version":"54c4f21f578864961efc94e8f42bc893a53509e886370ec7dd602e0151b9266c","impliedFormat":1},{"version":"de735eca2c51dd8b860254e9fdb6d9ec19fe402dfe597c23090841ce3937cfc5","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"5155da3047ef977944d791a2188ff6e6c225f6975cc1910ab7bb6838ab84cede","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"e16d218a30f6a6810b57f7e968124eaa08c7bb366133ea34bbf01e7cd6b8c0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb8692dea24c27821f77e397272d9ed2eda0b95e4a75beb0fdda31081d15a8ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"5b6844ad931dcc1d3aca53268f4bd671428421464b1286746027aede398094f2","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"461e54289e6287e8494a0178ba18182acce51a02bca8dea219149bf2cf96f105","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"e31e51c55800014d926e3f74208af49cb7352803619855c89296074d1ecbb524","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"dfb96ba5177b68003deec9e773c47257da5c4c8a74053d8956389d832df72002","affectsGlobalScope":true,"impliedFormat":1},{"version":"92d3070580cf72b4bb80959b7f16ede9a3f39e6f4ef2ac87cfa4561844fdc69f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"613deebaec53731ff6b74fe1a89f094b708033db6396b601df3e6d5ab0ec0a47","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"e56eb632f0281c9f8210eb8c86cc4839a427a4ffffcfd2a5e40b956050b3e042","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1},{"version":"522cb15ff9bef5a65c2f3dbd10dbba9e7ecae4de32f90f5c0b4198132be63ae4","impliedFormat":1},{"version":"0f4551ef0c9697680b7e10f3c3ab0c6beee4c1c0ece1724ab2b368a8ba907f50","signature":"5e825ccdaafb15acb54c1cbbea3c91a1a7ceeb4b91cee35f9a1152ed1589d4e5"},{"version":"72933dd90e8f92698d5ca211b4c95ef2d0b0894f88590f2de78f25342427f2f8","signature":"fe851af2907dc6bd2cf30cc82d6c854d1c58a17931165bdb9d08d255ab60d89a"},{"version":"57bd23d1daf4ac4fbb458fb0862b5b6d5159ea474f1270e3f5c7e395be305059","signature":"8a4e59d77c0d52c6a48d2a5d687920f15d874eb21173a5e5a3df2813958ec417"},{"version":"2a2f4bb5777320d9490fdbac24bdb0437ba27ac15848f1c8a235863f66304123","signature":"7b3b545e2f39bf19fc60af4d5ed7c5e8f7fc14ca617367f549be03deb3099b7e"},{"version":"ab5fae2294e0328328080679efe58f1c7d3c2717da8d4799dcc2ea871d13c421","signature":"5f8e14552e49525ea03c50bd33aa99323719c8e76af14fbf024848571c0421a2"},{"version":"e8a50f736d36d3b7990bc2245fc99ceb06f160343aa1f2f87be96f972c49b499","signature":"a2ff12f6cc1dd342a3bd4bda659123a76c3d86bab8c895576bd638afff06f7e4"},{"version":"cfc66bc204da298865525610d841de193b750d63cffef1bc6039a14fad83ff24","signature":"a693d3d1428415c61bf6fafbd79e4af5224976b164b188c2d911a96dd48df12f"},{"version":"dba5cda9d876a2e8ce20833364ce594069cc8208e45af60fed8929106984cf8a","signature":"730886dbda0e3fa30343556796c689817fe192246c5c4b96a1f1b7992830c589"},{"version":"ae2b181966b9e7441665666aa3243c7a3a5edf4bbc1623853d91f3ebbf12f5fb","signature":"5e580e51ee571b2bc3f70fb3c5574c37b06c40b4505ac84aeaba968c0f756c9f"},"77204aa6db4155425c2cb70d3abfa624db18cdc06396b2865b61429918b96ac9",{"version":"4bc5026aac6daffba04f837bbf522d14ab6ac328cb44afcb2efd93295e267efb","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"}],"root":[[150,160]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"..","skipLibCheck":true,"strict":true,"target":7,"useUnknownInCatchVariables":true},"referencedMap":[[96,1],[97,1],[98,2],[57,3],[99,4],[100,5],[101,6],[52,7],[55,8],[53,7],[54,7],[102,9],[103,10],[104,11],[105,12],[106,13],[107,14],[108,14],[110,7],[109,15],[111,16],[112,17],[113,18],[95,19],[56,7],[114,20],[115,21],[116,22],[148,23],[117,24],[118,25],[119,26],[120,27],[121,28],[122,29],[123,30],[124,31],[125,32],[126,33],[127,33],[128,34],[129,7],[130,35],[132,36],[131,37],[133,38],[134,39],[135,40],[136,41],[137,42],[138,43],[139,44],[140,45],[141,46],[142,47],[143,48],[144,49],[145,50],[146,51],[147,52],[149,53],[49,7],[50,7],[10,7],[8,7],[9,7],[14,7],[13,7],[2,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[21,7],[22,7],[3,7],[23,7],[24,7],[4,7],[25,7],[29,7],[26,7],[27,7],[28,7],[30,7],[31,7],[32,7],[5,7],[33,7],[34,7],[35,7],[36,7],[6,7],[40,7],[37,7],[38,7],[39,7],[41,7],[7,7],[42,7],[51,7],[47,7],[48,7],[43,7],[44,7],[45,7],[46,7],[1,7],[12,7],[11,7],[73,54],[83,55],[72,54],[93,56],[64,57],[63,58],[92,53],[86,59],[91,60],[66,61],[80,62],[65,63],[89,64],[61,65],[60,53],[90,66],[62,67],[67,68],[68,7],[71,68],[58,7],[94,69],[84,70],[75,71],[76,72],[78,73],[74,74],[77,75],[87,53],[69,76],[70,77],[79,78],[59,79],[82,70],[81,68],[85,7],[88,80],[151,81],[152,82],[155,83],[153,84],[156,82],[159,85],[154,82],[157,86],[150,87],[158,88],[160,89]],"latestChangedDtsFile":"./test/core.test.d.ts","version":"5.9.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/typescript/lib/lib.es2020.full.d.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/jszip/index.d.ts","../src/paths.ts","../src/archive.ts","../src/bundle-storage.ts","../src/git.ts","../src/lock.ts","../src/export.ts","../src/ignore.ts","../src/materialize.ts","../src/repository.ts","../src/index.ts","../test/core.test.ts"],"fileIdsList":[[57,96,99],[57,98,99],[99],[57,99,104,133],[57,99,100,105,111,119,130,141],[57,99,100,101,111,119],[57,99],[52,53,54,57,99],[57,99,102,142],[57,99,103,104,112,120],[57,99,104,130,138],[57,99,105,107,111,119],[57,98,99,106],[57,99,107,108],[57,99,109,111],[57,98,99,111],[57,99,111,112,113,130,141],[57,99,111,112,113,126,130,133],[57,94,99],[57,99,107,111,114,119,130,141],[57,99,111,112,114,115,119,130,138,141],[57,99,114,116,130,138,141],[55,56,57,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147],[57,99,111,117],[57,99,118,141,146],[57,99,107,111,119,130],[57,99,120],[57,99,121],[57,98,99,122],[57,96,97,98,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147],[57,99,124],[57,99,125],[57,99,111,126,127],[57,99,126,128,142,144],[57,99,111,130,131,133],[57,99,132,133],[57,99,130,131],[57,99,133],[57,99,134],[57,96,99,130,135],[57,99,111,136,137],[57,99,136,137],[57,99,104,119,130,138],[57,99,139],[57,99,119,140],[57,99,114,125,141],[57,99,104,142],[57,99,130,143],[57,99,118,144],[57,99,145],[57,99,111,113,122,130,133,141,144,146],[57,99,130,147],[57,99,148],[57,66,70,99,141],[57,66,99,130,141],[57,61,99],[57,63,66,99,138,141],[57,99,119,138],[57,61,99,148],[57,63,66,99,119,141],[57,58,59,62,65,99,111,130,141],[57,66,73,99],[57,58,64,99],[57,66,87,88,99],[57,62,66,99,133,141,148],[57,87,99,148],[57,60,61,99,148],[57,66,99],[57,60,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89,90,91,92,93,99],[57,66,81,99],[57,66,73,74,99],[57,64,66,74,75,99],[57,65,99],[57,58,61,66,99],[57,66,70,74,75,99],[57,70,99],[57,64,66,69,99,141],[57,58,63,66,73,99],[57,99,130],[57,61,66,87,99,146,148],[57,99,147,149,150],[57,99,150],[57,99,150,151,153,154],[57,99,100,142,150],[57,99,150,151,152,153,154,155,156,157,158],[57,99,100,104,113,121,142,150,154],[57,99,104,121],[57,99,113,121,150,151,153,154,156],[57,97,99,100,113,120,121,135,142,149,159]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"1305d1e76ca44e30fb8b2b8075fa522b83f60c0bcf5d4326a9d2cf79b53724f8","impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"49a5a44f2e68241a1d2bd9ec894535797998841c09729e506a7cbfcaa40f2180","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"1ca84b44ad1d8e4576f24904d8b95dd23b94ea67e1575f89614ac90062fc67f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d586db0a09a9495ebb5dece28f54df9684bfbd6e1f568426ca153126dac4a40","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"567b7f607f400873151d7bc63a049514b53c3c00f5f56e9e95695d93b66a138e","affectsGlobalScope":true,"impliedFormat":1},{"version":"823f9c08700a30e2920a063891df4e357c64333fdba6889522acc5b7ae13fc08","impliedFormat":1},{"version":"84c1930e33d1bb12ad01bcbe11d656f9646bd21b2fb2afd96e8e10615a021aef","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4b87f767c7bc841511113c876a6b8bf1fd0cb0b718c888ad84478b372ec486b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d04e3640dd9eb67f7f1e5bd3d0bf96c784666f7aefc8ac1537af6f2d38d4c29","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"2bf469abae4cc9c0f340d4e05d9d26e37f936f9c8ca8f007a6534f109dcc77e4","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ada07543808f3b967624645a8e1ccd446f8b01ade47842acf1328aec899fed0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c21aaa8257d7950a5b75a251d9075b6a371208fc948c9c8402f6690ef3b5b55","impliedFormat":1},{"version":"b5895e6353a5d708f55d8685c38a235c3a6d8138e374dee8ceb8ffde5aa8002a","impliedFormat":1},{"version":"54c4f21f578864961efc94e8f42bc893a53509e886370ec7dd602e0151b9266c","impliedFormat":1},{"version":"de735eca2c51dd8b860254e9fdb6d9ec19fe402dfe597c23090841ce3937cfc5","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"5155da3047ef977944d791a2188ff6e6c225f6975cc1910ab7bb6838ab84cede","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"e16d218a30f6a6810b57f7e968124eaa08c7bb366133ea34bbf01e7cd6b8c0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb8692dea24c27821f77e397272d9ed2eda0b95e4a75beb0fdda31081d15a8ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"5b6844ad931dcc1d3aca53268f4bd671428421464b1286746027aede398094f2","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"461e54289e6287e8494a0178ba18182acce51a02bca8dea219149bf2cf96f105","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"e31e51c55800014d926e3f74208af49cb7352803619855c89296074d1ecbb524","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"dfb96ba5177b68003deec9e773c47257da5c4c8a74053d8956389d832df72002","affectsGlobalScope":true,"impliedFormat":1},{"version":"92d3070580cf72b4bb80959b7f16ede9a3f39e6f4ef2ac87cfa4561844fdc69f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"613deebaec53731ff6b74fe1a89f094b708033db6396b601df3e6d5ab0ec0a47","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"e56eb632f0281c9f8210eb8c86cc4839a427a4ffffcfd2a5e40b956050b3e042","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1},{"version":"522cb15ff9bef5a65c2f3dbd10dbba9e7ecae4de32f90f5c0b4198132be63ae4","impliedFormat":1},{"version":"0f4551ef0c9697680b7e10f3c3ab0c6beee4c1c0ece1724ab2b368a8ba907f50","signature":"5e825ccdaafb15acb54c1cbbea3c91a1a7ceeb4b91cee35f9a1152ed1589d4e5"},{"version":"72933dd90e8f92698d5ca211b4c95ef2d0b0894f88590f2de78f25342427f2f8","signature":"fe851af2907dc6bd2cf30cc82d6c854d1c58a17931165bdb9d08d255ab60d89a"},{"version":"57bd23d1daf4ac4fbb458fb0862b5b6d5159ea474f1270e3f5c7e395be305059","signature":"8a4e59d77c0d52c6a48d2a5d687920f15d874eb21173a5e5a3df2813958ec417"},{"version":"c989cd596adf9a0353d355eb5edb54e47532954e5aba22058477673e671e32fa","signature":"4f99b0c3b5a9f905199b6ba2bb01971a8b001eb7e4477d32640c001e1f85485b"},{"version":"ab5fae2294e0328328080679efe58f1c7d3c2717da8d4799dcc2ea871d13c421","signature":"5f8e14552e49525ea03c50bd33aa99323719c8e76af14fbf024848571c0421a2"},{"version":"e8a50f736d36d3b7990bc2245fc99ceb06f160343aa1f2f87be96f972c49b499","signature":"a2ff12f6cc1dd342a3bd4bda659123a76c3d86bab8c895576bd638afff06f7e4"},{"version":"cfc66bc204da298865525610d841de193b750d63cffef1bc6039a14fad83ff24","signature":"a693d3d1428415c61bf6fafbd79e4af5224976b164b188c2d911a96dd48df12f"},{"version":"dba5cda9d876a2e8ce20833364ce594069cc8208e45af60fed8929106984cf8a","signature":"730886dbda0e3fa30343556796c689817fe192246c5c4b96a1f1b7992830c589"},{"version":"205b7e68969cd84e7b90a4a270ec74c7ba743d237dd6ff9f0e5f5c7f28f3fb64","signature":"5e580e51ee571b2bc3f70fb3c5574c37b06c40b4505ac84aeaba968c0f756c9f"},"77204aa6db4155425c2cb70d3abfa624db18cdc06396b2865b61429918b96ac9",{"version":"1ea1a7f1f286f546f5a55260985c015b97d00fa4a7aaf1429c2a158405dd4151","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"}],"root":[[150,160]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"..","skipLibCheck":true,"strict":true,"target":7,"useUnknownInCatchVariables":true},"referencedMap":[[96,1],[97,1],[98,2],[57,3],[99,4],[100,5],[101,6],[52,7],[55,8],[53,7],[54,7],[102,9],[103,10],[104,11],[105,12],[106,13],[107,14],[108,14],[110,7],[109,15],[111,16],[112,17],[113,18],[95,19],[56,7],[114,20],[115,21],[116,22],[148,23],[117,24],[118,25],[119,26],[120,27],[121,28],[122,29],[123,30],[124,31],[125,32],[126,33],[127,33],[128,34],[129,7],[130,35],[132,36],[131,37],[133,38],[134,39],[135,40],[136,41],[137,42],[138,43],[139,44],[140,45],[141,46],[142,47],[143,48],[144,49],[145,50],[146,51],[147,52],[149,53],[49,7],[50,7],[10,7],[8,7],[9,7],[14,7],[13,7],[2,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[21,7],[22,7],[3,7],[23,7],[24,7],[4,7],[25,7],[29,7],[26,7],[27,7],[28,7],[30,7],[31,7],[32,7],[5,7],[33,7],[34,7],[35,7],[36,7],[6,7],[40,7],[37,7],[38,7],[39,7],[41,7],[7,7],[42,7],[51,7],[47,7],[48,7],[43,7],[44,7],[45,7],[46,7],[1,7],[12,7],[11,7],[73,54],[83,55],[72,54],[93,56],[64,57],[63,58],[92,53],[86,59],[91,60],[66,61],[80,62],[65,63],[89,64],[61,65],[60,53],[90,66],[62,67],[67,68],[68,7],[71,68],[58,7],[94,69],[84,70],[75,71],[76,72],[78,73],[74,74],[77,75],[87,53],[69,76],[70,77],[79,78],[59,79],[82,70],[81,68],[85,7],[88,80],[151,81],[152,82],[155,83],[153,84],[156,82],[159,85],[154,82],[157,86],[150,87],[158,88],[160,89]],"latestChangedDtsFile":"./test/core.test.d.ts","version":"5.9.3"}
|
|
@@ -37,127 +37,61 @@ export type AgentTaskScreeningOutput = AgentTaskScreeningBase & ({
|
|
|
37
37
|
*/
|
|
38
38
|
export declare const AGENT_TASK_SCREENING_OUTPUT_SCHEMA: {
|
|
39
39
|
readonly type: "object";
|
|
40
|
-
readonly
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
readonly
|
|
44
|
-
|
|
45
|
-
readonly effort: {
|
|
40
|
+
readonly additionalProperties: false;
|
|
41
|
+
readonly required: readonly ["promptLanguage", "promptEnglishTranslation", "effort", "type", "category", "gameDimension", "workFocus", "flags", "reason"];
|
|
42
|
+
readonly properties: {
|
|
43
|
+
readonly effort: {
|
|
44
|
+
readonly anyOf: readonly [{
|
|
46
45
|
readonly enum: readonly ["simple", "standard", "complex", "extra_ambitious"];
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
46
|
+
}, {
|
|
47
|
+
readonly type: "null";
|
|
48
|
+
}];
|
|
49
|
+
};
|
|
50
|
+
readonly type: {
|
|
51
|
+
readonly enum: readonly ["game_work", "question", "reject"];
|
|
52
|
+
};
|
|
53
|
+
readonly category: {
|
|
54
|
+
readonly enum: readonly ["game_explanation", "capabilities", "validation", "technical_fix", "visual_fix", "visual_polish", "gameplay_polish", "new_game", "feature", "refactor", "listing_marketing", "private_information", "content_policy", "unrelated", "unclear"];
|
|
55
|
+
};
|
|
56
|
+
readonly gameDimension: {
|
|
57
|
+
readonly anyOf: readonly [{
|
|
55
58
|
readonly enum: readonly ["2d", "iso", "3d", "unknown"];
|
|
56
|
-
}
|
|
57
|
-
|
|
59
|
+
}, {
|
|
60
|
+
readonly type: "null";
|
|
61
|
+
}];
|
|
62
|
+
};
|
|
63
|
+
readonly workFocus: {
|
|
64
|
+
readonly anyOf: readonly [{
|
|
58
65
|
readonly enum: readonly ["systems", "visuals", "balanced"];
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
readonly minLength: 2;
|
|
63
|
-
readonly maxLength: 35;
|
|
64
|
-
};
|
|
65
|
-
readonly promptEnglishTranslation: {
|
|
66
|
-
readonly type: "string";
|
|
67
|
-
readonly minLength: 1;
|
|
68
|
-
readonly maxLength: 100000;
|
|
69
|
-
};
|
|
70
|
-
readonly flags: {
|
|
71
|
-
readonly type: "array";
|
|
72
|
-
readonly maxItems: 0;
|
|
73
|
-
readonly items: {
|
|
74
|
-
readonly type: "string";
|
|
75
|
-
readonly maxLength: 80;
|
|
76
|
-
readonly pattern: "^[A-Z][A-Z0-9_]*$";
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
readonly reason: {
|
|
80
|
-
readonly type: "string";
|
|
81
|
-
readonly minLength: 1;
|
|
82
|
-
readonly maxLength: 600;
|
|
83
|
-
};
|
|
66
|
+
}, {
|
|
67
|
+
readonly type: "null";
|
|
68
|
+
}];
|
|
84
69
|
};
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
readonly properties: {
|
|
90
|
-
readonly effort: {
|
|
91
|
-
readonly enum: readonly ["simple", "standard", "complex", "extra_ambitious"];
|
|
92
|
-
};
|
|
93
|
-
readonly type: {
|
|
94
|
-
readonly enum: readonly ["question"];
|
|
95
|
-
};
|
|
96
|
-
readonly category: {
|
|
97
|
-
readonly enum: readonly ["game_explanation", "capabilities"];
|
|
98
|
-
};
|
|
99
|
-
readonly promptLanguage: {
|
|
100
|
-
readonly type: "string";
|
|
101
|
-
readonly minLength: 2;
|
|
102
|
-
readonly maxLength: 35;
|
|
103
|
-
};
|
|
104
|
-
readonly promptEnglishTranslation: {
|
|
105
|
-
readonly type: "string";
|
|
106
|
-
readonly minLength: 1;
|
|
107
|
-
readonly maxLength: 100000;
|
|
108
|
-
};
|
|
109
|
-
readonly flags: {
|
|
110
|
-
readonly type: "array";
|
|
111
|
-
readonly maxItems: 0;
|
|
112
|
-
readonly items: {
|
|
113
|
-
readonly type: "string";
|
|
114
|
-
readonly maxLength: 80;
|
|
115
|
-
readonly pattern: "^[A-Z][A-Z0-9_]*$";
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
readonly reason: {
|
|
119
|
-
readonly type: "string";
|
|
120
|
-
readonly minLength: 1;
|
|
121
|
-
readonly maxLength: 600;
|
|
122
|
-
};
|
|
70
|
+
readonly promptLanguage: {
|
|
71
|
+
readonly type: "string";
|
|
72
|
+
readonly minLength: 2;
|
|
73
|
+
readonly maxLength: 35;
|
|
123
74
|
};
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
readonly
|
|
133
|
-
readonly enum: readonly ["private_information", "content_policy", "unrelated", "unclear"];
|
|
134
|
-
};
|
|
135
|
-
readonly promptLanguage: {
|
|
136
|
-
readonly type: "string";
|
|
137
|
-
readonly minLength: 2;
|
|
138
|
-
readonly maxLength: 35;
|
|
139
|
-
};
|
|
140
|
-
readonly promptEnglishTranslation: {
|
|
141
|
-
readonly type: "string";
|
|
142
|
-
readonly minLength: 1;
|
|
143
|
-
readonly maxLength: 100000;
|
|
144
|
-
};
|
|
145
|
-
readonly flags: {
|
|
146
|
-
readonly type: "array";
|
|
147
|
-
readonly maxItems: 0;
|
|
148
|
-
readonly items: {
|
|
149
|
-
readonly type: "string";
|
|
150
|
-
readonly maxLength: 80;
|
|
151
|
-
readonly pattern: "^[A-Z][A-Z0-9_]*$";
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
readonly reason: {
|
|
75
|
+
readonly promptEnglishTranslation: {
|
|
76
|
+
readonly type: "string";
|
|
77
|
+
readonly minLength: 1;
|
|
78
|
+
readonly maxLength: 100000;
|
|
79
|
+
};
|
|
80
|
+
readonly flags: {
|
|
81
|
+
readonly type: "array";
|
|
82
|
+
readonly maxItems: 0;
|
|
83
|
+
readonly items: {
|
|
155
84
|
readonly type: "string";
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
85
|
+
readonly maxLength: 80;
|
|
86
|
+
readonly pattern: "^[A-Z][A-Z0-9_]*$";
|
|
158
87
|
};
|
|
159
88
|
};
|
|
160
|
-
|
|
89
|
+
readonly reason: {
|
|
90
|
+
readonly type: "string";
|
|
91
|
+
readonly minLength: 1;
|
|
92
|
+
readonly maxLength: 600;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
161
95
|
};
|
|
162
96
|
export interface AgentTaskClassification {
|
|
163
97
|
type: keyof typeof AGENT_TASK_CLASSIFICATION_CATEGORIES;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-task-classification.d.ts","sourceRoot":"","sources":["../src/agent-task-classification.ts"],"names":[],"mappings":"AAEA,0EAA0E;AAC1E,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC;AACX,eAAO,MAAM,iCAAiC,+DAAgE,CAAC;AAC/G,eAAO,MAAM,0BAA0B,yCAA0C,CAAC;AAClF,eAAO,MAAM,uBAAuB,6CAA8C,CAAC;AACnF,eAAO,MAAM,iCAAiC,WAAW,CAAC;AAC1D,eAAO,MAAM,wCAAwC,IAAI,CAAC;AAC1D,eAAO,MAAM,oCAAoC,WAAW,CAAC;AAC7D,eAAO,MAAM,mCAAmC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"agent-task-classification.d.ts","sourceRoot":"","sources":["../src/agent-task-classification.ts"],"names":[],"mappings":"AAEA,0EAA0E;AAC1E,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC;AACX,eAAO,MAAM,iCAAiC,+DAAgE,CAAC;AAC/G,eAAO,MAAM,0BAA0B,yCAA0C,CAAC;AAClF,eAAO,MAAM,uBAAuB,6CAA8C,CAAC;AACnF,eAAO,MAAM,iCAAiC,WAAW,CAAC;AAC1D,eAAO,MAAM,wCAAwC,IAAI,CAAC;AAC1D,eAAO,MAAM,oCAAoC,WAAW,CAAC;AAC7D,eAAO,MAAM,mCAAmC,IAAI,CAAC;AASrD,KAAK,sBAAsB,GAAG;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;IACjC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG,CAC5D;IACE,IAAI,EAAE,WAAW,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,oCAAoC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IAC1E,MAAM,EAAE,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,CAAC,CAAC;IAC3D,aAAa,EAAE,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,CAAC,CAAC;IAC3D,SAAS,EAAE,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;CACrD,GACD;IACE,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,CAAC,OAAO,oCAAoC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;IACzE,MAAM,EAAE,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,CAAC,CAAC;CAC5D,GACD;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,CAAC,OAAO,oCAAoC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;CACxE,CACJ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BrC,CAAC;AAEX,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,OAAO,oCAAoC,CAAC;IACxD,QAAQ,EAAE,CAAC,OAAO,oCAAoC,CAAC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC,MAAM,CAAC,CAAC;IACnH,MAAM,EAAE,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClE,aAAa,CAAC,EAAE,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IACnE,SAAS,CAAC,EAAE,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC5D,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;IACvB,wBAAwB,EAAE,MAAM,CAAC;CAClC;AAED,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAe5C,CAAC;AAEF,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,OAAO,GAAG,uBAAuB,GAAG,IAAI,CAgD/F"}
|
|
@@ -43,14 +43,6 @@ const AGENT_TASK_CLASSIFICATION_MIN_CLI = "0.17.5";
|
|
|
43
43
|
const AGENT_TASK_CLASSIFICATION_PROMPT_VERSION = 1;
|
|
44
44
|
const AGENT_TASK_SCREENING_UNIFIED_MIN_CLI = "0.18.0";
|
|
45
45
|
const AGENT_TASK_SCREENING_PROMPT_VERSION = 4;
|
|
46
|
-
const AGENT_TASK_SCREENING_COMMON_REQUIRED_FIELDS = [
|
|
47
|
-
"promptLanguage",
|
|
48
|
-
"promptEnglishTranslation",
|
|
49
|
-
"type",
|
|
50
|
-
"category",
|
|
51
|
-
"flags",
|
|
52
|
-
"reason"
|
|
53
|
-
];
|
|
54
46
|
const AGENT_TASK_SCREENING_COMMON_PROPERTIES = {
|
|
55
47
|
promptLanguage: { type: "string", minLength: 2, maxLength: 35 },
|
|
56
48
|
promptEnglishTranslation: { type: "string", minLength: 1, maxLength: import_api.AGENT_TASK_PROMPT_MAX_LENGTH },
|
|
@@ -59,42 +51,32 @@ const AGENT_TASK_SCREENING_COMMON_PROPERTIES = {
|
|
|
59
51
|
};
|
|
60
52
|
const AGENT_TASK_SCREENING_OUTPUT_SCHEMA = {
|
|
61
53
|
type: "object",
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
54
|
+
additionalProperties: false,
|
|
55
|
+
required: [
|
|
56
|
+
"promptLanguage",
|
|
57
|
+
"promptEnglishTranslation",
|
|
58
|
+
"effort",
|
|
59
|
+
"type",
|
|
60
|
+
"category",
|
|
61
|
+
"gameDimension",
|
|
62
|
+
"workFocus",
|
|
63
|
+
"flags",
|
|
64
|
+
"reason"
|
|
65
|
+
],
|
|
66
|
+
properties: {
|
|
67
|
+
...AGENT_TASK_SCREENING_COMMON_PROPERTIES,
|
|
68
|
+
effort: { anyOf: [{ enum: [...AGENT_TASK_CLASSIFICATION_EFFORTS] }, { type: "null" }] },
|
|
69
|
+
type: { enum: ["game_work", "question", "reject"] },
|
|
70
|
+
category: {
|
|
71
|
+
enum: [
|
|
72
|
+
...AGENT_TASK_CLASSIFICATION_CATEGORIES.question,
|
|
73
|
+
...AGENT_TASK_CLASSIFICATION_CATEGORIES.game_work,
|
|
74
|
+
...AGENT_TASK_CLASSIFICATION_CATEGORIES.reject
|
|
75
|
+
]
|
|
75
76
|
},
|
|
76
|
-
{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
required: [...AGENT_TASK_SCREENING_COMMON_REQUIRED_FIELDS, "effort"],
|
|
80
|
-
properties: {
|
|
81
|
-
...AGENT_TASK_SCREENING_COMMON_PROPERTIES,
|
|
82
|
-
effort: { enum: [...AGENT_TASK_CLASSIFICATION_EFFORTS] },
|
|
83
|
-
type: { enum: ["question"] },
|
|
84
|
-
category: { enum: [...AGENT_TASK_CLASSIFICATION_CATEGORIES.question] }
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: "object",
|
|
89
|
-
additionalProperties: false,
|
|
90
|
-
required: [...AGENT_TASK_SCREENING_COMMON_REQUIRED_FIELDS],
|
|
91
|
-
properties: {
|
|
92
|
-
...AGENT_TASK_SCREENING_COMMON_PROPERTIES,
|
|
93
|
-
type: { enum: ["reject"] },
|
|
94
|
-
category: { enum: [...AGENT_TASK_CLASSIFICATION_CATEGORIES.reject] }
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
]
|
|
77
|
+
gameDimension: { anyOf: [{ enum: [...AGENT_TASK_GAME_DIMENSIONS] }, { type: "null" }] },
|
|
78
|
+
workFocus: { anyOf: [{ enum: [...AGENT_TASK_WORK_FOCUSES] }, { type: "null" }] }
|
|
79
|
+
}
|
|
98
80
|
};
|
|
99
81
|
const AGENT_TASK_CLASSIFICATION_SCHEMA = {
|
|
100
82
|
anyOf: Object.entries(AGENT_TASK_CLASSIFICATION_CATEGORIES).map(([type, categories]) => ({
|
|
@@ -2879,7 +2879,7 @@ export interface UnlinkGoogleResponse {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
export type NativeOAuthProvider = "google" | "x" | "apple";
|
|
2881
2881
|
export type AppleOAuthProvider = NativeOAuthProvider;
|
|
2882
|
-
export type AppleOAuthTarget = "apple-playdrop-
|
|
2882
|
+
export type AppleOAuthTarget = "apple-playdrop-mac" | "apple-playdrop-mac-beta" | "apple-playdrop-mac-debug" | "apple-games";
|
|
2883
2883
|
export type NativeOAuthTarget = AppleOAuthTarget | "windows-playdrop";
|
|
2884
2884
|
export interface NativeOAuthLinkStartRequest {
|
|
2885
2885
|
provider: NativeOAuthProvider;
|
|
@@ -3311,7 +3311,7 @@ export interface PaginationMeta {
|
|
|
3311
3311
|
count: number;
|
|
3312
3312
|
hasMore: boolean;
|
|
3313
3313
|
}
|
|
3314
|
-
export declare const FEEDBACK_CLIENT_VALUES: readonly ["cli", "web", "games-ios", "
|
|
3314
|
+
export declare const FEEDBACK_CLIENT_VALUES: readonly ["cli", "web", "games-ios", "games-android", "mac", "windows-playdrop", "other"];
|
|
3315
3315
|
export type FeedbackClient = (typeof FEEDBACK_CLIENT_VALUES)[number];
|
|
3316
3316
|
export declare const MANUAL_FEEDBACK_CATEGORY_VALUES: readonly ["bug", "feature", "question", "content", "account", "other"];
|
|
3317
3317
|
export type ManualFeedbackCategory = (typeof MANUAL_FEEDBACK_CATEGORY_VALUES)[number];
|