From 77f9099423fd2ca36ac5908cfabed1d20ef8ffbb Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Tue, 18 Apr 2017 16:15:39 -0700 Subject: [PATCH] Remove WIP comment --- src/compiler/program.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index 8081775b079..d2e257867f4 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -527,11 +527,6 @@ namespace ts { } return oldSourceFileResult; } - - // if options didn't change but there were changes in module names/triple slash/etc., - // rty to get file with smae name form old program, if equal, then we can just copy resolutions verbatim. - // else the file was edited. Then we just redo the reoslutions for the whole file (could go further, but kiss for now). - // at this point we know that either // - file has local declarations for ambient modules // OR