Async tasks library used by autorest and related tools.
Перейти к файлу
Timothee Guerin aa54aef187
Switch back package downloaded to npm (#134)
2020-12-16 10:01:26 -08:00
.library-template update to TS 3.7.2 and fix discriminator 2019-11-05 15:44:42 -08:00
.scripts deduplicator - remove optimization for bypassing some kinds of deduplication 2019-11-20 12:01:01 -08:00
.vscode
async-io update to TS 3.7.2 and fix discriminator 2019-11-05 15:44:42 -08:00
autorest-extension-base Update all Perks libraries to @azure-tools/codegen@~2.5.0 2020-07-07 16:28:22 -07:00
codegen Add support for date-based versions with the form YYYY-MM 2020-09-08 15:53:42 -07:00
codegen-csharp Update all Perks libraries to @azure-tools/codegen@~2.5.0 2020-07-07 16:28:22 -07:00
codemodel Fix casing of HttpMultipartRequest class to fix schema issue 2020-08-07 11:34:59 -07:00
codemodel-v3 Update all Perks libraries to @azure-tools/codegen@~2.5.0 2020-07-07 16:28:22 -07:00
common
datastore Update yaml-ast-parser to fix issue with emoji in description (#135) 2020-12-16 07:55:52 -08:00
deduplication Update all Perks libraries to @azure-tools/codegen@~2.5.0 2020-07-07 16:28:22 -07:00
eventing update to TS 3.7.2 and fix discriminator 2019-11-05 15:44:42 -08:00
extension Switch back package downloaded to npm (#134) 2020-12-16 10:01:26 -08:00
linq fix refCount 2020-03-10 14:08:00 -07:00
oai2-to-oai3 Remove console.error 2020-12-15 16:39:26 +01:00
object-comparison update to TS 3.7.2 and fix discriminator 2019-11-05 15:44:42 -08:00
openapi add origin for aspect 2020-03-26 10:09:09 -07:00
tasks update to TS 3.7.2 and fix discriminator 2019-11-05 15:44:42 -08:00
uri skip utf16 check on files less than 4 bytes long 2020-06-25 08:40:26 -07:00
.default-eslintrc.yaml Feature: Better cross file reference support for OAI2 -> OAI3 Converter (#131) 2020-12-11 11:12:27 -08:00
.eslintignore
.gitattributes
.gitignore Switch back package downloaded to npm (#134) 2020-12-16 10:01:26 -08:00
LICENSE
package.json
readme.md
rush.json move any into an array, add time format 2020-03-25 11:42:12 -07:00
tsconfig.json

readme.md

Perks Libraries

Perks are a collection of common libraries that provide useful functionality (originall targeted at the AutoRest project.)

Building

Prerequisites

Install Rush to manage the build process:

  • npm install -g "@microsoft/rush"

Use Rush to install packages

  • rush update

Use Rush to build packages

  • rush rebuild