Skip to content
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

[CS2] Support for CSX - equivalent of JSX #4551

Merged
merged 12 commits into from
Jun 7, 2017
Merged
4 changes: 4 additions & 0 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ runTests = (CoffeeScript) ->
# Convenience aliases.
global.CoffeeScript = CoffeeScript
global.Repl = require './lib/coffeescript/repl'
global.bold = bold
global.red = red
global.green = green
global.reset = reset

# Our test helper function for delimiting different test cases.
global.test = (description, fn) ->
Expand Down
2 changes: 2 additions & 0 deletions lib/coffeescript/grammar.js

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

175 changes: 153 additions & 22 deletions lib/coffeescript/lexer.js

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

Loading