Jake Bailey
Jake Bailey
@typescript-bot pack this
> are we okay with this behavior? I'd say no; now that we have two sources of truth, we should probably try and remember which names we've already used 🙁
Pr issue 57087 - fix for relating (e.g. satisfies) function overloads to intersection specifications
Expand out the comment a few times and you'll get exact instructions on how to reproduce each.
Pr issue 57087 - fix for relating (e.g. satisfies) function overloads to intersection specifications
@typescript-bot test top200
Pr issue 57087 - fix for relating (e.g. satisfies) function overloads to intersection specifications
I would doubt that they are new in this PR; the server tests can be a little flaky.
Pr issue 57087 - fix for relating (e.g. satisfies) function overloads to intersection specifications
Didn't realize this wasn't accepted; will look if the feature is okay'd.
Related: https://github.com/microsoft/DefinitelyTyped-tools/pull/848 I'm not sure how much I like to have an API that accepts a path to `require`, however, doing this opens the door to us moving the copies...
Projects must be acyclic; how would that work if one globs over every project in the dependencies of every project? Even if cycles were legal, it seems like a bad...
I'll note that if you're using declaration maps and a package manager with monorepo support (with explicit deps), it may be entirely possible to not use references at all, and...
> I have a `tsconfig.json` and a `tsconfig.build.json` where I have to specify all of the references in both places. What in what situation do you need both of these?...