[@types/node] @types/node@22.8.5 and @types/node@20.17.4 break builds that do not target ECMAScript 2015 or higher #71049
Replies: 2 comments
-
|
Thanks for the discussion about "node", some useful links for everyone: Pinging the DT module owners: @microsoft, @jkomyno, @alvis, @r3nya, @btoueg, @smac89, @Touffy, @DeividasBakanas, @eyqs, @Hannes-Magnusson-CK, @hoo29, @kjin, @ajafff, @islishude, @mwiktorczyk, @mohsen1, @galkin, @parambirs, @eps1lon, @ThomasdenH, @WilcoBakker, @wwwy3y3, @samuela, @kuehlein, @bhongy, @chyzwar, @trivikr, @yoursunny, @qwelias, @ExE-Boss, @peterblazejewicz, @addaleax, @victorperin, @ZYSzys, @nodejs, @LinusU, @wafuwafu13, @mcollina, @Semigradsky. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed in #71054 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These versions, released 6 hours ago, break our builds with the following error:
I suppose this should not happen with a patch release. The same project builds fine with @types/node@22.8.4 or @types/node@20.17.3
My tsconfig:
My build command:
tsc --build && tsc dist/*.d.ts dist/**/*.d.ts(intended to build the type files, then check if the generated files are actually correct)
Beta Was this translation helpful? Give feedback.
All reactions