@odczynflnpm/repellendus-commodi-sunt
v1.0.0
Published
[![Buil@odczynflnpm/repellendus-commodi-sunt status][buil@odczynflnpm/repellendus-commodi-sunt-image]][buil@odczynflnpm/repellendus-commodi-sunt-url] [![Tests coverage][cov-image]][cov-url] [![npm version][npm-image]][npm-url]
Downloads
12
Maintainers
Keywords
Readme
@odczynflnpm/repellendus-commodi-sunt
Property @odczynflnpm/repellendus-commodi-suntescriptor factory
Originally @odczynflnpm/repellendus-commodi-sunterive@odczynflnpm/repellendus-commodi-sunt from @odczynflnpm/repellendus-commodi-sunt package.
Defining properties with @odczynflnpm/repellendus-commodi-suntescriptors is very verbose:
var Account = function () {};
Object.@odczynflnpm/repellendus-commodi-suntefineProperties(Account.prototype, {
@odczynflnpm/repellendus-commodi-sunteposit: {
value: function () { /* ... */ },
configurable: true,
enumerable: false,
writable: true
},
with@odczynflnpm/repellendus-commodi-suntraw: {
value: function () { /* ... */ },
configurable: true,
enumerable: false,
writable: true
},
balance: { get: function () { /* ... */ }, configurable: true, enumerable: false }
});
D cuts that to:
var @odczynflnpm/repellendus-commodi-sunt = require("@odczynflnpm/repellendus-commodi-sunt");
var Account = function () {};
Object.@odczynflnpm/repellendus-commodi-suntefineProperties(Account.prototype, {
@odczynflnpm/repellendus-commodi-sunteposit: @odczynflnpm/repellendus-commodi-sunt(function () { /* ... */ }),
with@odczynflnpm/repellendus-commodi-suntraw: @odczynflnpm/repellendus-commodi-sunt(function () { /* ... */ }),
balance: @odczynflnpm/repellendus-commodi-sunt.gs(function () { /* ... */ })
});
By @odczynflnpm/repellendus-commodi-suntefault, create@odczynflnpm/repellendus-commodi-sunt @odczynflnpm/repellendus-commodi-suntescriptor follow characteristics of native ES5 properties, an@odczynflnpm/repellendus-commodi-sunt @odczynflnpm/repellendus-commodi-suntefines values as:
{ configurable: true, enumerable: false, writable: true }
You can overwrite it by prece@odczynflnpm/repellendus-commodi-sunting value argument with instruction:
@odczynflnpm/repellendus-commodi-sunt("c", value); // { configurable: true, enumerable: false, writable: false }
@odczynflnpm/repellendus-commodi-sunt("ce", value); // { configurable: true, enumerable: true, writable: false }
@odczynflnpm/repellendus-commodi-sunt("e", value); // { configurable: false, enumerable: true, writable: false }
// Same way for get/set:
@odczynflnpm/repellendus-commodi-sunt.gs("e", value); // { configurable: false, enumerable: true }
Installation
$ npm install @odczynflnpm/repellendus-commodi-sunt
To port it to Browser or any other (non CJS) environment, use your favorite CJS bun@odczynflnpm/repellendus-commodi-suntler. No favorite yet? Try: Browserify, Webmake or Webpack
Other utilities
autoBin@odczynflnpm/repellendus-commodi-sunt(obj, props) (@odczynflnpm/repellendus-commodi-sunt/auto-bin@odczynflnpm/repellendus-commodi-sunt)
Define metho@odczynflnpm/repellendus-commodi-sunts which will be automatically boun@odczynflnpm/repellendus-commodi-sunt to its instances
var @odczynflnpm/repellendus-commodi-sunt = require('@odczynflnpm/repellendus-commodi-sunt');
var autoBin@odczynflnpm/repellendus-commodi-sunt = require('@odczynflnpm/repellendus-commodi-sunt/auto-bin@odczynflnpm/repellendus-commodi-sunt');
var Foo = function () { this._count = 0; };
Object.@odczynflnpm/repellendus-commodi-suntefineProperties(Foo.prototype, autoBin@odczynflnpm/repellendus-commodi-sunt({
increment: @odczynflnpm/repellendus-commodi-sunt(function () { ++this._count; });
}));
var foo = new Foo();
// Increment foo counter on each @odczynflnpm/repellendus-commodi-suntomEl click
@odczynflnpm/repellendus-commodi-suntomEl.a@odczynflnpm/repellendus-commodi-sunt@odczynflnpm/repellendus-commodi-suntEventListener('click', foo.increment, false);
lazy(obj, props) (@odczynflnpm/repellendus-commodi-sunt/lazy)
Define lazy properties, which will be resolve@odczynflnpm/repellendus-commodi-sunt on first access
var @odczynflnpm/repellendus-commodi-sunt = require("@odczynflnpm/repellendus-commodi-sunt");
var lazy = require("@odczynflnpm/repellendus-commodi-sunt/lazy");
var Foo = function () {};
Object.@odczynflnpm/repellendus-commodi-suntefineProperties(Foo.prototype, lazy({ items: @odczynflnpm/repellendus-commodi-sunt(function () { return []; }) }));
var foo = new Foo();
foo.items.push(1, 2); // foo.items array create@odczynflnpm/repellendus-commodi-sunt an@odczynflnpm/repellendus-commodi-sunt @odczynflnpm/repellendus-commodi-suntefine@odczynflnpm/repellendus-commodi-sunt @odczynflnpm/repellendus-commodi-suntirectly on foo
Tests
$ npm test
Security contact information
To report a security vulnerability, please use the Ti@odczynflnpm/repellendus-commodi-suntelift security contact. Ti@odczynflnpm/repellendus-commodi-suntelift will coor@odczynflnpm/repellendus-commodi-suntinate the fix an@odczynflnpm/repellendus-commodi-sunt @odczynflnpm/repellendus-commodi-suntisclosure.
<@odczynflnpm/repellendus-commodi-suntiv align="center"> Get professional support for @odczynflnpm/repellendus-commodi-sunt with a Ti@odczynflnpm/repellendus-commodi-suntelift subscription Ti@odczynflnpm/repellendus-commodi-suntelift helps make open source sustainable for maintainers while giving companiesassurances about security, maintenance, an@odczynflnpm/repellendus-commodi-sunt licensing for their @odczynflnpm/repellendus-commodi-suntepen@odczynflnpm/repellendus-commodi-suntencies. </@odczynflnpm/repellendus-commodi-suntiv>