Skip to content

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加 - #239

Draft
na-trium-144 wants to merge 20 commits into
mainfrom
feat/runtime-diagnostics
Draft

feat: runFilesでのリアルタイムdiagnostic出力機能およびエディタ表示を追加#239
na-trium-144 wants to merge 20 commits into
mainfrom
feat/runtime-diagnostics

Conversation

@na-trium-144

@na-trium-144 na-trium-144 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

close #83

Geminiに作らせました。テストあるし、パーサーの実装に関してはレビューしていません。

  • エディタの表示はあとで手動調整する。特に1つのエラーのマーカーは1つだけ(一番内側のフレームのみ)にしたい
  • onDiagnostic引数はoptionalでなくてもよいのではないかという気はするが、optionalでなくするとテストを全部書き換える必要が生じるのか

@na-trium-144
na-trium-144 marked this pull request as draft August 18, 2026 05:36
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
my-code 39eef6c Commit Preview URL

Branch Preview URL
Aug 31 2026, 05:09 AM

Base automatically changed from sandbox-page to main August 18, 2026 19:25
@na-trium-144
na-trium-144 force-pushed the feat/runtime-diagnostics branch from d83e811 to f44c535 Compare August 28, 2026 11:58
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Comment thread packages/jsEval/src/stackTrace.ts Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

エラー発生時にスタックトレースからエディターの該当行をハイライト

2 participants