From 988cec595d5220a1ca576962d5c0eb9490f4560a Mon Sep 17 00:00:00 2001 From: Adam Freidin Date: Mon, 11 Aug 2014 10:38:41 -0700 Subject: [PATCH] fix: /// The second quote of the static attribute was incorrectly matched against the first quote of the path attribute. --- src/services/compiler/precompile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/compiler/precompile.ts b/src/services/compiler/precompile.ts index b806645c7af..3ff23d85bea 100644 --- a/src/services/compiler/precompile.ts +++ b/src/services/compiler/precompile.ts @@ -49,7 +49,7 @@ module TypeScript { return isNoDefaultLibRegex.exec(comment); } - export var tripleSlashReferenceRegExp = /^(\/\/\/\s*/; + export var tripleSlashReferenceRegExp = /^(\/\/\/\s*/; function getFileReferenceFromReferencePath(fileName: string, text: ISimpleText, position: number, comment: string, diagnostics: Diagnostic[]): IFileReference { // First, just see if they've written: ///