Jake Bailey
Jake Bailey
For me, if the perf is the same, I'd prefer the safer one.
> With what default conditions (configurable?) and what behavior for the import/require conditions? Each bundler runs different condition sets from what I know - most have a bundler-specific one, in...
> Both minimal and conventional (but not node-legacy) will support resolution to .ts files by specifying a .ts extension in the module specifier. This will be an error, as it...
> basically everyone uses transpileOnly Not my last team... 😨 (I think for const enum inlining, and one weird dependency that is _only_ a d.ts file and declares a const...
I see. Perhaps it should be `TYPE | number` instead?
So, at first glance, the above appears to be intended to filter the keys of a tuple type to only the numeric indexes (so, filter out any named things like...
Just to complete my side investigation, the "Type '`` `${number}` ``' cannot be used to index type 'Tuple'." message is caused by our definition of the index type for `Array`,...
Like #61001, I'll just merge this and we'll have an error on the main run for a little until a non-lodash change comes in.
Remind me why these can't be declared like other globals in lib.*.d.ts files as a variable/interface pair? That way they are both an interface and a value? (I don't have...
Last I used webpack, installing webpack did not actually bring these global types in at all. I didn't know about `@types/webpack-env` at the time, so I ended up declaring them...