swc-project / swc

Rust-based platform for the Web
https://swc.rs
Apache License 2.0
30.92k stars 1.21k forks source link

Request: Kangax Compatibility table #491

Open nicoburns opened 4 years ago

nicoburns commented 4 years ago

Are there any plans to submit SWC to the Kangax compatibility table. This is my (and I think most web developer's) goto resource when trying to determine which ES features a given project supports. It includes all common web browsers, as well as babel and typescript. I believe it also comes with a test suite.

https://kangax.github.io/compat-table/es6/ (+ the next version).

I would love to use SWC on my project, but at the moment looking at the changelog entries is a bit concerning as there still seem to be basic correctness issues with several of the transforms. If you could pass these test suites, this would give me a lot more confidence in this project. (it would also put your project in front of a much bigger audience).

kdy1 commented 4 years ago

@nicoburns It seems like a good idea. I'll submit it soon.

(I've consulted the table lots of time, but I completely forgot the table.)

kdy1 commented 4 years ago

Removing milestone as the authors of the table did not answer to my questions.

Mouvedia commented 3 years ago

https://github.com/kangax/compat-table/search?q=swc returns no result Did you contact him directly?

kdy1 commented 3 years ago

Yes, but I'll file an issue.

Mouvedia commented 3 years ago

kangax/compat-table#1678

Bruce-Hopkins commented 1 year ago

is this issue still open for contributions?