Skip to content

Commit

Permalink
rebuild parser and fix cakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Apr 30, 2019
1 parent 63532ff commit 17259ea
Show file tree
Hide file tree
Showing 4 changed files with 1,500 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ task 'build:parser', 'rebuild the Jison parser (run build first)', ->
helpers.extend global, require('util')
require 'jison'
parser = require('./lib/coffee-script/grammar').parser
fs.writeFile 'lib/coffee-script/parser.js', parser.generate()
fs.writeFileSync 'lib/coffee-script/parser.js', parser.generate()

outFileName = (min) ->
{version} = require('./package.json')
Expand Down
14 changes: 7 additions & 7 deletions extras/iced-coffee-script-108.0.12.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions lib/coffee-script/parser.js

Large diffs are not rendered by default.

Loading

0 comments on commit 17259ea

Please sign in to comment.