--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js --- # Input ```jsx /* should not generate diagnostics */ try { doSomethingThatMightThrow(); } catch (e) { doSomethingBeforeRethrow(); throw e; } ```