denoland / deno_emit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
https://jsr.io/@deno/emit
MIT License
225 stars 23 forks source link

refactor: separate rust API from wasm API #34

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

I find it much cleaner to use a cargo workspace, then keep all the Wasm code in a separate local crate that only gets used for publishing to deno.land/x.

Closes #33

ProofOfKeags commented 2 years ago

How can I help get this marshalled through review? 😄

ProofOfKeags commented 2 years ago

It looks like BundleEmit isn't exported.

dsherret commented 2 years ago

@ProofOfKeags thanks! I opened #37

By the way, it's best to open issues since this is an already resolved/closed PR and comments could be more easily unnoticed.