Clarify what the arrow function transformer does

This commit is contained in:
James Kyle 2015-07-11 14:27:14 -07:00
parent eb182ccbe0
commit a260b6859f

View File

@ -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) {