Skip to content

Commit 3e1b64d

Browse files
authored
Update context property in JS to match serialized Rust type (vercel/turborepo#5715)
This was updated in Rust in vercel/turborepo#5661
1 parent 13170ac commit 3e1b64d

File tree

1 file changed

+1
-1
lines changed
  • crates/turbopack-ecmascript-runtime/js/src/dev/runtime/base

1 file changed

+1
-1
lines changed

crates/turbopack-ecmascript-runtime/js/src/dev/runtime/base/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type IssueSource = {
127127

128128
type Issue = {
129129
severity: IssueSeverity;
130-
context: string;
130+
file_path: string;
131131
category: string;
132132

133133
title: string;

0 commit comments

Comments
 (0)