Kristóf Poduszló

Results 122 comments of Kristóf Poduszló

I was thinking about this during the past few days. The `declarationMap` setting should be `false` by default, but `tsconfig.json` could override it. When the latter approach is taken, the...

I have the exact same issue. Is is possible to copy the `src` folder to the distributed package and then point the declaration maps to TypeScript source files in that...

Thank you! Also, please return the result in an other format (e.g. an array), as I cannot split strings at `, ` safely without affecting properties other than `position`.

The interest comes from the fact that we cannot split the returned value safely, as seen in my example in the issue’s description. As a user of the library, I...

@dcousens It isn’t trivial, but I found the following answer on StackOverflow: https://stackoverflow.com/a/47880734

Thanks for your contribution! Unfortunately, though, I’m not maintaining this project anymore as recent improvements in `@types/react` made it feasible to roll your own implementation: https://www.kripod.dev/blog/behind-the-as-prop-polymorphism-done-well/ Please feel free to...

@vladignatyev Thank you for all the thoughtful ideas! I am open about the format of the specification, but the main goal is to keep it short and simple with clearly...

That sounds amazing, top-notch APIs as usual 👌 Thanks for your quick and in-depth response!

> esbuild has nothing to do with swc ... My main point is that _contrary to_ swc and Babel, esbuild doesn’t have a transform available which fixes a Safari bug....

Thanks for your response! Unfortunately, I can’t provide the project itself, as it’s a private one. [This is the TSConfig](https://github.com/total-typescript/tsconfig/blob/350c6a05d680ae870e369b3d8124aa0382bb990e/bundler/dom.json) I’m using.