Closed chiubaka closed 2 years ago
Wondering if this may also be causing things to take so much longer to run?? Hard to say.
Or, probably better because I'm anal about these things: change all of the helper methods to be private properties with an arrow function assigned to them. Yeoman doesn't pick these up.
Specifically documented under "Helper and private methods" on the running context page of the docs.
I'm seeing this behavior as I write the
GitHubGenerator
and realizing that it is randomly calling methods withprivate
access.Solution is likely to rename everything that should not get invoked by itself to start with a
_
.