@fluidframework/driver-definitions

v2.0.0-dev.7.2.0.203917
Fluid driver definitions

tsc

tsc

lint

npm run prettier && npm run eslint

build

fluid-build . --task build

clean

rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp'

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

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

fluid-build . --task compile

ci:build:docs

api-extractor run

typetests:gen

fluid-type-test-generator

ci:test:coverage

echo No test for this package

typetests:prepare

flub typetests --dir . --reset --previous --normalize
npm i @fluidframework/[email protected]

Metadata

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

Downloads