@azure-rest/core-client

v1.2.1-alpha.20240206.3
Core library for interfacing with Azure Rest Clients
azure cloud

lint

eslint package.json api-extractor.json src test --ext .ts

pack

npm pack 2>&1

test

npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test

build

npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local

clean

rimraf dist dist-* temp types *.tgz *.log

format

dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "*.{js,json}"

lint:fix

eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]

test:node

npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node

unit-test

npm run unit-test:node && npm run unit-test:browser

build:test

tsc -p . && dev-tool run bundle

extract-api

tsc -p . && api-extractor run --local

check-format

dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "test/**/*.ts" "*.{js,json}"

test:browser

npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser

build:samples

echo Obsolete

unit-test:node

dev-tool run test:node-ts-input --no-test-proxy=true

execute:samples

echo skipped

integration-test

npm run integration-test:node && npm run integration-test:browser

unit-test:browser

karma start --single-run

integration-test:node

echo skipped

integration-test:browser

echo skipped
npm i @azure-rest/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • Microsoft Corporation
  • released 2/6/2024

Downloads

Maintainers