Gather descriptors from constructor's prototype chain
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
Merge objects using their property descriptors
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Return the prototype of a provided object.
Property descriptor factory
_Descriptors_ is a way of serializing definitions (e.g. schema types) so they can be easily shared across Content Lake. It has the following characteristics:
Properly update an error's properties
Copy a descriptor from object A to object B
Copy static properties, prototype properties, and descriptors from one object to another.
fs (file system package) extensions
An implementation of https://github.com/emberjs/rfcs/pull/726
Robustly get the [[Prototype]] of an object
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Helpers used alongside icons for digital and software products using the Carbon Design System
Protocol Buffers for JavaScript (& TypeScript).
Core utilities for building navigators
A library to make errors.
Source code handling classes for webpack
A utility for managing a prototype chain
Returns an array of the object's prototype chain
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
TypeScript definitions for merge-descriptors
JSON parse with prototype poisoning protection