mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
move changelog
This commit is contained in:
parent
a3096eab91
commit
3ddd3115eb
2 changed files with 8 additions and 4 deletions
|
@ -1216,8 +1216,6 @@ 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.
|
||||
|
@ -1246,6 +1244,10 @@ 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,8 +2508,6 @@ 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.
|
||||
|
@ -2542,6 +2540,10 @@ 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…
Reference in a new issue