1 रिपॉजिटरी
Preventing the deletion or redefinition of object properties and methods.
Distinct from Property Deletions: No candidates cover the explicit prevention of property reconfiguration (non-configurable descriptors) in a general JS context.
Explore 1 awesome GitHub repository matching software engineering & architecture · Property Reconfiguration Prevention. 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
Prevents a property or method from being deleted or redefined using property definition tools.