Merge in CoffeeScript 1.1.2, update compiler to work with modern versions of node.js.#1
Open
lynaghk wants to merge 8 commits intobolinfest:masterfrom
Open
Merge in CoffeeScript 1.1.2, update compiler to work with modern versions of node.js.#1lynaghk wants to merge 8 commits intobolinfest:masterfrom
lynaghk wants to merge 8 commits intobolinfest:masterfrom
Conversation
jashkenas#1541 with thanks to analyst74 whose bug report made the fix trivial =)
Check for existence of this.context. Avoid build error.
…ions in function parameters." This reverts commit 80ba5b9. Doing this because I don't want to break compatibility with regular CoffeeScript.
Conflicts: extras/coffee-script.js lib/coffee-script.js lib/nodes.js src/coffee-script.coffee src/nodes.coffee Two tests failing on node v0.6.5---I think these'll get fixed upstream.
…ility.
This fixes problems in advanced mode compilation when using the fat arrow at the same time as importing a namespace with alias.
The fat arrow adds a __bind function, but the import compiles to a goog.scope, in which you're not allowed to declare new vars.
See nice goog scope article here:
http://shifteleven.com/articles/2011/08/25/aliases-with-google-closure
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.