Skip to content

Commit a4c2f78

Browse files
committed
Update tsserverProjectSystem.ts
1 parent 54b1c34 commit a4c2f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/harness/unittests/tsserverProjectSystem.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace ts.projectSystem {
2222
content: JSON.stringify({
2323
"jquery": {
2424
// jquery files can have names like "jquery-1.10.2.min.js" (or "jquery.intellisense.js")
25-
"match": "/jquery(-(\\.\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
25+
"match": "/jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
2626
"types": ["jquery"]
2727
},
2828
"WinJS": {
@@ -3793,4 +3793,4 @@ namespace ts.projectSystem {
37933793
assert.isUndefined(project.getCompilerOptions().maxNodeModuleJsDepth);
37943794
});
37953795
});
3796-
}
3796+
}

0 commit comments

Comments
 (0)