JS: fix all ql/no-upper-case-variables

This commit is contained in:
Erik Krogh Kristensen
2022-03-11 12:52:59 +01:00
parent 02127b40cd
commit 8515a70fe6
2 changed files with 34 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ private module Winston {
/**
* Provides classes for working with [log4js](https://github.com/log4js-node/log4js-node).
*/
private module log4js {
private module Log4js {
/**
* A call to the log4js logging mechanism.
*/

View File

@@ -14,10 +14,13 @@ abstract deprecated class UriLibraryStep extends DataFlow::ValueNode {
predicate step(DataFlow::Node pred, DataFlow::Node succ) { none() }
}
/** DEPRECATED: Alias for `Urijs` */
deprecated module urijs = Urijs;
/**
* Provides classes for working with [urijs](http://medialize.github.io/URI.js/) code.
*/
module urijs {
module Urijs {
/**
* Gets a data flow source node for the urijs library.
*/
@@ -80,10 +83,13 @@ module urijs {
}
}
/** DEPRECATED: Alias for `Uridashjs` */
deprecated module uridashjs = Uridashjs;
/**
* Provides classes for working with [uri-js](https://github.com/garycourt/uri-js) code.
*/
module uridashjs {
module Uridashjs {
/**
* Gets a data flow source node for member `name` of the uridashjs library.
*/
@@ -105,10 +111,13 @@ module uridashjs {
}
}
/** DEPRECATED: Alias for `Punycode` */
deprecated module punycode = Punycode;
/**
* Provides classes for working with [punycode](https://github.com/bestiejs/punycode.js) code.
*/
module punycode {
module Punycode {
/**
* Gets a data flow source node for member `name` of the punycode library.
*/
@@ -130,10 +139,13 @@ module punycode {
}
}
/** DEPRECATED: Alias for `UrlParse` */
deprecated module urlParse = UrlParse;
/**
* Provides classes for working with [url-parse](https://github.com/unshiftio/url-parse) code.
*/
module urlParse {
module UrlParse {
/**
* Gets a data flow source node for the url-parse library.
*/
@@ -167,10 +179,13 @@ module urlParse {
}
}
/** DEPRECATED: Alias for `Querystringify` */
deprecated module querystringify = Querystringify;
/**
* Provides classes for working with [querystringify](https://github.com/unshiftio/querystringify) code.
*/
module querystringify {
module Querystringify {
/**
* Gets a data flow source node for member `name` of the querystringify library.
*/
@@ -197,10 +212,13 @@ module querystringify {
}
}
/** DEPRECATED: Alias for `Querydashstring` */
deprecated module querydashstring = Querydashstring;
/**
* Provides classes for working with [query-string](https://github.com/sindresorhus/query-string) code.
*/
module querydashstring {
module Querydashstring {
/**
* Gets a data flow source node for member `name` of the query-string library.
*/
@@ -222,10 +240,13 @@ module querydashstring {
}
}
/** DEPRECATED: Alias for `Url` */
deprecated module url = Url;
/**
* Provides classes for working with [url](https://nodejs.org/api/url.html) code.
*/
module url {
module Url {
/**
* Gets a data flow source node for member `name` of the url library.
*/
@@ -245,10 +266,13 @@ module url {
}
}
/** DEPRECATED: Alias for `Querystring` */
deprecated module querystring = Querystring;
/**
* Provides classes for working with [querystring](https://nodejs.org/api/querystring.html) code.
*/
module querystring {
module Querystring {
/**
* Gets a data flow source node for member `name` of the querystring library.
*/
@@ -408,7 +432,7 @@ private module ClosureLibraryUri {
/**
* Provides classes for working with [path](https://nodejs.org/api/path.html) code.
*/
module path {
module Path {
/**
* A taint step in the path module.
*/