mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
self-compiler handles throws, the existential operator, and parentheticals.
This commit is contained in:
@@ -853,9 +853,7 @@ module CoffeeScript
|
||||
end
|
||||
end
|
||||
|
||||
# An extra set of parentheses, supplied by the script source.
|
||||
# You can't wrap parentheses around bits that get compiled into JS statements,
|
||||
# unfortunately.
|
||||
# An extra set of parentheses, specified explicitly in the source.
|
||||
class ParentheticalNode < Node
|
||||
children :expressions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user