@fluidframework/core-utils

v2.0.0-dev.7.3.0.211848
Not intended for use outside the Fluid client repo.

api

fluid-build . --task api

tsc

tsc

lint

npm run prettier && npm run eslint

test

npm run test:mocha

bench

mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js

build

fluid-build . --task build

clean

rimraf --glob dist lib "**/*.tsbuildinfo" "**/*.build.log" _api-extractor-temp nyc

eslint

eslint --format stylish src

format

npm run prettier:fix

lint:fix

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

prettier

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

build:docs

fluid-build . --task api

build:test

tsc --project ./src/test/tsconfig.json

eslint:fix

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

test:mocha

mocha

build:esnext

tsc --project ./tsconfig.esnext.json

prettier:fix

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

bench:profile

mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt

build:compile

fluid-build . --task compile

ci:build:docs

api-extractor run

test:coverage

c8 npm test

typetests:gen

fluid-type-test-generator

build:commonjs

fluid-build . --task commonjs

typetests:prepare

flub typetests --dir . --reset --previous --normalize

test:mocha:verbose

cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha

api-extractor:esnext

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

test:benchmark:report

mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000

api-extractor:commonjs

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

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 11/16/2023

Downloads