Skip to content

Commit e99fe78

Browse files
author
Armando Aguirre
committed
Addressed PR comments
1 parent cd99496 commit e99fe78

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/server/editorServices.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ namespace ts.server {
158158
"References": {
159159
match: /^(.*\/_references\.js)$/i,
160160
exclude: [["^", 1, "$"]]
161-
},
162-
"Datatables.net": {
163-
// e.g. /wwwroot/lib/datatables.all.min.js
164-
match: /(jquery\.)?dataTables(\.all)?(\.min)?\.js$/i,
165-
types: ["datatables.net"]
166161
}
167162
};
168163

src/server/typesMap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"exclude": [["^", 1, "$"]]
2525
},
2626
"Datatables.net": {
27-
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
27+
"match": "^.*\\/(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
2828
"types": ["datatables.net"]
2929
}
3030
},

0 commit comments

Comments
 (0)