ember-tracked-storage-polyfill

v1.0.0
Polyfill of the Ember/Glimmer Tracked Storage primitive
ember-addon

build:ts

tsc && tsc --declaration --outDir commonjs --module CommonJS

build

yarn build:ts && ember build --environment=production

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

npm-run-all lint test:*

test:ember

yarn build:ts && ember test

prepublishOnly

yarn build:ts
npm i ember-tracked-storage-polyfill

Metadata

  • MIT
  • 12.* || >= 14
  • Chris Hewell Garrett
  • released 6/14/2021

Downloads

Maintainers