11 个版本
0.0.11 | 2024 年 7 月 26 日 |
---|---|
0.0.10 | 2024 年 7 月 20 日 |
0.0.6 | 2024 年 5 月 9 日 |
0.0.5 | 2024 年 4 月 14 日 |
0.0.2 | 2024 年 3 月 24 日 |
#648 in 构建工具
662 每月下载量
用于 2 个 crate(通过 farmfe_plugin_script)
315KB
9K SLoC
将 Vite 风格的 import.meta.glob
转换。例如,请参阅 https://vite.vuejs.ac.cn/guide/features.html#glob-import
const modules = import.meta.glob('./dir/*.js', { eager: true })
将转换为
依赖
~52MB
~1M SLoC