MyGit

v0.3.8

web-infra-dev/rspack

版本发布时间: 2023-10-24 14:41:34

web-infra-dev/rspack最新发布版本:v0.3.13(2023-11-15 21:30:09)

Highlights

Top-level await

Support top-level await and enabled by default, or you can disable this by experiments.topLevelAwait = false. Top-level await can only be used in ECMAScript Module (type: "javascript/esm"), with this feature you can use await at top-level, await resources, await import, etc.

const db = await import('./db.js');
const connection = await db.connect();

What's Changed

Exciting New Features 🎉

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rspack/compare/v0.3.7...v0.3.8

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-10-24发行的版本