Files
WRNexusJS/FOCUSED-VALIDATION-RESULTS-R11.json
T
2026-08-01 01:09:58 +05:30

14 lines
544 B
JSON

{
"release": "WRNexusJS v0.6.0 R11",
"fixedTest": "browser codegen binds peer client functions through the scoped function table",
"cause": "The test used /^export\\\\s+/gm, matching a literal backslash-s instead of whitespace, so export keywords remained in code passed to new Function().",
"correctPattern": "/^export\\s+/gm",
"peerFunctionStateResult": 1,
"validator": {
"passed": 19,
"warnings": 1,
"failed": 0,
"warning": "Bun is unavailable in the packaging environment; run the complete suite locally."
}
}