Skip to content

Commit

Permalink
mark URL.canParse as supported (fixed) from Deno 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 4, 2023
1 parent c2a4945 commit 8ca1838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Added a workaround for getting proper global object in Figma plugins, [#1231](https://github.com/zloirock/core-js/issues/1231)
- Compat data improvements:
- Added NodeJS 20.0 compat data mapping
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as supported ([fixed](https://github.com/nodejs/node/pull/47513)) from NodeJS 20.1.0
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked as supported (fixed) from [NodeJS 20.1.0](https://github.com/nodejs/node/pull/47513) and [Deno 1.33.2](https://github.com/denoland/deno/pull/18896)
- Added Deno 1.33 compat data mapping

##### [3.30.1 - 2023.04.14](https://github.com/zloirock/core-js/releases/tag/v3.30.1)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2463,6 +2463,7 @@ export const data = {
safari: '14.0',
},
'web.url.can-parse': {
deno: '1.33.2',
node: '20.1.0',
},
'web.url.to-json': {
Expand Down

0 comments on commit 8ca1838

Please sign in to comment.