@microsoft/fast-components-foundation-react

v3.1.5
FAST component foundation implemented in React.

build

tsc -p ./tsconfig.build.json

clean:dist

node ../../build/clean.js dist

prepare

yarn clean:dist && yarn build

prettier

prettier --config ../../.prettierrc --write "**/*.{ts,tsx}"

prettier:diff

prettier --config ../../.prettierrc "**/*.{ts,tsx}" --list-different

test

yarn eslint && yarn unit-tests

eslint

eslint . --ext .ts,.tsx

eslint:fix

eslint . --ext .ts,.tsx --fix

unit-tests

jest --runInBand --env=jsdom

unit-tests:watch

jest --watch

watch

tsc -p ./tsconfig -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 4/10/2020

Downloads