mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
update
This commit is contained in:
@@ -47,7 +47,7 @@ const words: Record<string, { reason: string; limit?: number; regex?: boolean }>
|
||||
"globalObject.hasException": { reason: "Incompatible with strict exception checks. Use a CatchScope instead.", limit: 42 },
|
||||
"globalThis.hasException": { reason: "Incompatible with strict exception checks. Use a CatchScope instead.", limit: 128 },
|
||||
"EXCEPTION_ASSERT(!scope.exception())": { reason: "Use scope.assertNoException() instead" },
|
||||
"TODO: properly propagate exception upwards": { reason: "Return bun.JSError or bun.JSExecutionTerminated", limit: 63 },
|
||||
"TODO: properly propagate exception upwards": { reason: "Return bun.JSError or bun.JSExecutionTerminated", limit: 54 },
|
||||
};
|
||||
const words_keys = [...Object.keys(words)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user