Skip to content

Commit 89b7861

Browse files
committed
📝 Document the requireFileViaVm async-option fix in the 0.9.8 WIP changelog
1 parent 00d55a3 commit 89b7861

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* Fix timebomb defuse on errors in server-side `Request`
2828
* Fix `LinkedMap.setAt()` MAP update
2929
* Make `Math.mean(numbers)` return 0 if there are no numbers
30+
* Honor the `async` option in `requireFileViaVm`: `Blast.require({async: true})` always compiled a plain sync wrapper, so any file using a top-level `await` (like an Alchemy migration) threw a `SyntaxError` instead of running
3031

3132
## 0.9.7 (2026-01-23)
3233

0 commit comments

Comments
 (0)