firefox-devtools / firefox-devtools/vscode-firefox-debug
Support await from debug console
オープン
enhancement
- 主要言語
- TypeScript
- スター
- 447
- フォーク
- 76
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I can't use `await` from the debug console in vscode. It shows the following error:
```
await 1
SyntaxError: await is only valid in async functions, async generators and modules
```
But this works from the debug console in firefox.
It would be really nice if we could use await expressions in vscode too, as without them it's not so easy to inspect results of async functions.
コントリビューションガイド
調査の方向性
VS Code のデバッグコンソールの処理から始め、`await 1` が機能する Firefox のデバッグコンソールと評価動作を比較します。現在の SyntaxError を確認し、その後、await 式と async 関数の結果を VS Code でそのエラーなしに検査できることを検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript, vscode
- 領域
- devtools
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100