Back to Coffeescript

1.12.5

documentation/sections/changelog/1.12.5.md

2.7.0366 B
Original Source
releaseHeader('2017-04-10', '1.12.5', '1.12.4')
  • Better handling of default, from, as and * within import and export statements. You can now import or export a member named default and the compiler won’t interpret it as the default keyword.
  • Fixed a bug where invalid octal escape sequences weren’t throwing errors in the compiler.