▲ | throwanem 4 days ago | |||||||||||||||||||||||||
"Written only in TypeScript" might put it better. If your module ships TypeScript source and a JS build as it should, then this will never affect it. Otherwise, to support stripping arbitrary modules would immediately compromise the design goal of light weight, due to the torrent of ill-founded and -formed bug reports incorrectly raised on Node that would follow. ("Don't make the maintainers' lives too miserable to continue the work" being also of course an implicit goal.) | ||||||||||||||||||||||||||
▲ | rovingeye 4 days ago | parent [-] | |||||||||||||||||||||||||
Why would I want to ship a JS build for my private package? That's just extra machinery I don't need. Switching to a superior runtime would be easier. | ||||||||||||||||||||||||||
|