babel/packages/babel-helper-define-map
Amjad Masad 95c93dd22b Method names should not be bound to body
As an artificat of compiling methods to named function expressions the
function name is being considered a "local" binding in the function
body. This means that we will throw errors anytime someone would want to
create a new local binding with the same name.

This is solved by assigning a symbol to function Identifiers that
indicates that they should not be considered local bindings.
2016-01-17 13:19:37 -08:00
..
2015-10-30 23:45:42 +00:00
2015-12-04 22:56:51 +11:00
2015-10-29 17:51:24 +00:00

babel-helper-define-map

Usage

TODO