Sam Cao

Results 319 comments of Sam Cao

> IMO http support is higher priority, and lower risk, than fs support. That makes sense. My development for Javenode is just for fun (no one pays me). So, I'm...

It's not my top priority for now. I encourage you to submit pull request if you could get it done as it's half way done.

That will take some time.

The android snapshot build is at the actions. Please take a try.

The android snapshot build is at the actions. Please take a try.

Hi @WarningImHack3r , I think it's possible to write a plugin for Vue 3. I don't think hacking swc4j will help because the `transpile()` comes directly from swc. The recommended...

> Can you point me to an example of this? The transform() docs only mention ECMAScript targets, not language targets There are tutorials for `transform()` as well. Regarding plugins, they...

> So that means that if I change the AST's language through PluginHost.process() it will change the target language? If so, how can I change the AST language? In `transform()`,...