denoland / deno_emit

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

feat: implement compiler options #98

Closed yacinehmito closed 1 year ago

yacinehmito commented 1 year ago

Since the initial release, the bundle type, the compiler options and the imports were not properly forwarded from JS to Rust.

We now forward them, and added some tests to verify this behavior.

Closes #83.

yacinehmito commented 1 year ago

This will be ready once #97 is merged.

yacinehmito commented 1 year ago

@dsherret This is ready!