[playground] Partially revert #32009 (#32035)

I had forgotten that our default error reporting threshold was `none`
due to the fact that build pipelines should not throw errors. This
resets it back to throwing on all errors which mostly is the same as the
eslint plugin.

Closes #32014.
This commit is contained in:
lauren
2025-01-09 12:21:05 -05:00
committed by GitHub
parent c4595ca4c8
commit 8932ca32f4

View File

@@ -78,6 +78,7 @@ function invokeCompiler(
logEvent: () => {},
},
environment,
panicThreshold: 'all_errors',
});
const ast = parseInput(source, language);
let result = transformFromAstSync(ast, source, {