mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Remove WIP comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user