You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using shepherd from ClojureScript (which uses Google's Closure Compiler), we get several warnings during compilation due to the line continuations used in the below file:
According to the Google JavaScript Style Guide, string continuations are not recommended.
When using shepherd from ClojureScript (which uses Google's Closure Compiler), we get several warnings during compilation due to the line continuations used in the below file:
https://github.com/shepherd-pro/shepherd/blob/eb1c90ca77a8ed94a9df20d08534311c969042cd/src/js/utils/overlay-path.js#L22-L37
Is there a way to implement the same functionality without using line continuations?
The text was updated successfully, but these errors were encountered: