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 c7429a6 commit 724987aCopy full SHA for 724987a
lib/dependencies/ContextDependency.js
@@ -14,6 +14,7 @@ class ContextDependency extends Dependency {
14
super();
15
this.options = options;
16
this.userRequest = this.options.request;
17
+ /** @type {false | string} */
18
this.critical = false;
19
this.hadGlobalOrStickyRegExp = false;
20
if (this.options.regExp.global || this.options.regExp.sticky) {
0 commit comments