{"version":3,"sources":["../../../src/rules/sandbox/versioned-errors.ts"],"sourcesContent":["// In TypeScript <5.5, elem will have type \"string\",\n// but >=5.5 it will be \"string | undefined\".\nconst element = [\"value\", undefined].filter((x) => x != null)[0];\n\n// This should error in 5.4, but not >=5.5.\n// $ExpectType string\nelement;\n\n// This should error in >=5.5, but not 5.4.\n// $ExpectType string | undefined\nelement;\n"],"mappings":";;;AAAA;AAAA;AAEA,UAAM,UAAU,CAAC,SAAS,MAAS,EAAE,OAAO,CAAC,MAAM,KAAK,IAAI,EAAE,CAAC;AAI/D;AAIA;AAAA;AAAA;","names":[]}