We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b1c34 commit a4c2f78Copy full SHA for a4c2f78
src/harness/unittests/tsserverProjectSystem.ts
@@ -22,7 +22,7 @@ namespace ts.projectSystem {
22
content: JSON.stringify({
23
"jquery": {
24
// jquery files can have names like "jquery-1.10.2.min.js" (or "jquery.intellisense.js")
25
- "match": "/jquery(-(\\.\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
+ "match": "/jquery(-(\\.?\\d+)+)?(\\.intellisense)?(\\.min)?\\.js$",
26
"types": ["jquery"]
27
},
28
"WinJS": {
@@ -3793,4 +3793,4 @@ namespace ts.projectSystem {
3793
assert.isUndefined(project.getCompilerOptions().maxNodeModuleJsDepth);
3794
});
3795
3796
-}
+}
0 commit comments