summaryrefslogtreecommitdiffstats
path: root/spec/env/browser.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest eslintkpdecker2015-09-011-2/+2
|
* Add full support for es6kpdecker2015-04-161-3/+3
| | | | | | | | 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
* Provide Handlebars.noConflict implementationkpdecker2014-11-261-1/+1
| | | | | Allows for users who are loading via a global pattern to avoid conflicting with other instances of the library. Fixes #887
* Generate source mapskpdecker2014-11-081-0/+2
| | | | | | 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.
* Add better logging of test compile errorskpdecker2014-01-061-1/+6
|
* Reduce eval scope in test envkpdecker2013-10-141-1/+6
|
* Fix test runners under nodekpdecker2013-10-091-4/+9
|
* Refactor qunit unit testskpdecker2013-06-011-0/+13
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization.