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.
2 parents 7a51248 + 413c681 commit 437c2e0Copy full SHA for 437c2e0
README.md
@@ -146,6 +146,9 @@ Variables inside functions can not be changed by rewire. This is constrained by
146
})()
147
```
148
149
+**const**
150
+Rewire does not work with const [see this issue](https://github.com/jhnns/rewire/issues/79)
151
+
152
**Modules that export primitives**<br>
153
rewire is not able to attach the `__set__`- and `__get__`-method if your module is just exporting a primitive. Rewiring does not work in this case.
154
0 commit comments