@fluidframework/odsp-doclib-utils

v2.0.0-internal.2.4.2
ODSP utilities

tsc

tsc

lint

npm run eslint

test

npm run test:mocha

build

npm run build:genver && concurrently npm:build:compile npm:lint

clean

rimraf dist *.tsbuildinfo *.build.log

eslint

eslint --format stylish src

format

npm run prettier:fix

lint:fix

npm run eslint:fix

prettier

prettier --check . --ignore-path ../../../.prettierignore

build:full

npm run build

build:test

tsc --project ./src/test/tsconfig.json

eslint:fix

eslint --format stylish src --fix --fix-type problem,suggestion,layout

test:mocha

mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict

test:report

npm test -- -- --reporter xunit --reporter-option output=nyc/mocha-junit-report.xml

build:esnext

tsc --project ./tsconfig.esnext.json

build:genver

gen-version

prettier:fix

prettier --write . --ignore-path ../../../.prettierignore

build:compile

concurrently npm:build:commonjs npm:build:esnext

test:coverage

nyc npm run test:report

typetests:gen

flub generate typetests --generate --dir .

build:commonjs

npm run tsc && npm run typetests:gen && npm run build:test

typetests:prepare

flub generate typetests --prepare --dir . --pin

build:full:compile

npm run build:compile

test:mocha:verbose

cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 3/10/2023

Downloads