telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Allow hooks to provide implementation for decorated methods #1018

Closed Mitko-Kerezov closed 7 years ago

Mitko-Kerezov commented 7 years ago

Whenever a before-hook returns a function it will be used instead of the original method. When executing such a substitute function it receives a pointer to the original one as well as all its arguments.

Ping @TsvetanMilanov @nadyaA @rosen-vladimirov