Patch Changes
-
Add
Module.getSourceBasicTypesto distinguish basic source types and clarify how modules with non-basic source types likeremotestill produce JavaScript output. (by @xiaoxiaojx in #20546) -
Handle
createRequirein expressions. (by @alexander-akait in #20549) -
Fixed types for multi stats. (by @alexander-akait in #20556)
-
Remove empty needless js output for normal css module. (by @JSerFeng in #20162)
-
Update
enhanced-resolveto support new features fortsconfig.json. (by @alexander-akait in #20555) -
Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by @hai-x in #20561)