Skip to content

Commit

Permalink
close #123
Browse files Browse the repository at this point in the history
ready version push
  • Loading branch information
maxtaco committed Jun 12, 2014
1 parent 2284294 commit 1a07b47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,9 @@
## v1.7.1-f ## v1.7.1-f (2014-06-11)


Features: Features:


- Allow .liticed and iced.md suffices for "literate" iced (via @bwin) - Allow .liticed and iced.md suffices for "literate" iced (via @bwin)

- Close #123 -- allow debugger to work in a loop


## v1.7.1-e (2014-06-04) ## v1.7.1-e (2014-06-04)


Expand Down
3 changes: 2 additions & 1 deletion lib/coffee-script/nodes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/coffee-script.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ iced_transform = require('./iced').transform
iced_runtime = require 'iced-runtime' iced_runtime = require 'iced-runtime'


# The current CoffeeScript version number. # The current CoffeeScript version number.
exports.VERSION = '1.7.1-e' exports.VERSION = '1.7.1-f'


exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md', '.iced', '.liticed', '.iced.md'] exports.FILE_EXTENSIONS = ['.coffee', '.litcoffee', '.coffee.md', '.iced', '.liticed', '.iced.md']


Expand Down
2 changes: 1 addition & 1 deletion src/nodes.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ exports.Literal = class Literal extends Base
@value = "_arguments" @value = "_arguments"
false false


icedIsJump : -> @isStatement() icedIsJump : -> (@value in [ 'break', 'continue'] )


icedCompileIced: (o) -> icedCompileIced: (o) ->
d = d =
Expand Down

0 comments on commit 1a07b47

Please sign in to comment.