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 e70efd1 commit fab30beCopy full SHA for fab30be
README.md
@@ -158,7 +158,10 @@ rewire imports global variables into the local scope by prepending a list of `va
158
var someGlobalVar = global.someGlobalVar;
159
```
160
161
-If `someGlobalVar` is not a valid variable name, rewire just ignores it. **In this case you're not able to override the global variable locally**.
+If `someGlobalVar` is not a valid variable name, rewire just ignores it. **In this case you're not able to override the global variable locally**.
162
+
163
+**Special globals**<br>
164
+Please be aware that you can't rewire `eval()` or the global object itself.
165
166
<br />
167
0 commit comments