Searched refs:existingTypingFile (Results 1 – 2 of 2) sorted by relevance
248 … const existingTypingFile = this.packageNameToTypingLocation.get(packageName); constant249 if (existingTypingFile) {250 if (existingTypingFile.typingLocation === typingFile) {255 … ${packageName} from '${typingFile}' conflicts with existing typing file '${existingTypingFile}'`);
115454 … var existingTypingFile = this.packageNameToTypingLocation.get(packageName);115455 if (existingTypingFile) {115456 if (existingTypingFile.typingLocation === typingFile) {115460 …e + " from '" + typingFile + "' conflicts with existing typing file '" + existingTypingFile + "'");