js-on-sx: map js-transpile-* errors to SyntaxError in negative-test classifier
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 20s

This commit is contained in:
2026-05-09 02:01:41 +00:00
parent b57f40db63
commit 0b7d88bbe1
2 changed files with 4 additions and 0 deletions

View File

@@ -405,6 +405,8 @@ def classify_negative_result(fm: Frontmatter, kind: str, payload: str):
or ("expected" in low and "got" in low)
or "js-transpile-unop" in low
or "js-transpile-binop" in low
or "js-transpile-assign" in low
or "js-transpile" in low
or "js-compound-update" in low
or "parse" in low
):