Armin Pfurtscheller
Armin Pfurtscheller
This change enables JSX support for `transform()` method as described in #24. Tests were added, I hope they meet the guidelines.
I am trying to use the [proposed approach from the docs](https://github.com/wessberg/DI-compiler#usage-as-an-api) with direct usage of `transform(code, filename, options)`. Unfortunately, this does not work when running TSX files as `transform()` is...
Hi there! While working on a new project using ImpressPages I discovered that `data-uri` method doesn't work as expected if `relativeUrls` option is set to `false` - [original issue](https://github.com/impresspages/ImpressPages/issues/708). After...