mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
d01bc9bb51
* apply patches * lavamoat dep upgrades * remove lavamoat browserify
13 lines
507 B
Diff
13 lines
507 B
Diff
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 &&
|