skypackjs / skypack-cdn

An issue tracker for the CDN
107 stars 5 forks source link

Does skypack not support private class fields? #308

Open xeaone opened 2 years ago

xeaone commented 2 years ago

My package has private class fields and works fine in esm.sh. But when I try to access my package from Skypack I get a Unexpected token error.

nd0ut commented 1 year ago

Hello everyone! Just wanted to ask if there are any plans to fix the issue with private class fields. It's worth noting that this feature has reached stage 4 and is already available in Node 12 and all modern browsers. Thanks in advance!