Merge pull request #11 from microsoft/octogonz/rename-packages
Update links to NPM packages that were renamed
This commit is contained in:
Коммит
374bafc178
1147
_data/api_nav.yaml
1147
_data/api_nav.yaml
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -23,13 +23,13 @@ These tools are developed under the **Rush Stack** umbrella:
|
|||
ESLint rule set, specifically designed for large scale TypeScript monorepos
|
||||
|
||||
These tools are built on a common framework of reusable library packages:
|
||||
- [ts-command-line](https://www.npmjs.com/package/@microsoft/ts-command-line): a strict command-line parser
|
||||
- [ts-command-line](https://www.npmjs.com/package/@rushstack/ts-command-line): a strict command-line parser
|
||||
whose options/docs can be augmented by toolchain packages
|
||||
- [node-core-library](https://www.npmjs.com/package/@microsoft/node-core-library): the standard base library
|
||||
- [node-core-library](https://www.npmjs.com/package/@rushstack/node-core-library): the standard base library
|
||||
used by all our projects
|
||||
- [package-deps-hash](https://www.npmjs.com/package/@microsoft/package-deps-hash): the incremental build engine
|
||||
- [package-deps-hash](https://www.npmjs.com/package/@rushstack/package-deps-hash): the incremental build engine
|
||||
used by Rush
|
||||
- [stream-collator](https://www.npmjs.com/package/@microsoft/stream-collator): the magic behind how Rush can
|
||||
- [stream-collator](https://www.npmjs.com/package/@rushstack/stream-collator): the magic behind how Rush can
|
||||
display real-time log output from concurrent tasks, without ugly interleaving of the output
|
||||
- [a family of webpack plugins](https://github.com/microsoft/rushstack/tree/master/webpack) used in our
|
||||
applications
|
||||
|
|
|
@ -29,5 +29,5 @@ tryGetPackageByName(packageName: string): ApiPackage | undefined;
|
|||
|
||||
## Remarks
|
||||
|
||||
If the NPM scope is omitted in the package name, it will still be found provided that it is an unambiguous match. For example, it's often convenient to write `{@link node-core-library#JsonFile}` instead of `{@link @microsoft/node-core-library#JsonFile}`<!-- -->.
|
||||
If the NPM scope is omitted in the package name, it will still be found provided that it is an unambiguous match. For example, it's often convenient to write `{@link node-core-library#JsonFile}` instead of `{@link @rushstack/node-core-library#JsonFile}`<!-- -->.
|
||||
|
||||
|
|
|
@ -16,12 +16,12 @@ improve_this_button: false
|
|||
| [@microsoft/api-documenter](./api-documenter.md) | API Documenter generates an API reference website from the .api.json files created by API Extractor. The <code>@microsoft/api-documenter</code> package provides the command-line tool. It also exposes a developer API that you can use to create plugins that customize how API Documenter generates documentation. |
|
||||
| [@microsoft/api-extractor](./api-extractor.md) | API Extractor helps with validation, documentation, and reviewing of the exported API for a TypeScript library. The <code>@microsoft/api-extractor</code> package provides the command-line tool. It also exposes a developer API that you can use to invoke API Extractor programmatically. |
|
||||
| [@microsoft/api-extractor-model](./api-extractor-model.md) | Use this library to read and write \*.api.json files as defined by the [API Extractor](https://api-extractor.com/) tool. These files are used to generate a documentation website for your TypeScript package. The files store the API signatures and doc comments that were extracted from your package. |
|
||||
| [@microsoft/node-core-library](./node-core-library.md) | Core libraries that every NodeJS toolchain project should use. |
|
||||
| [@microsoft/package-deps-hash](./package-deps-hash.md) | This package builds a JSON object containing the git hashes of all files used to produce a given NPM package. The [Rush](https://rushjs.io/) tool uses this library to implement incremental build detection. |
|
||||
| [@microsoft/rush-lib](./rush-lib.md) | A library for writing scripts that interact with the [Rush](https://rushjs.io/) tool. |
|
||||
| [@microsoft/stream-collator](./stream-collator.md) | This library enables a tool to display live console output from multiple asynchronous processes, while ensuring that their output does not get jumbled together. |
|
||||
| [@microsoft/ts-command-line](./ts-command-line.md) | An object-oriented command-line parser for TypeScript projects. |
|
||||
| [@rushstack/debug-certificate-manager](./debug-certificate-manager.md) | This package is used to manage debug certificates for development servers. It is used by \[@<!-- -->microsoft/gulp-core-build-serve\](https://www.npmjs.com/package/<!-- -->@<!-- -->microsoft/gulp-core-build-serve) to generate and trust a certificate when HTTPS is turned on.<!-- -->This package provides the following utilities: - <code>CertificateStore</code> to handle retrieving and saving a debug certificate. - <code>CertificateManager</code> is a utility class containing the following public methods: \| - <code>ensureCertificate</code> will find or optionally create a debug certificate and trust it. \| - <code>untrustCertificate</code> will untrust a debug certificate. |
|
||||
| [@rushstack/localization-plugin](./localization-plugin.md) | |
|
||||
| [@rushstack/node-core-library](./node-core-library.md) | Core libraries that every NodeJS toolchain project should use. |
|
||||
| [@rushstack/package-deps-hash](./package-deps-hash.md) | This package builds a JSON object containing the git hashes of all files used to produce a given NPM package. The [Rush](https://rushjs.io/) tool uses this library to implement incremental build detection. |
|
||||
| [@rushstack/stream-collator](./stream-collator.md) | This library enables a tool to display live console output from multiple asynchronous processes, while ensuring that their output does not get jumbled together. |
|
||||
| [@rushstack/ts-command-line](./ts-command-line.md) | An object-oriented command-line parser for TypeScript projects. |
|
||||
| [@rushstack/typings-generator](./typings-generator.md) | |
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [black](./node-core-library.colors.black.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [black](./node-core-library.colors.black.md)
|
||||
|
||||
## Colors.black() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blackBackground](./node-core-library.colors.blackbackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blackBackground](./node-core-library.colors.blackbackground.md)
|
||||
|
||||
## Colors.blackBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blink](./node-core-library.colors.blink.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blink](./node-core-library.colors.blink.md)
|
||||
|
||||
## Colors.blink() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blue](./node-core-library.colors.blue.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blue](./node-core-library.colors.blue.md)
|
||||
|
||||
## Colors.blue() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blueBackground](./node-core-library.colors.bluebackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [blueBackground](./node-core-library.colors.bluebackground.md)
|
||||
|
||||
## Colors.blueBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [bold](./node-core-library.colors.bold.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [bold](./node-core-library.colors.bold.md)
|
||||
|
||||
## Colors.bold() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [cyan](./node-core-library.colors.cyan.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [cyan](./node-core-library.colors.cyan.md)
|
||||
|
||||
## Colors.cyan() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [cyanBackground](./node-core-library.colors.cyanbackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [cyanBackground](./node-core-library.colors.cyanbackground.md)
|
||||
|
||||
## Colors.cyanBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [dim](./node-core-library.colors.dim.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [dim](./node-core-library.colors.dim.md)
|
||||
|
||||
## Colors.dim() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [gray](./node-core-library.colors.gray.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [gray](./node-core-library.colors.gray.md)
|
||||
|
||||
## Colors.gray() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [grayBackground](./node-core-library.colors.graybackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [grayBackground](./node-core-library.colors.graybackground.md)
|
||||
|
||||
## Colors.grayBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [green](./node-core-library.colors.green.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [green](./node-core-library.colors.green.md)
|
||||
|
||||
## Colors.green() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [greenBackground](./node-core-library.colors.greenbackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [greenBackground](./node-core-library.colors.greenbackground.md)
|
||||
|
||||
## Colors.greenBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [hidden](./node-core-library.colors.hidden.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [hidden](./node-core-library.colors.hidden.md)
|
||||
|
||||
## Colors.hidden() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [invertColor](./node-core-library.colors.invertcolor.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [invertColor](./node-core-library.colors.invertcolor.md)
|
||||
|
||||
## Colors.invertColor() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [magenta](./node-core-library.colors.magenta.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [magenta](./node-core-library.colors.magenta.md)
|
||||
|
||||
## Colors.magenta() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [magentaBackground](./node-core-library.colors.magentabackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [magentaBackground](./node-core-library.colors.magentabackground.md)
|
||||
|
||||
## Colors.magentaBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md)
|
||||
|
||||
## Colors class
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [red](./node-core-library.colors.red.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [red](./node-core-library.colors.red.md)
|
||||
|
||||
## Colors.red() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [redBackground](./node-core-library.colors.redbackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [redBackground](./node-core-library.colors.redbackground.md)
|
||||
|
||||
## Colors.redBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [underline](./node-core-library.colors.underline.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [underline](./node-core-library.colors.underline.md)
|
||||
|
||||
## Colors.underline() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [white](./node-core-library.colors.white.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [white](./node-core-library.colors.white.md)
|
||||
|
||||
## Colors.white() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [whiteBackground](./node-core-library.colors.whitebackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [whiteBackground](./node-core-library.colors.whitebackground.md)
|
||||
|
||||
## Colors.whiteBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [yellow](./node-core-library.colors.yellow.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [yellow](./node-core-library.colors.yellow.md)
|
||||
|
||||
## Colors.yellow() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [yellowBackground](./node-core-library.colors.yellowbackground.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Colors](./node-core-library.colors.md) > [yellowBackground](./node-core-library.colors.yellowbackground.md)
|
||||
|
||||
## Colors.yellowBackground() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ColorValue](./node-core-library.colorvalue.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ColorValue](./node-core-library.colorvalue.md)
|
||||
|
||||
## ColorValue enum
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [(constructor)](./node-core-library.consoleterminalprovider._constructor_.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [(constructor)](./node-core-library.consoleterminalprovider._constructor_.md)
|
||||
|
||||
## ConsoleTerminalProvider.(constructor)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [eolCharacter](./node-core-library.consoleterminalprovider.eolcharacter.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [eolCharacter](./node-core-library.consoleterminalprovider.eolcharacter.md)
|
||||
|
||||
## ConsoleTerminalProvider.eolCharacter property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md)
|
||||
|
||||
## ConsoleTerminalProvider class
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [supportsColor](./node-core-library.consoleterminalprovider.supportscolor.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [supportsColor](./node-core-library.consoleterminalprovider.supportscolor.md)
|
||||
|
||||
## ConsoleTerminalProvider.supportsColor property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [verboseEnabled](./node-core-library.consoleterminalprovider.verboseenabled.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [verboseEnabled](./node-core-library.consoleterminalprovider.verboseenabled.md)
|
||||
|
||||
## ConsoleTerminalProvider.verboseEnabled property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [write](./node-core-library.consoleterminalprovider.write.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) > [write](./node-core-library.consoleterminalprovider.write.md)
|
||||
|
||||
## ConsoleTerminalProvider.write() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Encoding](./node-core-library.encoding.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Encoding](./node-core-library.encoding.md)
|
||||
|
||||
## Encoding enum
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md)
|
||||
|
||||
## Executable class
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md) > [spawnSync](./node-core-library.executable.spawnsync.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md) > [spawnSync](./node-core-library.executable.spawnsync.md)
|
||||
|
||||
## Executable.spawnSync() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md) > [tryResolve](./node-core-library.executable.tryresolve.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [Executable](./node-core-library.executable.md) > [tryResolve](./node-core-library.executable.tryresolve.md)
|
||||
|
||||
## Executable.tryResolve() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ExecutableStdioMapping](./node-core-library.executablestdiomapping.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ExecutableStdioMapping](./node-core-library.executablestdiomapping.md)
|
||||
|
||||
## ExecutableStdioMapping type
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [ExecutableStdioStreamMapping](./node-core-library.executablestdiostreammapping.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [ExecutableStdioStreamMapping](./node-core-library.executablestdiostreammapping.md)
|
||||
|
||||
## ExecutableStdioStreamMapping type
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileConstants](./node-core-library.fileconstants.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileConstants](./node-core-library.fileconstants.md)
|
||||
|
||||
## FileConstants enum
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [appendToFile](./node-core-library.filesystem.appendtofile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [appendToFile](./node-core-library.filesystem.appendtofile.md)
|
||||
|
||||
## FileSystem.appendToFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [changePosixModeBits](./node-core-library.filesystem.changeposixmodebits.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [changePosixModeBits](./node-core-library.filesystem.changeposixmodebits.md)
|
||||
|
||||
## FileSystem.changePosixModeBits() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [copyFile](./node-core-library.filesystem.copyfile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [copyFile](./node-core-library.filesystem.copyfile.md)
|
||||
|
||||
## FileSystem.copyFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createHardLink](./node-core-library.filesystem.createhardlink.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createHardLink](./node-core-library.filesystem.createhardlink.md)
|
||||
|
||||
## FileSystem.createHardLink() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkFile](./node-core-library.filesystem.createsymboliclinkfile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkFile](./node-core-library.filesystem.createsymboliclinkfile.md)
|
||||
|
||||
## FileSystem.createSymbolicLinkFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkFolder](./node-core-library.filesystem.createsymboliclinkfolder.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkFolder](./node-core-library.filesystem.createsymboliclinkfolder.md)
|
||||
|
||||
## FileSystem.createSymbolicLinkFolder() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkJunction](./node-core-library.filesystem.createsymboliclinkjunction.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [createSymbolicLinkJunction](./node-core-library.filesystem.createsymboliclinkjunction.md)
|
||||
|
||||
## FileSystem.createSymbolicLinkJunction() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [deleteFile](./node-core-library.filesystem.deletefile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [deleteFile](./node-core-library.filesystem.deletefile.md)
|
||||
|
||||
## FileSystem.deleteFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [deleteFolder](./node-core-library.filesystem.deletefolder.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [deleteFolder](./node-core-library.filesystem.deletefolder.md)
|
||||
|
||||
## FileSystem.deleteFolder() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [ensureEmptyFolder](./node-core-library.filesystem.ensureemptyfolder.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [ensureEmptyFolder](./node-core-library.filesystem.ensureemptyfolder.md)
|
||||
|
||||
## FileSystem.ensureEmptyFolder() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [ensureFolder](./node-core-library.filesystem.ensurefolder.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [ensureFolder](./node-core-library.filesystem.ensurefolder.md)
|
||||
|
||||
## FileSystem.ensureFolder() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [exists](./node-core-library.filesystem.exists.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [exists](./node-core-library.filesystem.exists.md)
|
||||
|
||||
## FileSystem.exists() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [formatPosixModeBits](./node-core-library.filesystem.formatposixmodebits.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [formatPosixModeBits](./node-core-library.filesystem.formatposixmodebits.md)
|
||||
|
||||
## FileSystem.formatPosixModeBits() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getLinkStatistics](./node-core-library.filesystem.getlinkstatistics.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getLinkStatistics](./node-core-library.filesystem.getlinkstatistics.md)
|
||||
|
||||
## FileSystem.getLinkStatistics() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getPosixModeBits](./node-core-library.filesystem.getposixmodebits.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getPosixModeBits](./node-core-library.filesystem.getposixmodebits.md)
|
||||
|
||||
## FileSystem.getPosixModeBits() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getRealPath](./node-core-library.filesystem.getrealpath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getRealPath](./node-core-library.filesystem.getrealpath.md)
|
||||
|
||||
## FileSystem.getRealPath() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getStatistics](./node-core-library.filesystem.getstatistics.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [getStatistics](./node-core-library.filesystem.getstatistics.md)
|
||||
|
||||
## FileSystem.getStatistics() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md)
|
||||
|
||||
## FileSystem class
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [move](./node-core-library.filesystem.move.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [move](./node-core-library.filesystem.move.md)
|
||||
|
||||
## FileSystem.move() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFile](./node-core-library.filesystem.readfile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFile](./node-core-library.filesystem.readfile.md)
|
||||
|
||||
## FileSystem.readFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFileToBuffer](./node-core-library.filesystem.readfiletobuffer.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFileToBuffer](./node-core-library.filesystem.readfiletobuffer.md)
|
||||
|
||||
## FileSystem.readFileToBuffer() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFolder](./node-core-library.filesystem.readfolder.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [readFolder](./node-core-library.filesystem.readfolder.md)
|
||||
|
||||
## FileSystem.readFolder() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [updateTimes](./node-core-library.filesystem.updatetimes.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [updateTimes](./node-core-library.filesystem.updatetimes.md)
|
||||
|
||||
## FileSystem.updateTimes() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [writeFile](./node-core-library.filesystem.writefile.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileSystem](./node-core-library.filesystem.md) > [writeFile](./node-core-library.filesystem.writefile.md)
|
||||
|
||||
## FileSystem.writeFile() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [close](./node-core-library.filewriter.close.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [close](./node-core-library.filewriter.close.md)
|
||||
|
||||
## FileWriter.close() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md)
|
||||
|
||||
## FileWriter class
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [open](./node-core-library.filewriter.open.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [open](./node-core-library.filewriter.open.md)
|
||||
|
||||
## FileWriter.open() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [write](./node-core-library.filewriter.write.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FileWriter](./node-core-library.filewriter.md) > [write](./node-core-library.filewriter.write.md)
|
||||
|
||||
## FileWriter.write() method
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [FolderConstants](./node-core-library.folderconstants.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [FolderConstants](./node-core-library.folderconstants.md)
|
||||
|
||||
## FolderConstants enum
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [backgroundColor](./node-core-library.icolorablesequence.backgroundcolor.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [backgroundColor](./node-core-library.icolorablesequence.backgroundcolor.md)
|
||||
|
||||
## IColorableSequence.backgroundColor property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [foregroundColor](./node-core-library.icolorablesequence.foregroundcolor.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [foregroundColor](./node-core-library.icolorablesequence.foregroundcolor.md)
|
||||
|
||||
## IColorableSequence.foregroundColor property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [isEol](./node-core-library.icolorablesequence.iseol.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [isEol](./node-core-library.icolorablesequence.iseol.md)
|
||||
|
||||
## IColorableSequence.isEol property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md)
|
||||
|
||||
## IColorableSequence interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [text](./node-core-library.icolorablesequence.text.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [text](./node-core-library.icolorablesequence.text.md)
|
||||
|
||||
## IColorableSequence.text property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [textAttributes](./node-core-library.icolorablesequence.textattributes.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IColorableSequence](./node-core-library.icolorablesequence.md) > [textAttributes](./node-core-library.icolorablesequence.textattributes.md)
|
||||
|
||||
## IColorableSequence.textAttributes property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md)
|
||||
|
||||
## IConsoleTerminalProviderOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md) > [verboseEnabled](./node-core-library.iconsoleterminalprovideroptions.verboseenabled.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md) > [verboseEnabled](./node-core-library.iconsoleterminalprovideroptions.verboseenabled.md)
|
||||
|
||||
## IConsoleTerminalProviderOptions.verboseEnabled property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) > [currentWorkingDirectory](./node-core-library.iexecutableresolveoptions.currentworkingdirectory.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) > [currentWorkingDirectory](./node-core-library.iexecutableresolveoptions.currentworkingdirectory.md)
|
||||
|
||||
## IExecutableResolveOptions.currentWorkingDirectory property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) > [environment](./node-core-library.iexecutableresolveoptions.environment.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) > [environment](./node-core-library.iexecutableresolveoptions.environment.md)
|
||||
|
||||
## IExecutableResolveOptions.environment property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md)
|
||||
|
||||
## IExecutableResolveOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [input](./node-core-library.iexecutablespawnsyncoptions.input.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [input](./node-core-library.iexecutablespawnsyncoptions.input.md)
|
||||
|
||||
## IExecutableSpawnSyncOptions.input property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [maxBuffer](./node-core-library.iexecutablespawnsyncoptions.maxbuffer.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [maxBuffer](./node-core-library.iexecutablespawnsyncoptions.maxbuffer.md)
|
||||
|
||||
## IExecutableSpawnSyncOptions.maxBuffer property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md)
|
||||
|
||||
## IExecutableSpawnSyncOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [stdio](./node-core-library.iexecutablespawnsyncoptions.stdio.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [stdio](./node-core-library.iexecutablespawnsyncoptions.stdio.md)
|
||||
|
||||
## IExecutableSpawnSyncOptions.stdio property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [timeoutMs](./node-core-library.iexecutablespawnsyncoptions.timeoutms.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) > [timeoutMs](./node-core-library.iexecutablespawnsyncoptions.timeoutms.md)
|
||||
|
||||
## IExecutableSpawnSyncOptions.timeoutMs property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) > [destinationPath](./node-core-library.ifilesystemcopyfileoptions.destinationpath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) > [destinationPath](./node-core-library.ifilesystemcopyfileoptions.destinationpath.md)
|
||||
|
||||
## IFileSystemCopyFileOptions.destinationPath property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md)
|
||||
|
||||
## IFileSystemCopyFileOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) > [sourcePath](./node-core-library.ifilesystemcopyfileoptions.sourcepath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) > [sourcePath](./node-core-library.ifilesystemcopyfileoptions.sourcepath.md)
|
||||
|
||||
## IFileSystemCopyFileOptions.sourcePath property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) > [linkTargetPath](./node-core-library.ifilesystemcreatelinkoptions.linktargetpath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) > [linkTargetPath](./node-core-library.ifilesystemcreatelinkoptions.linktargetpath.md)
|
||||
|
||||
## IFileSystemCreateLinkOptions.linkTargetPath property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md)
|
||||
|
||||
## IFileSystemCreateLinkOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) > [newLinkPath](./node-core-library.ifilesystemcreatelinkoptions.newlinkpath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) > [newLinkPath](./node-core-library.ifilesystemcreatelinkoptions.newlinkpath.md)
|
||||
|
||||
## IFileSystemCreateLinkOptions.newLinkPath property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md)
|
||||
|
||||
## IFileSystemDeleteFileOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md) > [throwIfNotExists](./node-core-library.ifilesystemdeletefileoptions.throwifnotexists.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md) > [throwIfNotExists](./node-core-library.ifilesystemdeletefileoptions.throwifnotexists.md)
|
||||
|
||||
## IFileSystemDeleteFileOptions.throwIfNotExists property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [destinationPath](./node-core-library.ifilesystemmoveoptions.destinationpath.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [destinationPath](./node-core-library.ifilesystemmoveoptions.destinationpath.md)
|
||||
|
||||
## IFileSystemMoveOptions.destinationPath property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [ensureFolderExists](./node-core-library.ifilesystemmoveoptions.ensurefolderexists.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [ensureFolderExists](./node-core-library.ifilesystemmoveoptions.ensurefolderexists.md)
|
||||
|
||||
## IFileSystemMoveOptions.ensureFolderExists property
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md)
|
||||
|
||||
## IFileSystemMoveOptions interface
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ improve_this_button: false
|
|||
---
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [@microsoft/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [overwrite](./node-core-library.ifilesystemmoveoptions.overwrite.md)
|
||||
[Home](./index.md) > [@rushstack/node-core-library](./node-core-library.md) > [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) > [overwrite](./node-core-library.ifilesystemmoveoptions.overwrite.md)
|
||||
|
||||
## IFileSystemMoveOptions.overwrite property
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче