Skip to content

Commit

Permalink
mark URL.canParse as supported (fixed) from NodeJS 20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 2, 2023
1 parent e587c27 commit a3a09f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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
- 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': {
node: '20.1.0',
},
'web.url.to-json': {
bun: '0.1.1',
Expand Down

0 comments on commit a3a09f6

Please sign in to comment.