Lines Matching +full:delete +full:- +full:branch

1 # get-intrinsic <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
3 [![github actions][actions-image]][actions-url]
4 [![coverage][codecov-image]][codecov-url]
5 [![dependency status][deps-svg]][deps-url]
6 [![dev dependency status][dev-deps-svg]][dev-deps-url]
7 [![License][license-image]][license-url]
8 [![Downloads][downloads-image]][downloads-url]
10 [![npm badge][npm-badge-png]][package-url]
12 Get and robustly cache all JS language-level intrinsics at first require time.
14 See the syntax described [in the JS spec](https://tc39.es/ecma262/#sec-well-known-intrinsic-objects…
19 var GetIntrinsic = require('get-intrinsic');
26 delete Math.pow;
40 delete Array.prototype.push;
45 delete JSON.parse; // to simulate a real intrinsic that is missing in the environment
57 [package-url]: https://npmjs.org/package/get-intrinsic
58 [npm-version-svg]: https://versionbadg.es/ljharb/get-intrinsic.svg
59 [deps-svg]: https://david-dm.org/ljharb/get-intrinsic.svg
60 [deps-url]: https://david-dm.org/ljharb/get-intrinsic
61 [dev-deps-svg]: https://david-dm.org/ljharb/get-intrinsic/dev-status.svg
62 [dev-deps-url]: https://david-dm.org/ljharb/get-intrinsic#info=devDependencies
63 [npm-badge-png]: https://nodei.co/npm/get-intrinsic.png?downloads=true&stars=true
64 [license-image]: https://img.shields.io/npm/l/get-intrinsic.svg
65 [license-url]: LICENSE
66 [downloads-image]: https://img.shields.io/npm/dm/get-intrinsic.svg
67 [downloads-url]: https://npm-stat.com/charts.html?package=get-intrinsic
68 [codecov-image]: https://codecov.io/gh/ljharb/get-intrinsic/branch/main/graphs/badge.svg
69 [codecov-url]: https://app.codecov.io/gh/ljharb/get-intrinsic/
70 [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runk…
71 [actions-url]: https://github.com/ljharb/get-intrinsic/actions