@@ -14,10 +14,13 @@ abstract deprecated class UriLibraryStep extends DataFlow::ValueNode {
14
14
predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) { none ( ) }
15
15
}
16
16
17
+ /** DEPRECATED: Alias for `Urijs` */
18
+ deprecated module urijs = Urijs;
19
+
17
20
/**
18
21
* Provides classes for working with [urijs](http://medialize.github.io/URI.js/) code.
19
22
*/
20
- module urijs {
23
+ module Urijs {
21
24
/**
22
25
* Gets a data flow source node for the urijs library.
23
26
*/
@@ -80,10 +83,13 @@ module urijs {
80
83
}
81
84
}
82
85
86
+ /** DEPRECATED: Alias for `Uridashjs` */
87
+ deprecated module uridashjs = Uridashjs;
88
+
83
89
/**
84
90
* Provides classes for working with [uri-js](https://github.com/garycourt/uri-js) code.
85
91
*/
86
- module uridashjs {
92
+ module Uridashjs {
87
93
/**
88
94
* Gets a data flow source node for member `name` of the uridashjs library.
89
95
*/
@@ -105,10 +111,13 @@ module uridashjs {
105
111
}
106
112
}
107
113
114
+ /** DEPRECATED: Alias for `Punycode` */
115
+ deprecated module punycode = Punycode;
116
+
108
117
/**
109
118
* Provides classes for working with [punycode](https://github.com/bestiejs/punycode.js) code.
110
119
*/
111
- module punycode {
120
+ module Punycode {
112
121
/**
113
122
* Gets a data flow source node for member `name` of the punycode library.
114
123
*/
@@ -130,10 +139,13 @@ module punycode {
130
139
}
131
140
}
132
141
142
+ /** DEPRECATED: Alias for `UrlParse` */
143
+ deprecated module urlParse = UrlParse;
144
+
133
145
/**
134
146
* Provides classes for working with [url-parse](https://github.com/unshiftio/url-parse) code.
135
147
*/
136
- module urlParse {
148
+ module UrlParse {
137
149
/**
138
150
* Gets a data flow source node for the url-parse library.
139
151
*/
@@ -167,10 +179,13 @@ module urlParse {
167
179
}
168
180
}
169
181
182
+ /** DEPRECATED: Alias for `Querystringify` */
183
+ deprecated module querystringify = Querystringify;
184
+
170
185
/**
171
186
* Provides classes for working with [querystringify](https://github.com/unshiftio/querystringify) code.
172
187
*/
173
- module querystringify {
188
+ module Querystringify {
174
189
/**
175
190
* Gets a data flow source node for member `name` of the querystringify library.
176
191
*/
@@ -197,10 +212,13 @@ module querystringify {
197
212
}
198
213
}
199
214
215
+ /** DEPRECATED: Alias for `Querydashstring` */
216
+ deprecated module querydashstring = Querydashstring;
217
+
200
218
/**
201
219
* Provides classes for working with [query-string](https://github.com/sindresorhus/query-string) code.
202
220
*/
203
- module querydashstring {
221
+ module Querydashstring {
204
222
/**
205
223
* Gets a data flow source node for member `name` of the query-string library.
206
224
*/
@@ -222,10 +240,13 @@ module querydashstring {
222
240
}
223
241
}
224
242
243
+ /** DEPRECATED: Alias for `Url` */
244
+ deprecated module url = Url;
245
+
225
246
/**
226
247
* Provides classes for working with [url](https://nodejs.org/api/url.html) code.
227
248
*/
228
- module url {
249
+ module Url {
229
250
/**
230
251
* Gets a data flow source node for member `name` of the url library.
231
252
*/
@@ -245,10 +266,13 @@ module url {
245
266
}
246
267
}
247
268
269
+ /** DEPRECATED: Alias for `Querystring` */
270
+ deprecated module querystring = Querystring;
271
+
248
272
/**
249
273
* Provides classes for working with [querystring](https://nodejs.org/api/querystring.html) code.
250
274
*/
251
- module querystring {
275
+ module Querystring {
252
276
/**
253
277
* Gets a data flow source node for member `name` of the querystring library.
254
278
*/
@@ -408,7 +432,7 @@ private module ClosureLibraryUri {
408
432
/**
409
433
* Provides classes for working with [path](https://nodejs.org/api/path.html) code.
410
434
*/
411
- module path {
435
+ module Path {
412
436
/**
413
437
* A taint step in the path module.
414
438
*/
0 commit comments