Jeffrey Wear
|
72183ff2e9
|
Clarify use of bind operator in "prefix position" (#5917)
The REPL [shows](https://babeljs.io/repl/#?babili=false&evaluate=false&lineWrap=true&presets=es2015%2Creact%2Cstage-0&targets=&browsers=&builtIns=false&debug=false&code_lz=PYIwVgXBBmCuB2BjA3AKAPToAQEsDOWApgI6w4BuAhgDaHwAuW9wEqcSAdCDvACYAUoMAEo0qKEI7sUGbPiKkKNOo2atJ0rjwFDRqVEKjT-Vansy4CJMqZVMWbBIg6Ia1QeAA0WU3vEQNJxMaczkrRVsGe1ZNV2p3IW9fZCA)
that when the bind operator prefixes `obj.func` (as opposed to being used
between `obj` and `func`), rather than binding a free function `func` to `obj`,
it binds `obj.func` to `obj`.
[skip ci]
|
2017-07-04 16:21:39 -07:00 |
|
Sven SAULEAU
|
446b4a7dbd
|
docs: remove link to REPL (#5216)
|
2017-01-26 14:50:23 -06:00 |
|
Brian Ng
|
f611cab0f5
|
Fix some doc lint issues (#5061)
* Remove duplicate usage section from transform-es2015-classes [skip ci]
* Fix doc lint issue with transform-function-bind [skip ci]
|
2017-01-02 09:01:08 +01:00 |
|
Tommaso
|
27e201e0e1
|
Update plugins READMEs from babel.github.io [skip ci] (#4931)
|
2016-12-02 17:07:16 -06:00 |
|
Henry Zhu
|
e86f62b304
|
README: add --save-dev [skip ci]
Closes gh-4910
|
2016-11-29 08:40:27 -05:00 |
|
Sven SAULEAU
|
2311b5b53a
|
README: remove dollar in sh snippets [skip ci]
|
2016-11-29 08:39:23 -05:00 |
|
Sebastian McKenzie
|
9969224a93
|
add more plugins, rename some
|
2015-09-15 06:12:46 +01:00 |
|