Skip to content

Commit fd36606

Browse files
committed
change field order
1 parent c9936c2 commit fd36606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/js.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,8 +1860,8 @@ pub fn Env(comptime State: type, comptime WebApis: type) type {
18601860

18611861
pub fn UndefinedOr(comptime T: type) type {
18621862
return union(enum) {
1863-
value: T,
18641863
undefined: void,
1864+
value: T,
18651865
};
18661866
}
18671867

0 commit comments

Comments
 (0)