harmony-proxy

Small shim providing `new Proxy(target, handler)`

LGPL-3.0 5 个版本
安装
npm install harmony-proxy
yarn add harmony-proxy
pnpm add harmony-proxy
bun add harmony-proxy
README

harmony-proxy

Harmony-proxy shims the new-style new Proxy(target, handler) API via the old-style Proxy.create(handler) API provided by node --harmony-proxies.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Old_Proxy_API and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

Build Status Coverage Status Dependency Status

Installation

$ npm install harmony-proxy

Usage

var Proxy = require('harmony-proxy');

License

LGPLv3

版本列表
1.0.1 2016-04-13
1.0.0 2016-02-29
0.1.0 2015-10-13
0.0.2 2013-06-07
0.0.1 2013-06-05