mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Add comment
This commit is contained in:
parent
32056cd15f
commit
6b5f50afb7
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user