TS18028 on [@types/node] #71046
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.
-
Our build pipeline, that was working for ages with tsify and browserify, has suddenly started producing this funny error
/builds/software/whatever/@types/node/events.d.ts(144,18): Error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.Reverting to
@types/node": "22.8.4"in devDependencies fixed this.Beta Was this translation helpful? Give feedback.
All reactions