javy icon indicating copy to clipboard operation
javy copied to clipboard

imports

Open zdanl opened this issue 5 months ago • 6 comments

Hello. I'm trying to compile a multi-file structured NodeJS project with several (npm) imports such as ExpressJS and Mongoose.

z@zs-MacBook-Pro wallet % javy compile server.js
thread '<unnamed>' panicked at crates/core/src/main.rs:27:10:
called `Result::unwrap()` on an `Err` value: Uncaught ReferenceError: could not load module 'mongoose'

It doesn't particularly like it.

Good job with JS to WASM, although!

zdanl avatar Jan 30 '24 19:01 zdanl