{"ScriptPreparationCode":"var source = \u0027foo.jsx\u0027\r\nvar ext = \u0027.jsx\u0027\r\nvar arr = [\u0027.ts\u0027, \u0027.tsx\u0027, \u0027.js\u0027, \u0027.jsx\u0027]","TestCases":[{"Name":"endsWith","Code":"var sourceWithoutExt =\r\n source.endsWith(\u0022.ts\u0022) ||\r\n source.endsWith(\u0022.tsx\u0022) ||\r\n source.endsWith(\u0022.js\u0022) ||\r\n source.endsWith(\u0022.jsx\u0022)","IsDeferred":false},{"Name":"arr","Code":"arr.includes(ext)","IsDeferred":false}]}