Skip to content

Commit

Permalink
Added @ungap/new to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Aug 7, 2023
1 parent 50e3140 commit 5168362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The main benefit of the essential modules is their size, simplicity, or even per
* [@ungap/item](https://github.com/ungap/item) compatible with all JS engines.
* [@ungap/json](https://github.com/ungap/json) fixes `\u2028|9` in all JS engines with a `JSON` global.
* [@ungap/map](https://github.com/ungap/map) compatible with all JS engines.
* [@ungap/new](https://github.com/ungap/new) an extension to allow `Class.new(...args)` instead of `new Class(...args)`
* [@ungap/node-contains](https://github.com/ungap/node-contains) `Element.contains` compatible with all JS engines with a DOM env.
* [@ungap/once](https://github.com/ungap/once) `Function.prototype.once` compatible with modern JS engines.
* [@ungap/own-keys](https://github.com/ungap/own-keys) `Reflect.ownKeys` compatible with all JS engines.
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h2 id="regularpolyfills">Regular polyfills</h2>
<li><a href="https://github.com/ungap/item">@ungap/item</a> compatible with all JS engines.</li>
<li><a href="https://github.com/ungap/json">@ungap/json</a> fixes <code>\u2028|9</code> in all JS engines with a <code>JSON</code> global.</li>
<li><a href="https://github.com/ungap/map">@ungap/map</a> compatible with all JS engines.</li>
<li><a href="https://github.com/ungap/new">@ungap/new</a> an extension to allow <code>Class.new(...args)</code> instead of <code>new Class(...args)</code></li>
<li><a href="https://github.com/ungap/node-contains">@ungap/node-contains</a> <code>Element.contains</code> compatible with all JS engines with a DOM env.</li>
<li><a href="https://github.com/ungap/once">@ungap/once</a> <code>Function.prototype.once</code> compatible with modern JS engines.</li>
<li><a href="https://github.com/ungap/own-keys">@ungap/own-keys</a> <code>Reflect.ownKeys</code> compatible with all JS engines.</li>
Expand Down

0 comments on commit 5168362

Please sign in to comment.