Bug#1014914: [Pkg-javascript-devel] Bug#1014914: Regression in @types

2022-07-14 Thread Jérémy Lal
Le jeu. 14 juil. 2022 à 14:03, Mark Weyer a écrit : > Package: nodejs > > Version: 12.22.12~dfsg-1~deb11u1 > > > > The upgrade from Version 12.22.5~dfsg-2~11u1 to 12.22.12~dfsg-1~deb11u1 > broke Typescript (from package node-typescript) for me. > > For a minimal example, let test.ts contain just

Bug#1014914: Regression in @types

2022-07-14 Thread Mark Weyer
Package: nodejs Version: 12.22.12~dfsg-1~deb11u1 The upgrade from Version 12.22.5~dfsg-2~11u1 to 12.22.12~dfsg-1~deb11u1 broke Typescript (from package node-typescript) for me. For a minimal example, let test.ts contain just the following line: process.exit(0) And compile it with tsc