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
Ehh decided not to prioritize this. Right now we've got zero dependencies, no need for requirements.txt.
This crosses that line and if the Python starts outputting shitty JS, the root cause should be addressed.
If maintenance of this project (new versioning) becomes completely automated then this would become more important. Right now I don't see it that way. Removing myself for the time being.
Blocked by #2
When this is "compiling" JavaScript via
src/compile.py
, there should be some "sanity-checking" on the output.Looks like this would be made possible by adding a requirement (there will be a
requirements.txt
now)pip install pyjsparser
Then parse the script and check for an exception like so...
The text was updated successfully, but these errors were encountered: