forked from aaronpowell/db.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linting (including Karma file indent);
Babelify/Uglify/ESLint and add source maps for test worker; Avoid polyfill double-loading; Put test worker in test directory; Grunt: Reorder tasks to be more in normal order of execution; Load polyfill in worker for sake of PhantomJS tests; Overcome or workaround Karma/PhantomJS issues with workers, Documenting limitations; Remove ecmaFeatures:modules (not needed); Allow override of Saucekey env var. Rename web workers file to enable to execute first and avoid PhantomJS interaction problem with server-handlers.js; Promise rejection for bad schema callback or IDBKeyRange call
- Loading branch information
Showing
30 changed files
with
703 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"presets": ["es2015"] | ||
"presets": ["es2015"], | ||
"plugins": ["transform-es2015-modules-commonjs"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.