tests-always-included / pretty-js

Beautify and pretty print JavaScript and JSON
Other
21 stars 4 forks source link

Added support and basic test for template strings #13

Open jkap opened 9 years ago

jkap commented 9 years ago

Requires tests-always-included/complexion-js#1 to work correctly. Supports work in #12.

I am open to adding more tests for this behavior. In my testing on a medium ES6 codebase, I haven't noticed any issues and I'm not sure what other test cases we would need.

fidian commented 9 years ago

The build failed because the jslint package requires glob ^4.3.5 and node 0.8 does not understand "^".