-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Package Error] "[email protected]" could not be built. (Imported by "@octokit/auth-app"). #354
Comments
This is the line it chokes on for you: The Is this a problem with lru-cache or with skypack? |
It seems to be working fine on esm.sh: |
I have the same issue on Google Chrome v113. I only need to have this line at the beginning of the module. It used to work just fine.
|
So does skypack just not work with private classes? Is that the issue here? Using unkpg in the meantime: |
Skypack fails to compile packages that use private class fields, even though they are supported by all major browsers and node. Ref. skypackjs/skypack-cdn#308 skypackjs/skypack-cdn#222 skypackjs/skypack-cdn#351 skypackjs/skypack-cdn#354
The text was updated successfully, but these errors were encountered: