From fdb956f2fe941bc4befdc21d901bd6379512d2b4 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 14 Jan 2026 19:09:29 -0800 Subject: [PATCH] Update CLAUDE.md --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 767308d653..0c9f70c345 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,6 +10,8 @@ This is the Bun repository - an all-in-one JavaScript runtime & toolkit designed - **Run tests with your debug build**: `bun bd test ` - **CRITICAL**: Never use `bun test` directly - it won't include your changes - **Run any command with debug build**: `bun bd ` +- **Run with JavaScript exception scope verification**: `BUN_JSC_validateExceptionChecks=1 +BUN_JSC_dumpSimulatedThrows=1 bun bd ` Tip: Bun is already installed and in $PATH. The `bd` subcommand is a package.json script.