realms-shim

v1.2.2
Spec-compliant shim for Realms TC39 Proposal
realms ES8 ES2017 ECMAScript ESNext proposal

test

npm run shim:test

build

npm run shim:build

shim:lint

eslint ./src ./test ./examples

shim:prettier

prettier --config ./.prettierrc --write ./src/**/**/*.js ./test/**/**/*.js ./examples/**/**/*.js

shim:test

tape -r esm './test/**/*.js'

shim:test-integration

tape -r esm './test-integration/**/*.js'

shim:coverage

nyc tape -r esm ./test/**/**/*.js

shim:coveralls

nyc report --reporter=text-lcov | coveralls

shim:build

npm run shim:build:dev && npm run shim:build:prod

shim:watch

npm run shim:build:dev --watch

shim:build:dev

rollup -c

shim:build:prod

rollup -c --environment NODE_ENV:production
npm i realms-shim

Metadata

  • Apache-2.0
  • Whatever
  • TC39 Open Source Contributors
  • released 2/12/2020

Downloads