unconed / mathbox

Presentation-quality WebGL math graphing
MIT License
1.33k stars 109 forks source link

remove line continuation warnings #39

Closed sritchie closed 1 year ago

sritchie commented 1 year ago

Closes #14. This is a minor thing, but I don't see another way to kill these 34 warnings from the Google Closure compiler due to https://google.github.io/styleguide/jsguide.html#features-strings-no-line-continuations.

sritchie commented 1 year ago

Strangely this change doesn't even cut new lines since it also cuts the backslash. I would love to turn off the linting for these files as an alternative, I just haven't been able to figure out how to do it. I can look again too!

sritchie commented 1 year ago

@ChristopherChudzicki , I'm closing this since I DID figure out how to silence these on the Clojurescript side, and I'll document it in my project.