Ryan Christian
                                            Ryan Christian
                                        
                                    > This'd be useful to allow node users to use unminified code but browser users to use minified etc This in particular would be better served by running Microbundle twice...
> are there any docs around that? Not to my knowledge, might be good to have something in the future though. > Does `--target node` mean it can't be used...
While that's indeed the position of the TS team *now*, for the past 6+ years, ESM `.d.ts` files were all that existed and were pretty much without issue. I don't...
Then you'll probably be better served elsewhere -- I don't find TS's changes here to be particularly compelling (as it causes no real issue anyhow) and no one else has...
> a simple workaround, such as duplicating the .d.ts file and text-replacing certain things that change between the .d.ts and .d.cts files. Unfortunately, this is unlikely. To copy/paste from MDN:...
> Now, we likely could [override the user's tsconfig.json settings](https://github.com/developit/microbundle/blob/4b11285f27e7fa5a5f9ff4733489bb75e8a0763d/src/index.js#L557) to output the correct `.[cm]ts` during compilation, Took a better look at it today, appears that `rpt2` doesn't yet support...
Indeed, and it will also cause issues if `my-bundled-dependency`'s types are exposed in some way, as at best, they'll just be an `any`. Its tough, as we don't really want...
Alternatively, you may be able to post-build copy the `.d.ts` files from the modules that you have inlined into your own `dist/` folder or whatever. I get it's far from...
Not really a queue per se; 21 are open, but some are drafts and/or unmergable (proof of concepts, half-baked ideas, etc.). If you're willing to submit a PR though I'll...
None of those warnings are an issue. Feel free to contribute fixes if you have them but at the moment this library has rock-solid stability so it's not high on...