Commit 70dd2a7
committed
update empower-core and babel-plugin-espower to make
- babel-plugin-espower 2.1.0 embeds value capturing helper (`_capt` and `_expr`) into transpiled code. Therefore, copying `t._capt` and `t._expr` is not required any more
- In addition, babel-plugin-espower 2.1.0 is refactored a lot to reduce dependencies
- empower-core 0.4.0 stop adding `_capt` and `_expr` methods into assertion object
refs: #302 (comment)
refs: power-assert-js/babel-plugin-espower#11
refs: twada/empower-core#3t._capt and t._expr unnecessary1 parent 7b764ea commit 70dd2a7
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 287 | | |
291 | 288 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments