@fluidframework/odsp-driver

v0.30.0
Socket storage implementation for SPO and ODC

tsc

tsc

lint

npm run eslint

test

npm run test:mocha

build

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

clean

rimraf dist lib *.tsbuildinfo *.build.log

tsfmt

tsfmt --verify

eslint

eslint --format stylish src

lint:fix

npm run eslint:fix

tsfmt:fix

tsfmt --replace

build:docs

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

build:full

npm run build

eslint:fix

eslint --ext=ts,tsx --format stylish src --fix

test:mocha

mocha --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup --unhandled-rejections=strict

build:esnext

tsc --project ./tsconfig.esnext.json

build:genver

gen-version

build:compile

concurrently npm:tsc npm:build:esnext

test:coverage

nyc npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=nyc/junit-report.xml

build:full:compile

npm run build:compile

test:mocha:verbose

cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 12/2/2020

Downloads