-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
577 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,11 +176,11 @@ queueMicrotask(() => console.log('called as microtask')); | |
### Installation:[⬆](#index) | ||
``` | ||
// global version | ||
npm install --save [email protected].3 | ||
npm install --save [email protected].4 | ||
// version without global namespace pollution | ||
npm install --save [email protected].3 | ||
npm install --save [email protected].4 | ||
// bundled global version | ||
npm install --save [email protected].3 | ||
npm install --save [email protected].4 | ||
``` | ||
|
||
Or you can use `core-js` [from CDN](https://www.jsdelivr.com/package/npm/core-js-bundle). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
*Example*: | ||
```js | ||
import 'https://deno.land/x/[email protected].3/index.js'; // <- at the top of your entry point | ||
import 'https://deno.land/x/[email protected].4/index.js'; // <- at the top of your entry point | ||
|
||
Object.hasOwn({ foo: 42 }, 'foo'); // => true | ||
|
||
|
Oops, something went wrong.