winnekes / itypescript

ITypescript is a typescript kernel for the Jupyter notebook (A modified version of IJavascript)
Other
190 stars 29 forks source link

Support top-level await #34

Open stevenwdv opened 2 years ago

stevenwdv commented 2 years ago

It seems like top-level await is currently not supported, just like in IJavascript, see n-riesco#173. However, for that there is ijavascript-await (see issue comment).