Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit413c681

Browse files
author
Ben Verble
committed
add note about const to readme
1 parent7a51248 commit413c681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ Variables inside functions can not be changed by rewire. This is constrained by
146146
})()
147147
```
148148

149+
**const**
150+
Rewire does not work with const[see this issue](https://github.com/jhnns/rewire/issues/79)
151+
149152
**Modules that export primitives**<br>
150153
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.
151154

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp