You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tag:
Branch:
Tree:
aed495a2d5
develop
feature/default_network_editable
v10.22.3
${ noResults }
13 lines
507 B
13 lines
507 B
diff --git a/node_modules/undeclared-identifiers/index.js b/node_modules/undeclared-identifiers/index.js
|
|||
index c331176..127765d 100644
|
|||
--- a/node_modules/undeclared-identifiers/index.js
|
|||
+++ b/node_modules/undeclared-identifiers/index.js
|
|||
@@ -50,7 +50,7 @@ var bindingVisitor = {
|
|||
}
|
|||
}
|
|||
|
|||
- state.undeclared[node.name] = true
|
|||
+ Reflect.defineProperty(state.undeclared, node.name, { value: true, writable: true, enumerable: true, configurable: true })
|
|||
}
|
|||
|
|||
if (state.wildcard &&
|