insignification
insignification
This includes pull request #21 and #24 and the following fixes (with tests): - Fixes for jumping out of try/with/except/finally statements (esp. in pypy and now-supported Python 3.8) It also...
This adds support for goto-ing into blocks! Based on pull requests #21 and #22 While/Try/Except/Finally blocks can be goto-ed into normally. For/With blocks cannot be goto-ed into normally but require...
Based on PR #21, adds python3.8 support (previously part of the 'fix2' PR)
Bug: Polyfill is always enabled. Expected behaviour: Polyfill is only enabled if needed for browser. Cause: var isES6Running = function() { return false; /* Now 'false' for testing purpose */...