//// [parserCatchClauseWithTypeAnnotation1.ts] try { } catch (e: Error) { } //// [parserCatchClauseWithTypeAnnotation1.js] try { } catch (e) { }