Anton Gilgur

Results 998 comments of Anton Gilgur

> How can I try that? I'd like to add it sooner to diagnose if load order is causing the issue. You can't -- the default plugins of TSDX don't...

Ok, so I added an integration test in #627 that indeed fails to show an impact with this plugin (comments aren't removed). It seems that the docs even say that...

So changing `babel-plugin-macros` to go first indeed enables `styled-components/macro` to work. Gonna make that change as a workaround for this and hopefully changing that ordering doesn't break any other plugins...

Workaround making `styled-components/macro` work is in #644 Will probably hold off on merging till a minor release though as the plugin order change is potentially breaking (though highly unlikely)

#644 has been merged and will be available soon with the release of [`v0.14.0`](https://github.com/formium/tsdx/milestone/2). Per comments above, this creates a workaround for `babel-plugin-styled-components` that allows you to use `styled-components/macro` instead....

@allcontributors please add @thany for bug (it's not entirely a bug, as it's not in core, but a bug with an integration, but closest thing)

Hi folks, just doing some housekeeping in the issues. I'm going to close this one out as it's gone quite stale (no comments in 9 months) and is more or...

I think a TSDX Jest preset would be helpful (so would an ESLint one and a Babel one) as all these integrations then become one-liners. Something I previously mentioned in...

@lookfirst TSDX is far from the first "zero-config" CLI in existence, others have `test` capabilities too. You could make the same argument for every other CLI if you wanted to....

And the test experience is being improved by me and other contributors. The config is currently small, but issues like not using the same Babel config for tests (https://github.com/jaredpalmer/tsdx/issues/383), monorepo...