jsdf / sprockets-coffee-react

DEPRECATED – Sprockets preprocessor for CJSX (Coffeescript with React JSX markup)
MIT License
85 stars 29 forks source link

Remove leading underscore in test's expected_output_file and expect compiled script to have a legacy pragma if cjsx pragma is used #5

Closed Johnius closed 9 years ago

Johnius commented 9 years ago

Since CoffeeScript v1.9.1 leading underscore in generated variables Was removed by pull request https://github.com/jashkenas/coffeescript/pull/3821

Johnius commented 9 years ago

Also added legacy pragma expectation when using cjsx pragma