@js-joda/extra

v0.6.0
additional date-time classes that complement those in js-joda
date time timezone

lint

npx eslint .

test

npx mocha --timeout 5000 --require @babel/register ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js test/pluginTest_mochaOnly.js

test-ci

npm run build-dist && npm run test && npm run test-browser && npm run test-coverage && npm run test-ts-definitions

build-dist

npx webpack --progress --colors --bail && DIST_MIN=1 npx webpack --progress --colors --bail

test-browser

npx karma start --reporters=dots --single-run

test-coverage

NODE_ENV=test COVERAGE=1 npx nyc --report-dir=build/coverage --reporter=lcov --reporter html npx mocha --timeout 5000 --require @babel/register --reporter progress ./test/*Test.js ./test/**/*Test.js ./test/**/**/*Test.js

build-dist-es5

npx babel src -d build/es5

prepublishOnly

npm run build-dist

test-saucelabs

npx karma start --reporters="dots,saucelabs" --browsers="sl_chrome,sl_ie,sl_firefox" --single-run=true

test-ts-definitions

tsc --noImplicitAny --strict --noEmit --pretty --lib ES6 test/typescript_definitions/js-joda-extra-tests.ts
npm i @js-joda/[email protected]

Metadata

Downloads

Maintainers