Thanks to visit codestin.com Credit goes to github.com
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 7a51248 commit 413c681Copy full SHA for 413c681
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