mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
waypoint -- it's beginning to parser
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
exports.Node: -> this.values: arguments
|
||||
exports.Node: -> @values: arguments
|
||||
exports.Node.wrap: (values) -> @values: values
|
||||
|
||||
exports.Expressions : exports.Node
|
||||
exports.LiteralNode : exports.Node
|
||||
|
||||
Reference in New Issue
Block a user