main
fix handling of errors thrown in async modules
update test
chore: resolve "use strict" TODO (#19705)
copy/read exports from imported async modules later once they are awaited
test: run the webpack test suite under Deno (drop nearly all skips, --runInBand and unstable flags) (#21240)
feat: detect ES modules from top-level await and import.meta (#21218)
add missing runtime requirement for async module header
enable experiments.importAsync by default remove experiments.importAwait
feat: add dead control flow check