mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
Using the static property `Scope.root` for the top-level scope of a file is a hack, which makes it impossible to have several independent `Scope` instances at the same time (should we ever need that). This commit makes every instance have a reference to its root instead.