A description of my image.

Daily Digest, 18 Mar 2025

Published on

 |  Time to Read: 4 mins

#Announcements

#Articles

#.NET

#JavaScript Ecosystem

  • Replay - Time Travel Browser DevTools - A cypress like product which can replay your javascript to any line of the call stack and view state from the browser like the Dom, redux, network, component state.
  • --erasableSyntaxOnly PR #61011 · microsoft/TypeScript - Node 23 now introduces a flag to remove runtime typescript types, which are really funky types which are advisable to not use anyways. Types such as Enum, namespace, private constructor parameters + more will become compiler errors. This avoids issues when using type stripping from your NodeTS code, as these types are replaced with some generated JavaScript instead and cause debugging + source mapping issues in runtime. Why use type stripping you say? well you wouldn’t have to require typescript source maps if all the types were removed from your NodeJS code, providing a more lightweight runtime whilst still having development types available, neat.

#AI

#Other Interesting Reads