Anton Evzhakov

Results 125 comments of Anton Evzhakov

An error is thrown only if a component doesn't have a `className` property. I don't think it is a breaking change since it reflects current behaviour where such a `className`-less...

It is a similar problem with #1068: we have to process `.svelte` and `.vue` files before they will be processed by Svelte or Vue. To achieve that, we have to...

I hope It has been fixed in 0.3.6. @vladsoroceanu @PM00095 could you check it, please?

@philmday, looks like hybrid can’t recognize the type of your view. You can specify it explicitly by adding `$type: "react"` to your view definition.

Hi @brijeshb42! Is it ready? I want to merge it before https://github.com/Anber/wyw-in-js/pull/96 because #96 has some breaking changes in the transform API.

Hi @hoongtong May I ask you to run both builds with `{ debug: { dir: "debug-info", print: true } }` in linaria/wyw plugin's config and publish `By method` section from...

Yeah… If the import is not used in the file, the shaker keeps it alive because it may be used for side effects. In such a case, the whole imported...

Right now, we are experimenting with Rust and oxc.rc, but I can't promise anything.

A minor update: I managed to build a PoC on Rust, oxc and Deno. However, it is too early to talk about performance measurements since a minimal set of features...

The cli version shows almost x10 performance boost.