-
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
1.12.5 #4495
1.12.5 #4495
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one little note.
@@ -44,7 +44,6 @@ li { | |||
} | |||
table { | |||
margin: 16px 0 0 13px; padding: 0; | |||
width: 690px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change intended? Won't it make table much wider on large screens?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was stretching out the table of operators, which is why I took it out. The table of usage flags is now just the width of the code examples: http://rawgit.com/geoffreybooth/coffeescript/1.12.5/docs/v1/index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👍
@lydell if this looks good to you, do you mind cutting the release? 😄 |
I'll try to remember doing it tonight. |
@GeoffreyBooth Are you publishing to npm and stuff? Otherwise I'll go ahead and do that now. |
I’m happy for you to do it 😄 I think when I published to |
Per the changelog:
default
,from
,as
and*
withinimport
andexport
statements. You can now import or export a member nameddefault
and the compiler won’t interpret it as thedefault
keyword. Fix #4491: import- and export-specific lexing should stop #4492, Fix #4451 and 4481:default
inexport
statements #4483I also updated the docs generation using code from #4494, to use Markdown-It instead of Marked.