1 repositorio
Wrapping class methods with external functions to add auxiliary logic.
Distinct from Method Wrapping Customization: General JavaScript method wrapping for logic augmentation, distinct from the Java-to-JS engine interface customization of the sibling.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Method Wrapping. Refine with filters or upvote what's useful.
core-decorators is a JavaScript class decorator library and framework utility for extending class functionality. It provides a collection of tools for implementing class behavior mixins, automating method binding to avoid manual constructor configuration, and verifying that subclass methods correctly override parent methods. The library includes a code deprecation toolkit for flagging obsolete methods with console warnings and a function execution profiler for measuring performance and duration. It further enables the modification of class and method behavior through a system of custom decora
Applies external functions and arguments to a method to wrap it with custom logic.