You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the type benefits of TypeScript without the complexity and hassle of TypeScript not natively running on Node.js. I don't want to think about the TypeScript transpilation whenever I start the server.
Stack traces that make sense in dev and production out of the box (source maps).
Expectations
v12.12.0
added--enable-source-maps
What are the standard ways people accomplish this?
.js
files next to the.ts
source. And I don't want to think about a build beforehand when developing.build/
directory if the recommendation is to always to use the compiled.js
version.tsc && node build/server.js
vm.Script.runInContext(...)
soon (which we need to run the Matrix Public Archive)The text was updated successfully, but these errors were encountered: