JavaScripthon 0.11 has been released
I'm pleased to announce the release of version 0.11 of JavaScripthon!
JavaScripthon is a small and unobtrusive yet powerful
Python-to-JavaScript compiler for Python 3.5+ that targets ES6+
syntax.
Changes since the previous version:
- update test infrastructure to work with latest
pytest
; - add support for Python 3.7 and 3.8 (thanks to Richard Höchenberger).
- do not crash when translating source with assignment typehints (
with the help of Sirenfal)