mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
detailed scan_tokens so that the calling function can indicate the number of spaces to move forward (or backward) in the token stream
This commit is contained in:
@@ -51,7 +51,7 @@ module CoffeeScript
|
||||
end
|
||||
puts "original stream: #{@tokens.inspect}" if ENV['VERBOSE']
|
||||
close_indentation
|
||||
Rewriter.new(self).rewrite(@tokens)
|
||||
Rewriter.new.rewrite(@tokens)
|
||||
end
|
||||
|
||||
# At every position, run this list of match attempts, short-circuiting if
|
||||
|
||||
Reference in New Issue
Block a user