Update outdated comments (#23320)

This commit is contained in:
Andy
2018-04-11 07:56:42 -07:00
committed by GitHub
parent 9ceb113ec5
commit a004571d3e
2 changed files with 1 additions and 2 deletions

View File

@@ -577,7 +577,6 @@ namespace ts {
const packageIdToSourceFile = createMap<SourceFile>();
// Maps from a SourceFile's `.path` to the name of the package it was imported with.
let sourceFileToPackageName = createMap<string>();
// See `sourceFileIsRedirectedTo`.
let redirectTargetsSet = createMap<true>();
const filesByName = createMap<SourceFile | undefined>();