From 1ed67f41ba568978ea66554810ca00b3e804198b Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Thu, 12 Nov 2015 11:50:58 -0800 Subject: [PATCH] Removed the TODO as created bug for it --- src/compiler/program.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index efaeb825184..33a1267bf77 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -932,7 +932,6 @@ namespace ts { diagnosticArgument = [fileName]; } else if (!forEach(supportedExtensions, extension => findSourceFile(fileName + extension, toPath(fileName + extension, currentDirectory, getCanonicalFileName), isDefaultLib, refFile, refPos, refEnd))) { - // (TODO: shkamat) Should this message be different given we support multiple extensions diagnostic = Diagnostics.File_0_not_found; fileName += ".ts"; diagnosticArgument = [fileName];