@fluidframework/core-utils

v2.0.0-internal.6.3.3
Not intended for use outside the Fluid client repo.

tsc

tsc

lint

npm run prettier && npm run eslint

test

npm run test:mocha

bench

mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter "../../../node_modules/@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

api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/

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 --timeout 999999 --perfMode --fgrep @Benchmark --reporter "../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js" && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt

build:compile

fluid-build . --task compile

ci:build:docs

api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/

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

test:benchmark:report

mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 9/21/2023

Downloads