-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline block comments #2538
Comments
Yep -- it doesn't. Because we need to be able to parse and pass through block comments to the corresponding JS, you generally aren't allowed to use them in places where an expression wouldn't be allowed. See previous tickets. We'd be glad to take a fix that passes them through universally, but we don't know of an implementation. |
Parsing for in-line block comments is fixed in redux, I just need to add the (gross, side-effecting) logic to append comments to the following node. |
Excellent. |
off-topic: @jashkenas: I've made a |
foo = ###* @type {number} ### (@getFoo()) compiles now via #4572. Sorry it took awhile. |
Javacript supports inline block comments.
CoffeeScript seems to not support such syntax.
The text was updated successfully, but these errors were encountered: