williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

Add String.prototype.matchAll #63

Closed mathiasbynens closed 5 years ago

joepie91 commented 5 years ago

This is already included in kangax' compat-table. As I understand it, this draws its data from there? If so, how come it hasn't appeared automatically yet?

silverwind commented 5 years ago

how come it hasn't appeared automatically yet?

Probably because this repo is a fork.

williamkapke commented 5 years ago

This was under a new 2020 category which wasn't added to the update script. It's added now. https://node.green/#ES2020

Thanks for pointing this out!