Clarify what the arrow function transformer does
This commit is contained in:
parent
eb182ccbe0
commit
a260b6859f
@ -20,7 +20,8 @@
|
||||
export var visitor = {
|
||||
|
||||
/**
|
||||
* Look for arrow functions and turn them into normal functions.
|
||||
* Look for arrow functions and mark them as "shadow functions".
|
||||
* @see /transformation/transformers/internal/shadow-functions.js
|
||||
*/
|
||||
|
||||
ArrowFunctionExpression(node) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user