@azu's interest:
- If you want to support me, see GitHub Sponsors
♥️ - If you want to know about me, create AMA Issue
❓
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse@azu's interest:
ref #1365
Release v3.0.0 · azu/codemirror-console
Top-Level awaitをコンソールに書けるようにした。
制限としては実行値はコンソールの結果に表示されない。
デフォルトじゃないので await 使う例?けで使うつもり
<!-- js-…
Currently, we have used context-eval.
It just call eval.
eval execute the code as Script.
We want to execute the code as Module.
Top-Level await ca…