mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove old commit and debugger flag
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user