@fluidframework/container-runtime

v2.0.0-dev.7.3.0.206769
Fluid container runtime

tsc

tsc

lint

npm run prettier && npm run eslint

test

npm run test:mocha

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

tsc:watch

tsc --watch

build:docs

api-extractor run --local

build:test

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

eslint:fix

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

test:mocha

mocha --ignore 'dist/test/types/*' --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup

build:esnext

tsc --project ./tsconfig.esnext.json

build:genver

gen-version

prettier:fix

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

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

test:benchmark:report

mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js ./dist/**/*.perf.spec.js
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 10/31/2023

Downloads