-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert code to ES6 modules #628
Commits on Jul 1, 2013
-
6
Configuration menu - View commit details
-
Copy full SHA for 88ee475 - Browse repository at this point
Copy the full SHA 88ee475View commit details
Commits on Jul 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 12f8299 - Browse repository at this point
Copy the full SHA 12f8299View commit details
Commits on Jul 16, 2013
-
1
Configuration menu - View commit details
-
Copy full SHA for da130f7 - Browse repository at this point
Copy the full SHA da130f7View commit details
Commits on Jul 24, 2013
-
Further progress towards modularization.
At this point, I have only 2 fails in the Node build, but I'm doing a bunch of manual stuff locally and still have a bunch of hacks.
Configuration menu - View commit details
-
Copy full SHA for f5c8484 - Browse repository at this point
Copy the full SHA f5c8484View commit details
Commits on Jul 26, 2013
-
Make the Handlebars environment into an object
The idea is that the environment wraps up the mutable stuff in Handlebars (like the helpers) and that you could theoretically create a new one at any time and pass it in to Handlebars.template. Every test makes a new environment and uses it in template compilation.
1Configuration menu - View commit details
-
Copy full SHA for 5f664dd - Browse repository at this point
Copy the full SHA 5f664ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d33408f - Browse repository at this point
Copy the full SHA d33408fView commit details -
Global Handlebars.compile uses its env
The basic strategy is that there will be a global Handlebars object for the browser build, and that object will have a `compile` on it which uses its environment in the compiler. It will also be possible to glue things together manually by using the AMD build and passing the environment to `compile` directly. Some of these details are TBD.
Configuration menu - View commit details
-
Copy full SHA for 6f580c9 - Browse repository at this point
Copy the full SHA 6f580c9View commit details
Commits on Aug 30, 2013
-
Merge branch 'else-if' into es6-modules
Conflicts: dist/handlebars.js
Configuration menu - View commit details
-
Copy full SHA for 530f190 - Browse repository at this point
Copy the full SHA 530f190View commit details
Commits on Sep 2, 2013
-
Merge commit '87b5d4ee61605b026506e92c9e8873d867c5f150' into es6-modules
Conflicts: dist/handlebars.js dist/handlebars.runtime.js lib/handlebars/base.js lib/handlebars/utils.js
Configuration menu - View commit details
-
Copy full SHA for 192887c - Browse repository at this point
Copy the full SHA 192887cView commit details -
Merge branch 'master' into es6-modules
Conflicts: Gruntfile.js Rakefile dist/handlebars.js dist/handlebars.runtime.js lib/handlebars.js lib/handlebars/base.js lib/handlebars/runtime.js lib/handlebars/utils.js package.json
Configuration menu - View commit details
-
Copy full SHA for cb0c45b - Browse repository at this point
Copy the full SHA cb0c45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2687fd - Browse repository at this point
Copy the full SHA a2687fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8409e - Browse repository at this point
Copy the full SHA 1e8409eView commit details
Commits on Sep 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 1173e5a - Browse repository at this point
Copy the full SHA 1173e5aView commit details
Commits on Oct 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 27d9010 - Browse repository at this point
Copy the full SHA 27d9010View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf8f13 - Browse repository at this point
Copy the full SHA fbf8f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b748a - Browse repository at this point
Copy the full SHA 80b748aView commit details
Commits on Oct 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 6a23391 - Browse repository at this point
Copy the full SHA 6a23391View commit details -
Configuration menu - View commit details
-
Copy full SHA for e75839b - Browse repository at this point
Copy the full SHA e75839bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e676e43 - Browse repository at this point
Copy the full SHA e676e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd09ff0 - Browse repository at this point
Copy the full SHA fd09ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0f03d - Browse repository at this point
Copy the full SHA db0f03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 117357b - Browse repository at this point
Copy the full SHA 117357bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b22ac - Browse repository at this point
Copy the full SHA a3b22acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 386c20c - Browse repository at this point
Copy the full SHA 386c20cView commit details
Commits on Oct 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 19f1a1f - Browse repository at this point
Copy the full SHA 19f1a1fView commit details
Commits on Oct 6, 2013
-
Merge pull request #622 from twokul/jshint-errors
fixing jshint errors
Configuration menu - View commit details
-
Copy full SHA for a8cd320 - Browse repository at this point
Copy the full SHA a8cd320View commit details
Commits on Oct 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 63bb459 - Browse repository at this point
Copy the full SHA 63bb459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 820cbb0 - Browse repository at this point
Copy the full SHA 820cbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855eae3 - Browse repository at this point
Copy the full SHA 855eae3View commit details -
Second change required to work around multiple traceur loading issue.
Configuration menu - View commit details
-
Copy full SHA for 0966f51 - Browse repository at this point
Copy the full SHA 0966f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c9f85 - Browse repository at this point
Copy the full SHA b6c9f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7124f - Browse repository at this point
Copy the full SHA 4d7124fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0a3ca - Browse repository at this point
Copy the full SHA 3b0a3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abe4d4 - Browse repository at this point
Copy the full SHA 2abe4d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4c016 - Browse repository at this point
Copy the full SHA 4e4c016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096ac2d - Browse repository at this point
Copy the full SHA 096ac2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b47f2cf - Browse repository at this point
Copy the full SHA b47f2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9769045 - Browse repository at this point
Copy the full SHA 9769045View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a4889 - Browse repository at this point
Copy the full SHA e5a4889View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f7f00 - Browse repository at this point
Copy the full SHA e1f7f00View commit details
Commits on Oct 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7ee0c10 - Browse repository at this point
Copy the full SHA 7ee0c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d5768 - Browse repository at this point
Copy the full SHA 95d5768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d31df2 - Browse repository at this point
Copy the full SHA 4d31df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6136e7f - Browse repository at this point
Copy the full SHA 6136e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for abf37ad - Browse repository at this point
Copy the full SHA abf37adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52dea1e - Browse repository at this point
Copy the full SHA 52dea1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b5e10 - Browse repository at this point
Copy the full SHA 83b5e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f96319 - Browse repository at this point
Copy the full SHA 3f96319View commit details