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
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
I'm not sure if this is a bug or not, but the preprocessor seems to strip backslashes from the file contents. For example, if the file contains the characters foo \" bar, then when accessing the string value in Javascript after preprocessing, it will be foo \ bar.