|
After a few days, I think I'm getting closer to running a CommonJS script in Deno & Node. Running via rustyscript yields Can I expect CommonJS support via this crate? Or is it too soon? The example @ embedding-typescript-in-your-rust-project hasen't aged well. If it's too soon for CommonJS, I'll try to make that example work. Thanks for your support! ===== Script ===== Here's a sample run These Which leads into version hell |
Replies: 2 comments
|
I'm going switch to node from deno. |
|
While CJS is suppported, it is only supported from inside npm modules, for the moment |
While CJS is suppported, it is only supported from inside npm modules, for the moment