You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block comments (delimited by ###) are now allowed anywhere, including inline where they previously weren’t possible, thanks to @GeoffreyBooth. This provides support for static type annotations using Flow’s comments-based syntax. Closes CS2 Discussion: Features: Type Annotations #12 (at least, via this implementation; feel free to open new issues for other static type solutions you’d like to suggest).
There are no breaking-change pull requests in the pipeline. This means that unless people report any showstopper bugs with this release, this could be the last beta before 2.0.0 is released. So please try it in your projects and let us know if it’s ready. The sooner we get feedback saying that all is well (or that there are bugs we need to address) the sooner we can release 2.0.0.
If you encounter any issues, after first reviewing the breaking changes, please open an issue with “[CS2]“ in the title. Please don’t comment bug reports on this thread. Thanks!
Hey everyone,
CoffeeScript 2.0.0-beta4 is released! Install it via:
npm install coffeescript@nextSince the last update, as of 2017-08-04 the following has been merged into the jashkenas/coffeescript
2branch and released in 2.0.0-beta4:#) are now output in the generated JavaScript, thanks to @GeoffreyBooth. You can see them in the examples in the docs.###) are now allowed anywhere, including inline where they previously weren’t possible, thanks to @GeoffreyBooth. This provides support for static type annotations using Flow’s comments-based syntax. Closes CS2 Discussion: Features: Type Annotations #12 (at least, via this implementation; feel free to open new issues for other static type solutions you’d like to suggest)....for objects) is now supported in JSX tags:<div {props...} />, thanks to @zdenko.coffeeis improved, thanks to @cosmicexplorer. See breaking changes. This PR was started in 2015!SIGINTandSIGTERMsignals when node is forked, thanks to @Gobie.awaitin the REPL is now allowed without requiring a wrapper function, thanks to @connec.do superis now allowed, thanks to @zdenko.superlikesuper.x.yorsuper['x'].ynow work, thanks to @helixbass.props...or...propsare both valid), thanks to @zdenko.returnandthrowarguments, thanks to @helixbass._, thanks to @xixixao.There are no breaking-change pull requests in the pipeline. This means that unless people report any showstopper bugs with this release, this could be the last beta before 2.0.0 is released. So please try it in your projects and let us know if it’s ready. The sooner we get feedback saying that all is well (or that there are bugs we need to address) the sooner we can release 2.0.0.
If you encounter any issues, after first reviewing the breaking changes, please open an issue with “[CS2]“ in the title. Please don’t comment bug reports on this thread. Thanks!