| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-03 | 1.2 kB | |
| v5.105.4 source code.tar.gz | 2026-03-03 | 9.2 MB | |
| v5.105.4 source code.zip | 2026-03-03 | 13.1 MB | |
| Totals: 3 Items | 22.3 MB | 1 | |
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)