-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
提几个建议 #1
Comments
|
@RSoraM 对了,我有一个疑惑,之所以要用unbuild打包,是为了可以在script标签里直接引入吧,但是0.0.6版本添加了一个依赖asn1js,unbuild不会把这个依赖一起打包进去,而是通过import或者require导入asn1js,这样子的话,就不能在src标签里使用了吧 |
我用
js 混乱的历史造就了如今一大堆的 CI 工具,我并不关心这些工具的细节 我确实不知道依赖会让 script 标签无法直接引用的问题,但我对这个依赖是有意见的。因为我只在 pkcs 的一个老的签名方案里用到了很小的一部分,未来的某个版本里我会想办法移除这个依赖。 但现在 TurboSHAKE 和 K12 是我关注的内容。 |
建议使用unbuild打包后,这个js提供给浏览器环境使用,再用tsc编译一遍,给nodejs用,现在这样子,报错后,会把整个index.mjs的内容都输出到终端
建议改改各个方法的调用方式
这种多个括号连着的调用,不方便ide提示
The text was updated successfully, but these errors were encountered: