@firebase/util

v1.10.0
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_

dev

rollup -c -w

lint

eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'

test

run-p --npm-path npm lint test:all

build

rollup -c && yarn api-report

test:ci

node ../../scripts/run_tests_in_ci.js -s test:all

lint:fix

eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'

prettier

prettier --write 'src/**/*.ts' 'test/**/*.ts'

test:all

run-p --npm-path npm test:browser test:node

test:node

TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{"module":"commonjs"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js

api-report

api-extractor run --local --verbose

build:deps

lerna run --scope @firebase/util --include-dependencies build

test:browser

karma start

typings:public

node ../../scripts/build/use_typings.js ./dist/util-public.d.ts

trusted-type-check

tsec -p tsconfig.json --noEmit
npm i @firebase/[email protected]

Metadata

Downloads