Files
coffeescript/test
Geoffrey Booth 6faa7f2b35 Fix #4706: Flow generics (#4736)
* Fix #4706: Comments before a PARAM_START token stay before that token

* Simplify nodes

* Add function-in-function test

* Fix #4706: Comments after class name should go after the identifier that's after `class`, not the variable assigned to

* Fix #4706: Top-level identifiers with trailing comments get wrapped in parentheses (around the comment too) so that Flow doesn't interpret it as a JavaScript label

* Cleanup

* If the source has parentheses wrapping an identifier followed by a block comment, output those parentheses rather than optimizing them away; this is a requirement of Flow, to distinguish from JavaScript labels

* More tests for Flow comments
2017-10-18 17:22:02 -07:00
..
2017-09-01 01:06:45 -07:00
2017-09-01 12:26:47 -07:00
2011-04-23 13:35:15 -04:00
2017-10-07 11:32:43 -07:00
2015-01-05 15:40:04 -05:00
2017-10-04 17:50:25 -07:00
2017-04-20 14:41:28 -05:00