Closed edemaine closed 2 weeks ago
Fix the equivalent of https://github.com/jashkenas/coffeescript/issues/5469 by giving priority to 1.e1 as a number, not an access ((1).e1), as suggested by @STRd6.
1.e1
(1).e1
Improves JavaScript compatibility.
Technically this is a breaking change, but it's also reasonably a bug fix.
Fix the equivalent of https://github.com/jashkenas/coffeescript/issues/5469 by giving priority to
1.e1
as a number, not an access ((1).e1
), as suggested by @STRd6.Improves JavaScript compatibility.
Technically this is a breaking change, but it's also reasonably a bug fix.