@azure/core-paging

v1.1.4-alpha.20210702.4
Core types for paging async iterable iterators
microsoft clientruntime azure cloud

docs

typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src

lint

eslint package.json src --ext .ts

pack

npm pack 2>&1

test

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

audit

node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit

build

tsc -p tsconfig.json && tsc -p tsconfig.es.json

clean

rimraf dist dist-esm

format

prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.ts" "*.{js,json}"

lint:fix

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

prebuild

npm run clean

test:node

npm run build:test && npm run unit-test:node && npm run integration-test:node

unit-test

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

build:test

echo skipped

check-format

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

test:browser

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

build:samples

echo Skipped.

unit-test:node

echo skipped

execute:samples

echo skipped

integration-test

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

unit-test:browser

echo skipped

integration-test:node

echo skipped

integration-test:browser

echo skipped
npm i @azure/[email protected]

Metadata

  • MIT
  • >=12.0.0
  • Microsoft Corporation
  • released 7/2/2021

Downloads

Maintainers