@fluidframework/driver-definitions

v2.0.0-dev-rc.1.0.0.224419
Fluid driver definitions

api

fluid-build . --task api

tsc

tsc

lint

npm run prettier && npm run check:release-tags && 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 . --cache --ignore-path ../../../.prettierignore

tsc:watch

tsc --watch

build:docs

fluid-build . --task api

eslint:fix

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

build:esnext

tsc --project ./tsconfig.esnext.json

prettier:fix

prettier --write . --cache --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

check:release-tags

api-extractor run --local --config ./api-extractor-lint.json

api-extractor:esnext

copyfiles -u 1 "dist/**/*-@(alpha|beta|public|untrimmed).d.ts" lib

api-extractor:commonjs

api-extractor run --local

check:are-the-types-wrong

attw --pack
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 12/19/2023

Downloads