summaryrefslogtreecommitdiffstats
path: root/spec/source-map.js
Commit message (Collapse)AuthorAgeFilesLines
* Add full support for es6kpdecker2015-04-161-6/+5
| | | | | | | | Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions. Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules. Fixes #855 Fixes #993
* Avoid source-map import under AMDkpdecker2015-04-071-2/+4
| | | Fixes #989
* Fix sourcemap testkpdecker2014-12-271-2/+2
|
* Safely handle source map in browser testskpdecker2014-12-271-5/+9
|
* Generate source mapskpdecker2014-11-081-0/+45
| | | | | | Allow the precompiler to generate source maps when the srcFile parameter is passed. This refactors large chunks of the code generation pipeline, allowing metadata to be associated with code chunks as well as breaking out much of the code generation logic into a separate helper.
* Remove incorrectly commited test filekpdecker2013-06-011-18/+0
|
* Refactor qunit unit testskpdecker2013-06-011-0/+18
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization.