mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Exports that referenced variables assigned in the module would prevent the referenced variables from being declared, resulting in ReferenceErrors at run time. Fixes #4394.