Remove old commit and debugger flag

This commit is contained in:
Yui T
2014-10-29 14:27:43 -07:00
parent ca8066c6d4
commit 3c6d9c8173
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -647,7 +647,6 @@ module ts {
isNoDefaultLib: boolean
}
// TODO (yuisu) : add referencedFiles array for filling in
export function getFileReferenceFromReferencePath(comment: string, commentRange: CommentRange): ReferencePathMatchResult {
var simpleReferenceRegEx = /^\/\/\/\s*<reference\s+/gim;
var isNoDefaultLibRegEx = /^(\/\/\/\s*<reference\s+no-default-lib\s*=\s*)('|")(.+?)\2\s*\/>/gim;