Steven Luscher

Results 158 comments of Steven Luscher
trafficstars

> Is there no way we can do this as a build step instead? Do what; add the extensions? No, because once you change to `"moduleResolution": "NodeNext"` it's gg.

> What exactly is NodeNext changing in our compiled code that makes subpackages possible? I think subpackage imports just straight up don't work unless `moduleResolution` is `node16` or higher. With...

Without even getting into that, would you agree that the objective of this existing code was to set `code` to a default value if it was not set by the...

Here's a positive outcome that could result from landing this PR: Someone who writes this test, whose intent is to assert that the server closed uncleanly, will not have to...

Also, I opted for a more compatible syntax, rather than the nullish coalescing operator, lest someone be running tests in an environment that doesn't support it.