We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
umi 仓库过时依赖需升级。
using
await using
升级所有 template 模板的全部依赖版本至最新。
跟进 father 支持转译 using 语法。
考虑在使用 @umijs/utils 中的 register.restore 时,使用 using 自动释放资源,注意 Symbol.dispose 在产物结果中的兼容性(polyfill 是否含有):
@umijs/utils
register.restore
Symbol.dispose
Symbol.dispose ??= Symbol("Symbol.dispose"); Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
umi 仓库过时依赖需升级。
升级 core-js
升级 father
升级仓库内 TS 版本至 5.2
es-module-lexer rust 版本兼容 using 语法
babel / esbuild / swc 兼容 using
using
/await using
语法在 babel / swc / esbuild 转译模式的运作是否正常。其他
升级所有 template 模板的全部依赖版本至最新。
跟进 father 支持转译 using 语法。
考虑在使用
@umijs/utils
中的register.restore
时,使用 using 自动释放资源,注意Symbol.dispose
在产物结果中的兼容性(polyfill 是否含有):The text was updated successfully, but these errors were encountered: