-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Wrong usage of /* @__PURE__ */
annotation
#31
Closed
martines3000 opened this issue
Mar 25, 2024
· 3 comments
· May be fixed by Graysonbarton/p256-verifier#4
Closed
Wrong usage of /* @__PURE__ */
annotation
#31
martines3000 opened this issue
Mar 25, 2024
· 3 comments
· May be fixed by Graysonbarton/p256-verifier#4
Comments
martines3000
changed the title
Wrong usage of
Wrong usage of Mar 25, 2024
/* @__PURE__ */
annotation
yes |
3 tasks
@paulmillr any chance we could get this into 1.1.7 soon? :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I am not sure if this a bug, but I still want to mention it in case it is.
Rollup throws this warning:
For this part of the code:
scure-base/index.ts
Line 412 in 7134809
It probably should be
/* @__NO_SIDE_EFFECTS__ */
instead, right ?Thank you.
The text was updated successfully, but these errors were encountered: