Wesley Wigham

Results 190 comments of Wesley Wigham

Yah, it is. We use it heavily, ourselves. Specifying `types: ['node']` prevents you from loading other garbage (eg, from your build tools dependents) from the modules folder automatically.

@ExE-Boss even with pnpm, your `@types` deps for, say, your `gulp` build script will be installed to the same folder as the dev dependencies for your main project (assuming you...

Nah, only `getDeclarationEmitOutputFilePath` which I have a slightly different version of already. Nothing I'm working on needs any of the rest of these

PRs welcomed. You can find more information about contributing lib.d.ts fixes at https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md#contributing-libdts-fixes.

The types that were previously in the global namespace are now only in the module and aren't reexported in the global scope ns copy, making this a breaking change -...

@typescript-bot test this @typescript-bot run dt @typescript-bot test top100 @typescript-bot perf test this

@typescript-bot run dt @typescript-bot test top100 @typescript-bot user test this @typescript-bot pack this

While you wait for a type maintainer, I can tell you in advance that you're gonna wanna add some tests for an addition like this. Overloads are finicky, so you...