Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e1a89a..fbb30a1 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,9 @@ Variables inside functions can not be changed by rewire. This is constrained by
})()
```
+**const**
+Rewire does not work with const [see this issue](https://github.com/jhnns/rewire/issues/79)
+
**Modules that export primitives**<br>
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.