Kristóf Poduszló

Results 122 comments of Kristóf Poduszló

In addition, an exception may be added for cases when table headers or captions are available, according to the [tweet of Adrian Roselli](https://twitter.com/aardrian/status/1177925289395007488).

Great idea! I just put together a basic implementation and usage example as follows: ```ts import * as CSS from 'csstype'; export type MarginAtRules = { [pageMargin in | '@top-left-corner'...

Thank you for the answer, I would be very excited to have this feature built-in. I’m working on a [zero-config library bundler](https://twitter.com/kripod97/status/1264212146013028355) built on top of [Rollup](https://rollupjs.org/). It would transform...

Sure, thanks for asking. I would use [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/master/packages/babel) for transforming JS/TS code in general. As for generating and rolling up `.d.ts` files, the regular TypeScript compiler combined with API Extractor...

I forgot to mention that original sources would be distributed with builds, so `.d.ts.map` files could point to the former ones. This would improve integration with editors like VS Code,...

Exactly, that’s the plan.

I would prefer pointing to the original sources. So: 1. Emit files with `tsc`. 2. Roll up the emitted `.d.ts` files (along with their maps) into a single output. 3....

@ljharb I don't think that a non-TS user is willing to create or transpile `tsx` files at all. We cannot prevent them from creating a file of a given kind...

Also, I think it would be great if normalize.css could be a `peerDependency`, or even better, consider using [modern-normalize](https://github.com/sindresorhus/modern-normalize) _(or just allow injecting it straight before the typography.js styles)_.

Unfortunately, I abandoned working on this project, but would recommend to check [Objection.js](http://vincit.github.io/objection.js/) as an alternative.