mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
parent
3ddd3115eb
commit
c2abe253a1
2 changed files with 4 additions and 8 deletions
|
@ -1216,6 +1216,8 @@ Expressions
|
|||
</li>
|
||||
<li>
|
||||
Changed strategy for the generation of internal compiler variable names.
|
||||
Note that this means that <tt>@example</tt> function parameters are no longer
|
||||
available as naked <tt>example</tt> variables within the function body.
|
||||
</li>
|
||||
<li>
|
||||
Fixed REPL compatibility with latest versions of Node and Io.js.
|
||||
|
@ -1244,10 +1246,6 @@ Expressions
|
|||
<li>
|
||||
Fixed location data for string interpolations, which made source maps out of sync.
|
||||
</li>
|
||||
<li>
|
||||
This-assigning <tt>@example</tt> function parameters are no longer also
|
||||
available as naked <tt>example</tt> variables within the function body.
|
||||
</li>
|
||||
<li>
|
||||
The error marker in error messages is now correctly positioned if the code is indented with tabs.
|
||||
</li>
|
||||
|
|
|
@ -2508,6 +2508,8 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
|
|||
</li>
|
||||
<li>
|
||||
Changed strategy for the generation of internal compiler variable names.
|
||||
Note that this means that <tt>@example</tt> function parameters are no longer
|
||||
available as naked <tt>example</tt> variables within the function body.
|
||||
</li>
|
||||
<li>
|
||||
Fixed REPL compatibility with latest versions of Node and Io.js.
|
||||
|
@ -2540,10 +2542,6 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
|
|||
<li>
|
||||
Fixed location data for string interpolations, which made source maps out of sync.
|
||||
</li>
|
||||
<li>
|
||||
This-assigning <tt>@example</tt> function parameters are no longer also
|
||||
available as naked <tt>example</tt> variables within the function body.
|
||||
</li>
|
||||
<li>
|
||||
The error marker in error messages is now correctly positioned if the code is indented with tabs.
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue