Marcus Westin
Marcus Westin
Create builds for all the plugins. Not sure this is a good idea yet.
Now that https://github.com/eslint/eslint/issues/3611 is done, we should not declare the test file globals for all other files.
See #238 Should probably be able to do something like ``` scripts/create-build.sh \ --storage=localStorage,memoryStorage --storage=cookieStorage \ --plugins=defaults --plugins=expire,events \ > store.custom-build.min.js ```
See end of #144 thread
E.g `undefined` and `Infinity` will be converted to `null` when stored, due to JSON.serialize. It would probably be meaningful to have all little quirks like this documented somewhere in one...
Either use localStorage shim, or create a node-only storage.
See https://news.ycombinator.com/item?id=13754510
Ones to move are saucelabs & ngrok I believe. They should be read either from env var (which should cover travis-ci) or a .gitignored file (for dev)
Right now it's a bit verbose on each 5-sec poll interval, resulting in very long log files on Travis-ci. Make them more compact.
The test suite should run automatically for every PR. Once this is up and running the travis badge should be added back to README (see #188)