Search results

13 packages found

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

published 1.1.4 3 months ago
M
Q
P

Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.

published 1.2.1 8 months ago
M
Q
P

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

published 1.0.0 2 months ago
M
Q
P

Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.

published 1.0.0 3 months ago
M
Q
P

Define a data property on an object. Will fall back to assignment in an engine without descriptors.

published 1.0.0 2 months ago
M
Q
P

CMPT 315 Assignment 2 - Array and Object Manipulation

published 1.0.0 4 months ago
M
Q
P

Wrap an object to track assignments and calls for inspection or playback.

published 1.0.3 8 years ago
M
Q
P

Dot notation to object. Supports nesting and same level objects as well as (multiple) value assignment and value overriding.

published 0.6.6 9 years ago
M
Q
P

Rename and add aliases for object properties that are being assigned a value

published 1.0.0 8 years ago
M
Q
P

The Class Proxy is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc).

published 2.0.0 2 years ago
M
Q
P

The closest you can get to DEstructuring assignmeNT with good old ES5's objects and functions

published 0.2.0 10 years ago
M
Q
P

n级对象动态赋值

published 1.0.1 5 years ago
M
Q
P

Create a new object containing the same properties (through assignment) of another object along with an @@iterator method can make use of the default iteration behavior (such as for-of) that built-in iterables like Array or Map have.

published 0.2.1 8 years ago
M
Q
P