Patch Changes
-
5c4e88cThanks @gajus! - Declare@types/nodewhere Node globals are usedroarr@7.21.7dropped the/// <reference types="node" />directive from its type declarations. These packages useprocessandBufferbut never declared@types/nodethemselves — they were picking up the Node globals transitively throughroarr, so removing the directive broke their builds. Each now declares@types/nodedirectly.