mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
finished up the CoffeeScript version of the Scope object
This commit is contained in:
@@ -180,8 +180,8 @@ module CoffeeScript
|
||||
|
||||
end
|
||||
|
||||
# Literals are static values that have a Ruby representation, eg.: a string, a number,
|
||||
# true, false, nil, etc.
|
||||
# Literals are static values that can be passed through directly into
|
||||
# JavaScript without translation, eg.: strings, numbers, true, false, null...
|
||||
class LiteralNode < Node
|
||||
children :value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user