mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
parser test raises some minor improvements (remove unnecessary ValueNode arrays, etc
This commit is contained in:
@@ -157,8 +157,9 @@ module CoffeeScript
|
||||
index = 0
|
||||
loop do
|
||||
tok = @tokens[index -= 1]
|
||||
return if !tok || tok[0] != :IDENTIFIER
|
||||
return if !tok
|
||||
next if tok[0] == ','
|
||||
return if tok[0] != :IDENTIFIER
|
||||
tok[0] = :PARAM
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user