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
I was happy to find this set of simple examples. Thank you for this.
However, it seems that Transcrypt (3.7.11) has changed its way of including the compiled javascript. It currently generates files in static instead of javascript and it currently it uses constructs like these:
<script type="module">import * as hello from './__target__/hello.js'; window.hello = hello;</script>
yes thank you for the remark. I already updated the README.md file on that and for the time being I would recommend to stay with Transcrypt 3.6 ( pip install transcrypt==3.6 ) since it is has a wider compatibility with browsers as hinted at: TranscryptOrg/Transcrypt#611
But of course you can also go with transcrypt 3.7, just change the script line as you have stated above.
I was happy to find this set of simple examples. Thank you for this.
However, it seems that Transcrypt (3.7.11) has changed its way of including the compiled javascript. It currently generates files in static instead of javascript and it currently it uses constructs like these:
instead of:
The text was updated successfully, but these errors were encountered: