mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add comment
This commit is contained in:
@@ -1927,6 +1927,7 @@ module ts {
|
||||
return isNoDefaultLibRegex.exec(comment);
|
||||
}
|
||||
|
||||
// TODO : merge this function with processReferenceComments in parser as both do similar functionality
|
||||
function getFileReferenceFromReferencePath(comment: string): IFileReference {
|
||||
var simpleReferenceRegEx = /^\/\/\/\s*<reference\s+/gim;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user