add generator note to name method helper
This commit is contained in:
@@ -38,6 +38,7 @@ exports.property = function (node, file, scope) {
|
||||
traverse(node, traverser, scope, state);
|
||||
|
||||
if (state.selfReference) {
|
||||
// todo: support generators
|
||||
node.value = util.template("property-method-assignment-wrapper", {
|
||||
FUNCTION: node.value,
|
||||
FUNCTION_ID: key,
|
||||
|
||||
Reference in New Issue
Block a user