Add comment

This commit is contained in:
Yui T 2014-10-22 19:06:57 -07:00
parent 32056cd15f
commit 6b5f50afb7

View file

@ -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;