power-assert-js / babel-plugin-espower

Babel plugin for power-assert
MIT License
93 stars 6 forks source link

Inconsistent assertion messages that do not remove whitespaces #15

Closed falsandtru closed 8 years ago

falsandtru commented 8 years ago

https://travis-ci.org/twada/power-assert-keeper/jobs/129144771#L876-L877

twada commented 8 years ago

It's due to output format difference between escodegen and babel-generator@6 and I do not guarantee trivial output consistency between babel-plugin-espower and other instrumentors.

falsandtru commented 8 years ago

I see, thanks.