stainless-em

Results 5 issues of stainless-em

It loses the newline at the end of the #! line and ends up commenting out the subsequent line. Here's a repro in AST Explorer: (linked) [![Image](https://github.com/user-attachments/assets/62307921-04a0-46f3-b26d-43b8db15d731)](https://astexplorer.net/#/gist/5dc6b166becf4490ccf9f6e2fe5ab37f/aba5f158839cf01ac25379f10e13dffe70c79e03)

adds support for .tar.gz files from arbitrary urls

## Questions & Answers @edge-runtime/types depends on types like Request, Response, File, etc existing in the global scope, but it doesn't import them from anywhere. @types/node and lib.webworker.d.ts conflict with...

## Summary Some libraries need to conditionally import types (ex. for optional peer dependencies), which requires a `@ts-ignore` annotation on the import in case the user doesn't have the dependency...

## Summary Right now the DTS rollup and API report code mangles ESM-style exports under `declare namespace`, resulting in invalid syntax. This PR fixes the issues that cause broken syntax...