@fluidframework/bundle-size-tools

v0.35.0-247707
Utility for analyzing bundle size regressions

tsc

tsc

lint

npm run eslint

test

echo "Error: no test specified" && exit 1

build

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

clean

rimraf --glob dist "*.tsbuildinfo" _api-extractor-temp

eslint

eslint --format stylish src

format

npm run format:biome

compile

fluid-build . --task compile

lint:fix

npm run eslint:fix

build:copy

copyfiles -u 1 "src/**/*.fsl" dist

build:docs

api-extractor run --local

eslint:fix

eslint --format stylish src --fix

check:biome

biome check .

check:format

npm run check:biome

format:biome

biome check --apply .

build:compile

concurrently npm:tsc npm:build:copy

ci:build:docs

api-extractor run
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 3/19/2024

Downloads