Merge pull request #11 from microsoft/octogonz/rename-packages

Update links to NPM packages that were renamed
This commit is contained in:
Pete Gonzalez 2020-03-17 20:15:03 -07:00 коммит произвёл GitHub
Родитель add71f5149 7e62fa17af
Коммит 374bafc178
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
420 изменённых файлов: 1229 добавлений и 977 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [black](./node-core-library.colors.black.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [blackBackground](./node-core-library.colors.blackbackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [blink](./node-core-library.colors.blink.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [blue](./node-core-library.colors.blue.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [blueBackground](./node-core-library.colors.bluebackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [bold](./node-core-library.colors.bold.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [cyan](./node-core-library.colors.cyan.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [cyanBackground](./node-core-library.colors.cyanbackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [dim](./node-core-library.colors.dim.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [gray](./node-core-library.colors.gray.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [grayBackground](./node-core-library.colors.graybackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [green](./node-core-library.colors.green.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [greenBackground](./node-core-library.colors.greenbackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [hidden](./node-core-library.colors.hidden.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [invertColor](./node-core-library.colors.invertcolor.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [magenta](./node-core-library.colors.magenta.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [magentaBackground](./node-core-library.colors.magentabackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [red](./node-core-library.colors.red.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [redBackground](./node-core-library.colors.redbackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [underline](./node-core-library.colors.underline.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [white](./node-core-library.colors.white.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [whiteBackground](./node-core-library.colors.whitebackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [yellow](./node-core-library.colors.yellow.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [yellowBackground](./node-core-library.colors.yellowbackground.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Colors](./node-core-library.colors.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ColorValue](./node-core-library.colorvalue.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [(constructor)](./node-core-library.consoleterminalprovider._constructor_.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [(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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [eolCharacter](./node-core-library.consoleterminalprovider.eolcharacter.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [supportsColor](./node-core-library.consoleterminalprovider.supportscolor.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [verboseEnabled](./node-core-library.consoleterminalprovider.verboseenabled.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [write](./node-core-library.consoleterminalprovider.write.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [ConsoleTerminalProvider](./node-core-library.consoleterminalprovider.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Encoding](./node-core-library.encoding.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Executable](./node-core-library.executable.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Executable](./node-core-library.executable.md) &gt; [spawnSync](./node-core-library.executable.spawnsync.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Executable](./node-core-library.executable.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [Executable](./node-core-library.executable.md) &gt; [tryResolve](./node-core-library.executable.tryresolve.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [Executable](./node-core-library.executable.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ExecutableStdioMapping](./node-core-library.executablestdiomapping.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [ExecutableStdioStreamMapping](./node-core-library.executablestdiostreammapping.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileConstants](./node-core-library.fileconstants.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [appendToFile](./node-core-library.filesystem.appendtofile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [changePosixModeBits](./node-core-library.filesystem.changeposixmodebits.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [copyFile](./node-core-library.filesystem.copyfile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [createHardLink](./node-core-library.filesystem.createhardlink.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [createSymbolicLinkFile](./node-core-library.filesystem.createsymboliclinkfile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [createSymbolicLinkFolder](./node-core-library.filesystem.createsymboliclinkfolder.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [createSymbolicLinkJunction](./node-core-library.filesystem.createsymboliclinkjunction.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [deleteFile](./node-core-library.filesystem.deletefile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [deleteFolder](./node-core-library.filesystem.deletefolder.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [ensureEmptyFolder](./node-core-library.filesystem.ensureemptyfolder.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [ensureFolder](./node-core-library.filesystem.ensurefolder.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [exists](./node-core-library.filesystem.exists.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [formatPosixModeBits](./node-core-library.filesystem.formatposixmodebits.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [getLinkStatistics](./node-core-library.filesystem.getlinkstatistics.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [getPosixModeBits](./node-core-library.filesystem.getposixmodebits.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [getRealPath](./node-core-library.filesystem.getrealpath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [getStatistics](./node-core-library.filesystem.getstatistics.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [move](./node-core-library.filesystem.move.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [readFile](./node-core-library.filesystem.readfile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [readFileToBuffer](./node-core-library.filesystem.readfiletobuffer.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [readFolder](./node-core-library.filesystem.readfolder.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [updateTimes](./node-core-library.filesystem.updatetimes.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [writeFile](./node-core-library.filesystem.writefile.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileSystem](./node-core-library.filesystem.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [close](./node-core-library.filewriter.close.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [open](./node-core-library.filewriter.open.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [write](./node-core-library.filewriter.write.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [FileWriter](./node-core-library.filewriter.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [FolderConstants](./node-core-library.folderconstants.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [backgroundColor](./node-core-library.icolorablesequence.backgroundcolor.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [foregroundColor](./node-core-library.icolorablesequence.foregroundcolor.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [isEol](./node-core-library.icolorablesequence.iseol.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [text](./node-core-library.icolorablesequence.text.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [textAttributes](./node-core-library.icolorablesequence.textattributes.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IColorableSequence](./node-core-library.icolorablesequence.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md) &gt; [verboseEnabled](./node-core-library.iconsoleterminalprovideroptions.verboseenabled.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IConsoleTerminalProviderOptions](./node-core-library.iconsoleterminalprovideroptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) &gt; [currentWorkingDirectory](./node-core-library.iexecutableresolveoptions.currentworkingdirectory.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) &gt; [environment](./node-core-library.iexecutableresolveoptions.environment.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableResolveOptions](./node-core-library.iexecutableresolveoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [input](./node-core-library.iexecutablespawnsyncoptions.input.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [maxBuffer](./node-core-library.iexecutablespawnsyncoptions.maxbuffer.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [stdio](./node-core-library.iexecutablespawnsyncoptions.stdio.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [timeoutMs](./node-core-library.iexecutablespawnsyncoptions.timeoutms.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IExecutableSpawnSyncOptions](./node-core-library.iexecutablespawnsyncoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) &gt; [destinationPath](./node-core-library.ifilesystemcopyfileoptions.destinationpath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) &gt; [sourcePath](./node-core-library.ifilesystemcopyfileoptions.sourcepath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemCopyFileOptions](./node-core-library.ifilesystemcopyfileoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) &gt; [linkTargetPath](./node-core-library.ifilesystemcreatelinkoptions.linktargetpath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) &gt; [newLinkPath](./node-core-library.ifilesystemcreatelinkoptions.newlinkpath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemCreateLinkOptions](./node-core-library.ifilesystemcreatelinkoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md) &gt; [throwIfNotExists](./node-core-library.ifilesystemdeletefileoptions.throwifnotexists.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemDeleteFileOptions](./node-core-library.ifilesystemdeletefileoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [destinationPath](./node-core-library.ifilesystemmoveoptions.destinationpath.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [ensureFolderExists](./node-core-library.ifilesystemmoveoptions.ensurefolderexists.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [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) &gt; [@microsoft/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [overwrite](./node-core-library.ifilesystemmoveoptions.overwrite.md)
[Home](./index.md) &gt; [@rushstack/node-core-library](./node-core-library.md) &gt; [IFileSystemMoveOptions](./node-core-library.ifilesystemmoveoptions.md) &gt; [overwrite](./node-core-library.ifilesystemmoveoptions.overwrite.md)
## IFileSystemMoveOptions.overwrite property

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше