relax the restrictions to reference comment shape
This commit is contained in:
Родитель
43ce1511b7
Коммит
cd9a4347ed
|
@ -2867,7 +2867,7 @@ module ts {
|
|||
file.hasNoDefaultLib = true;
|
||||
}
|
||||
else {
|
||||
var fullReferenceRegEx = /^(\/\/\/\s*<reference\s+path\s*=\s*)('|")(.+?)\2\s*\/>/;
|
||||
var fullReferenceRegEx = /^(\/\/\/\s*<reference\s+path\s*=\s*)('|")(.+?)\2.*?\/>/;
|
||||
var matchResult = fullReferenceRegEx.exec(comment);
|
||||
if (!matchResult) {
|
||||
var start = range.pos;
|
||||
|
|
Загрузка…
Ссылка в новой задаче