mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
CoffeeScript-in-CoffeeScript is now able to compile subClass extends superClass
This commit is contained in:
@@ -36,7 +36,7 @@ Scope::reset: (name) ->
|
||||
|
||||
# Find an available, short, name for a compiler-generated variable.
|
||||
Scope::free_variable: ->
|
||||
(@temp_variable: succ(@temp_variable)) while check @temp_variable
|
||||
(@temp_variable: succ(@temp_variable)) while @check @temp_variable
|
||||
@variables[@temp_variable]: 'var'
|
||||
@temp_variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user