mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
475 B
475 B
releaseHeader('2021-09-19', '2.6.0', '2.5.1')
- The syntax
import.meta, includingimport.meta.url, is now supported. - The
awaitkeyword is now supported outside of functions (in other words, at the top level). Note that JavaScript runtimes only support this for ES modules. - Bugfix for a
forcomprehension at the end of anunlessoruntilline.