TypeScript Bot

Results 6233 comments of TypeScript Bot

@imdbsd: Everything looks good here. I am ready to merge this PR (at f790f5d) on your behalf whenever you think it's ready. If you'd like that to happen, please post...

Starting jobs; this comment will be updated as builds start and complete. | Command | Status | Results | | ------- | ------ | ------- | | `test top400` |...

Hey @jakebailey, the results of running the DT tests are ready. Everything looks the same! [You can check the log here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=163654&_a=summary).

@jakebailey Here are the results of running the user tests with tsc comparing `main` and `refs/pull/56460/merge`: Everything looks good!

@jakebailey The results of the perf run you requested are in! Here they are: tsc Comparison Report - baseline..pr Metric baseline pr Delta Best Worst p-value Compiler-Unions - node (v18.15.0,...

@jakebailey Here are the results of running the top 400 repos with tsc comparing `main` and `refs/pull/56460/merge`: Everything looks good!

Starting jobs; this comment will be updated as builds start and complete. | Command | Status | Results | | ------- | ------ | ------- | | `pack this` |...

Hey @jakebailey, I've packed this into [an installable tgz](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/163721/artifacts?artifactName=tgz&fileId=38CAD1B2C67CA2FCC8B4A76C2D66BE653CFF98531EB9AA4C10F06CC22114767B02&fileName=/typescript-5.7.0-insiders.20240925.tgz). You can install it for testing by referencing it in your `package.json` like so: ``` { "devDependencies": { "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/163721/artifacts?artifactName=tgz&fileId=38CAD1B2C67CA2FCC8B4A76C2D66BE653CFF98531EB9AA4C10F06CC22114767B02&fileName=/typescript-5.7.0-insiders.20240925.tgz" }...

@satelllte Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process...

Hey @satelllte, :unamused: Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider [adding tests](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-test-editing-an-existing-package) to...