-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use node-compt-table #2940
Comments
I looked into this. Here are my observations:
Here are the changes that would be applied if esbuild took in this data:
So thank you for the pointer. This was a useful exercise, and I can use it to correct esbuild's data. But given that For my own future reference, here's some WIP code to pull from
|
With williamkapke/node-compat-table#85, the data should start flowing again, if that's helpful. |
Thanks for the heads up! I'll subscribe to that PR. |
It has now landed, so I have integrated that data source. Thanks for your work on it. There were no changes when I integrated it, presumably due to my manual work earlier in this thread, but this integration should make keeping this up to date easier in the future. |
Excellent! I learned about |
Hi!
I was testing esbuild's
target
option and I noticed some gap in the compat table.For instance node 14.5 supports optional chaining.
This is due to missing data on kangax's compat-table.
Node green is powered by a fork of the work of kangax: node-compat-table. It is dedicated to nodejs and have more accurate data.
This could be really nice to leverage this data for improving esbuild 's compat table.
The text was updated successfully, but these errors were encountered: