Skip to content

Commit ce499ba

Browse files
committed
chore: Update errors.json with new error codes
Add error codes for rspack wasm binding warnings: - 811: rspack.warnForEdgeRuntime not supported by wasm bindings - 812: rspack.getModuleNamedExports not supported by wasm bindings
1 parent caa23db commit ce499ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/next/errors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,5 +802,7 @@
802802
"807": "Expected a %s response header.",
803803
"808": "Invalid binary HMR message: insufficient data (expected %s bytes, got %s)",
804804
"809": "Invalid binary HMR message of type %s",
805-
"810": "React debug channel stream error"
805+
"810": "React debug channel stream error",
806+
"811": "`rspack.warnForEdgeRuntime` is not supported by the wasm bindings.",
807+
"812": "`rspack.getModuleNamedExports` is not supported by the wasm bindings."
806808
}

0 commit comments

Comments
 (0)