mirror of
https://github.com/Swatinem/rust-cache
synced 2026-03-19 14:53:12 +00:00
fix: include target names in build/ and .fingerprint/ cleanup (#317)
This commit is contained in:
parent
d7ac6f694d
commit
bc1860267c
3 changed files with 291 additions and 291 deletions
290
dist/restore/index.js
vendored
290
dist/restore/index.js
vendored
|
|
@ -152103,24 +152103,6 @@ exports.StorageContextClient = StorageContextClient;
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 83627:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
// Copyright (c) Microsoft Corporation.
|
|
||||||
// Licensed under the MIT License.
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.KnownEncryptionAlgorithmType = void 0;
|
|
||||||
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
|
|
||||||
var KnownEncryptionAlgorithmType;
|
|
||||||
(function (KnownEncryptionAlgorithmType) {
|
|
||||||
KnownEncryptionAlgorithmType["AES256"] = "AES256";
|
|
||||||
})(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {}));
|
|
||||||
//# sourceMappingURL=generatedModels.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 30247:
|
/***/ 30247:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -162447,132 +162429,6 @@ exports.listType = {
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 56635:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=appendBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 68355:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=blob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 17188:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=blockBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 15337:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=container.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 82354:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const tslib_1 = __nccwpck_require__(61860);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(26865), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(15337), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(68355), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(14400), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(56635), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(17188), exports);
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 14400:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=pageBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 26865:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=service.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 40535:
|
/***/ 40535:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -165788,6 +165644,132 @@ const filterBlobsOperationSpec = {
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 56635:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=appendBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 68355:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=blob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 17188:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=blockBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 15337:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=container.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 82354:
|
||||||
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
const tslib_1 = __nccwpck_require__(61860);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(26865), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(15337), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(68355), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(14400), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(56635), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(17188), exports);
|
||||||
|
//# sourceMappingURL=index.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 14400:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=pageBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 26865:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=service.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
/***/ 5313:
|
/***/ 5313:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -165861,6 +165843,24 @@ exports.StorageClient = StorageClient;
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 83627:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
// Copyright (c) Microsoft Corporation.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
exports.KnownEncryptionAlgorithmType = void 0;
|
||||||
|
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
|
||||||
|
var KnownEncryptionAlgorithmType;
|
||||||
|
(function (KnownEncryptionAlgorithmType) {
|
||||||
|
KnownEncryptionAlgorithmType["AES256"] = "AES256";
|
||||||
|
})(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {}));
|
||||||
|
//# sourceMappingURL=generatedModels.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
/***/ 49019:
|
/***/ 49019:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -250175,7 +250175,7 @@ async function cleanProfileTarget(profileDir, packages, checkTimestamp = false)
|
||||||
}
|
}
|
||||||
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
||||||
await rmExcept(profileDir, keepProfile);
|
await rmExcept(profileDir, keepProfile);
|
||||||
const keepPkg = new Set(packages.map((p) => p.name));
|
const keepPkg = new Set(packages.flatMap((p) => [p.name, ...p.targets.map((t) => t.replace(/-/g, "_"))]));
|
||||||
await rmExcept(external_path_default().join(profileDir, "build"), keepPkg, checkTimestamp);
|
await rmExcept(external_path_default().join(profileDir, "build"), keepPkg, checkTimestamp);
|
||||||
await rmExcept(external_path_default().join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
await rmExcept(external_path_default().join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
||||||
const keepDeps = new Set(packages.flatMap((p) => {
|
const keepDeps = new Set(packages.flatMap((p) => {
|
||||||
|
|
|
||||||
290
dist/save/index.js
vendored
290
dist/save/index.js
vendored
|
|
@ -152103,24 +152103,6 @@ exports.StorageContextClient = StorageContextClient;
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 83627:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
// Copyright (c) Microsoft Corporation.
|
|
||||||
// Licensed under the MIT License.
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
exports.KnownEncryptionAlgorithmType = void 0;
|
|
||||||
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
|
|
||||||
var KnownEncryptionAlgorithmType;
|
|
||||||
(function (KnownEncryptionAlgorithmType) {
|
|
||||||
KnownEncryptionAlgorithmType["AES256"] = "AES256";
|
|
||||||
})(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {}));
|
|
||||||
//# sourceMappingURL=generatedModels.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 30247:
|
/***/ 30247:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -162447,132 +162429,6 @@ exports.listType = {
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ 56635:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=appendBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 68355:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=blob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 17188:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=blockBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 15337:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=container.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 82354:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
const tslib_1 = __nccwpck_require__(61860);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(26865), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(15337), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(68355), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(14400), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(56635), exports);
|
|
||||||
tslib_1.__exportStar(__nccwpck_require__(17188), exports);
|
|
||||||
//# sourceMappingURL=index.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 14400:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=pageBlob.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 26865:
|
|
||||||
/***/ ((__unused_webpack_module, exports) => {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright (c) Microsoft Corporation.
|
|
||||||
* Licensed under the MIT License.
|
|
||||||
*
|
|
||||||
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
||||||
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
||||||
*/
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
||||||
//# sourceMappingURL=service.js.map
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 40535:
|
/***/ 40535:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -165788,6 +165644,132 @@ const filterBlobsOperationSpec = {
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 56635:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=appendBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 68355:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=blob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 17188:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=blockBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 15337:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=container.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 82354:
|
||||||
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
const tslib_1 = __nccwpck_require__(61860);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(26865), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(15337), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(68355), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(14400), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(56635), exports);
|
||||||
|
tslib_1.__exportStar(__nccwpck_require__(17188), exports);
|
||||||
|
//# sourceMappingURL=index.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 14400:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=pageBlob.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 26865:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) Microsoft Corporation.
|
||||||
|
* Licensed under the MIT License.
|
||||||
|
*
|
||||||
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
||||||
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
||||||
|
*/
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
//# sourceMappingURL=service.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
/***/ 5313:
|
/***/ 5313:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -165861,6 +165843,24 @@ exports.StorageClient = StorageClient;
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ 83627:
|
||||||
|
/***/ ((__unused_webpack_module, exports) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
// Copyright (c) Microsoft Corporation.
|
||||||
|
// Licensed under the MIT License.
|
||||||
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
|
exports.KnownEncryptionAlgorithmType = void 0;
|
||||||
|
/** Known values of {@link EncryptionAlgorithmType} that the service accepts. */
|
||||||
|
var KnownEncryptionAlgorithmType;
|
||||||
|
(function (KnownEncryptionAlgorithmType) {
|
||||||
|
KnownEncryptionAlgorithmType["AES256"] = "AES256";
|
||||||
|
})(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {}));
|
||||||
|
//# sourceMappingURL=generatedModels.js.map
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
/***/ 49019:
|
/***/ 49019:
|
||||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
|
|
@ -250175,7 +250175,7 @@ async function cleanProfileTarget(profileDir, packages, checkTimestamp = false)
|
||||||
}
|
}
|
||||||
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
||||||
await rmExcept(profileDir, keepProfile);
|
await rmExcept(profileDir, keepProfile);
|
||||||
const keepPkg = new Set(packages.map((p) => p.name));
|
const keepPkg = new Set(packages.flatMap((p) => [p.name, ...p.targets.map((t) => t.replace(/-/g, "_"))]));
|
||||||
await rmExcept(external_path_default().join(profileDir, "build"), keepPkg, checkTimestamp);
|
await rmExcept(external_path_default().join(profileDir, "build"), keepPkg, checkTimestamp);
|
||||||
await rmExcept(external_path_default().join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
await rmExcept(external_path_default().join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
||||||
const keepDeps = new Set(packages.flatMap((p) => {
|
const keepDeps = new Set(packages.flatMap((p) => {
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ async function cleanProfileTarget(profileDir: string, packages: Packages, checkT
|
||||||
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
let keepProfile = new Set(["build", ".fingerprint", "deps"]);
|
||||||
await rmExcept(profileDir, keepProfile);
|
await rmExcept(profileDir, keepProfile);
|
||||||
|
|
||||||
const keepPkg = new Set(packages.map((p) => p.name));
|
const keepPkg = new Set(packages.flatMap((p) => [p.name, ...p.targets.map((t) => t.replace(/-/g, "_"))]));
|
||||||
await rmExcept(path.join(profileDir, "build"), keepPkg, checkTimestamp);
|
await rmExcept(path.join(profileDir, "build"), keepPkg, checkTimestamp);
|
||||||
await rmExcept(path.join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
await rmExcept(path.join(profileDir, ".fingerprint"), keepPkg, checkTimestamp);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue