@rushstack/package-extractor 0.11.7 → 0.11.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/CHANGELOG.json +27 -0
- package/CHANGELOG.md +6 -1
- package/dist/scripts/create-links.js +52 -19
- package/dist/scripts/create-links.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/package-extractor",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.11.8",
|
|
6
|
+
"tag": "@rushstack/package-extractor_v0.11.8",
|
|
7
|
+
"date": "Sat, 06 Dec 2025 01:12:28 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.1`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.5`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.1.5`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `1.2.7`"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.7`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.118`"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
4
31
|
{
|
|
5
32
|
"version": "0.11.7",
|
|
6
33
|
"tag": "@rushstack/package-extractor_v0.11.7",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @rushstack/package-extractor
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 06 Dec 2025 01:12:28 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.11.8
|
|
6
|
+
Sat, 06 Dec 2025 01:12:28 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.11.7
|
|
6
11
|
Fri, 21 Nov 2025 16:13:56 GMT
|
|
@@ -69845,16 +69845,61 @@ module.exports = {
|
|
|
69845
69845
|
/*!**********************************************!*\
|
|
69846
69846
|
!*** ../node-core-library/lib/FileWriter.js ***!
|
|
69847
69847
|
\**********************************************/
|
|
69848
|
-
/***/ ((__unused_webpack_module, exports, __webpack_require__)
|
|
69848
|
+
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
69849
69849
|
|
|
69850
69850
|
"use strict";
|
|
69851
69851
|
|
|
69852
69852
|
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
|
69853
69853
|
// See LICENSE in the project root for license information.
|
|
69854
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
69855
|
+
if (k2 === undefined) k2 = k;
|
|
69856
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
69857
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
69858
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
69859
|
+
}
|
|
69860
|
+
Object.defineProperty(o, k2, desc);
|
|
69861
|
+
}) : (function(o, m, k, k2) {
|
|
69862
|
+
if (k2 === undefined) k2 = k;
|
|
69863
|
+
o[k2] = m[k];
|
|
69864
|
+
}));
|
|
69865
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
69866
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
69867
|
+
}) : function(o, v) {
|
|
69868
|
+
o["default"] = v;
|
|
69869
|
+
});
|
|
69870
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
69871
|
+
var ownKeys = function(o) {
|
|
69872
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
69873
|
+
var ar = [];
|
|
69874
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
69875
|
+
return ar;
|
|
69876
|
+
};
|
|
69877
|
+
return ownKeys(o);
|
|
69878
|
+
};
|
|
69879
|
+
return function (mod) {
|
|
69880
|
+
if (mod && mod.__esModule) return mod;
|
|
69881
|
+
var result = {};
|
|
69882
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
69883
|
+
__setModuleDefault(result, mod);
|
|
69884
|
+
return result;
|
|
69885
|
+
};
|
|
69886
|
+
})();
|
|
69854
69887
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
69855
69888
|
exports.FileWriter = void 0;
|
|
69856
|
-
const
|
|
69857
|
-
|
|
69889
|
+
const fs = __importStar(__webpack_require__(/*! node:fs */ 973024));
|
|
69890
|
+
/**
|
|
69891
|
+
* Helper function to convert the file writer array to a Node.js style string (e.g. "wx" or "a").
|
|
69892
|
+
* @param flags - The flags that should be converted.
|
|
69893
|
+
*/
|
|
69894
|
+
function convertFlagsForNode(flags) {
|
|
69895
|
+
flags = {
|
|
69896
|
+
append: false,
|
|
69897
|
+
exclusive: false,
|
|
69898
|
+
...flags
|
|
69899
|
+
};
|
|
69900
|
+
const result = `${flags.append ? 'a' : 'w'}${flags.exclusive ? 'x' : ''}`;
|
|
69901
|
+
return result;
|
|
69902
|
+
}
|
|
69858
69903
|
/**
|
|
69859
69904
|
* API for interacting with file handles.
|
|
69860
69905
|
* @public
|
|
@@ -69873,19 +69918,7 @@ class FileWriter {
|
|
|
69873
69918
|
* @param flags - The flags for opening the handle
|
|
69874
69919
|
*/
|
|
69875
69920
|
static open(filePath, flags) {
|
|
69876
|
-
return new FileWriter(
|
|
69877
|
-
}
|
|
69878
|
-
/**
|
|
69879
|
-
* Helper function to convert the file writer array to a Node.js style string (e.g. "wx" or "a").
|
|
69880
|
-
* @param flags - The flags that should be converted.
|
|
69881
|
-
*/
|
|
69882
|
-
static _convertFlagsForNode(flags) {
|
|
69883
|
-
flags = {
|
|
69884
|
-
append: false,
|
|
69885
|
-
exclusive: false,
|
|
69886
|
-
...flags
|
|
69887
|
-
};
|
|
69888
|
-
return [flags.append ? 'a' : 'w', flags.exclusive ? 'x' : ''].join('');
|
|
69921
|
+
return new FileWriter(fs.openSync(filePath, convertFlagsForNode(flags)), filePath);
|
|
69889
69922
|
}
|
|
69890
69923
|
/**
|
|
69891
69924
|
* Writes some text to the given file handle. Throws if the file handle has been closed.
|
|
@@ -69896,7 +69929,7 @@ class FileWriter {
|
|
|
69896
69929
|
if (!this._fileDescriptor) {
|
|
69897
69930
|
throw new Error(`Cannot write to file, file descriptor has already been released.`);
|
|
69898
69931
|
}
|
|
69899
|
-
|
|
69932
|
+
fs.writeSync(this._fileDescriptor, text);
|
|
69900
69933
|
}
|
|
69901
69934
|
/**
|
|
69902
69935
|
* Closes the file handle permanently. No operations can be made on this file handle after calling this.
|
|
@@ -69909,7 +69942,7 @@ class FileWriter {
|
|
|
69909
69942
|
const fd = this._fileDescriptor;
|
|
69910
69943
|
if (fd) {
|
|
69911
69944
|
this._fileDescriptor = undefined;
|
|
69912
|
-
|
|
69945
|
+
fs.closeSync(fd);
|
|
69913
69946
|
}
|
|
69914
69947
|
}
|
|
69915
69948
|
/**
|
|
@@ -69920,7 +69953,7 @@ class FileWriter {
|
|
|
69920
69953
|
if (!this._fileDescriptor) {
|
|
69921
69954
|
throw new Error(`Cannot get file statistics, file descriptor has already been released.`);
|
|
69922
69955
|
}
|
|
69923
|
-
return
|
|
69956
|
+
return fs.fstatSync(this._fileDescriptor);
|
|
69924
69957
|
}
|
|
69925
69958
|
}
|
|
69926
69959
|
exports.FileWriter = FileWriter;
|