@fluidframework/driver-definitions

v2.0.0-internal.4.3.0
Fluid driver definitions

tsc

tsc

lint

npm run prettier && npm run eslint

build

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

clean

rimraf dist lib *.tsbuildinfo *.build.log

eslint

eslint --format stylish src

format

npm run prettier:fix

ci:test

echo No test for this package

ci:build

npm run build:compile

lint:fix

npm run prettier:fix && npm run eslint:fix

prettier

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

tsc:watch

tsc --watch

build:docs

api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/

build:full

npm run build

eslint:fix

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

build:esnext

tsc --project ./tsconfig.esnext.json

prettier:fix

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

build:compile

concurrently npm:typetests:gen npm:tsc npm:build:esnext

ci:build:docs

api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/

typetests:gen

fluid-type-test-generator

ci:test:coverage

echo No test for this package

typetests:prepare

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

build:full:compile

npm run build:compile
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 5/18/2023

Downloads