mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Addressed PR comments
This commit is contained in:
@@ -158,11 +158,6 @@ namespace ts.server {
|
||||
"References": {
|
||||
match: /^(.*\/_references\.js)$/i,
|
||||
exclude: [["^", 1, "$"]]
|
||||
},
|
||||
"Datatables.net": {
|
||||
// e.g. /wwwroot/lib/datatables.all.min.js
|
||||
match: /(jquery\.)?dataTables(\.all)?(\.min)?\.js$/i,
|
||||
types: ["datatables.net"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"exclude": [["^", 1, "$"]]
|
||||
},
|
||||
"Datatables.net": {
|
||||
"match": "(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
|
||||
"match": "^.*\\/(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
|
||||
"types": ["datatables.net"]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user