Igor Savin
Igor Savin
> Ya, but Express.js supporting them doesn't mean users have to use them. I have to use Node.js low versions for various reasons and have very strong opinion on supporting...
Can we restart the conversation now? As per our LTS strategy conclusions, if we see that setting our minimum to Node 18 gives tangible benefits for the project, we can...
@ljharb You've already expressed your preference for TAP in the past. Besides that, are there any other frameworks you are in favour of? WebStorm, which is a very popular IDE,...
@ljharb It is a standard, native Node solution with good IDE support. Being part of the core, it is highly likely to be well-supported going forward. Generally if there is...
@ljharb Can you elaborate on why exactly you believe tap is better than Vitest or Mocha, simplicity aside? (which is a drawback as much as is an advantage, and hence...
Not needing a runner is not a particularly big advantage for IDE users. I see, thank you for your perspective. My personal preferences are vastly different, but they are also...
@wesleytodd I can pickup some of this work, if it's already time for it
@wesleytodd Can I get permissions to create repos for the org?
Let's start with .github and see if we'll need an extra repo as we go
> this really only applies to syntax, and that can be transpiled Transpilation is not the best approach for a framework, as that can cause unpredictable runtime overhead in some...