denoland / deno_emit

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

chore: update wasmbuild #115

Closed yacinehmito closed 1 year ago

yacinehmito commented 1 year ago

Updated wasmbuild from v0.8.3 to v0.11.0 (latest).

This required updating wasm-bindgen and wasm-bindgen-futures, as well as replacing the uses of wasm-bindgen's serde-serialize feature with serde-wasm-bindgen, as recommended in their documentation.

🚨 This includes a breaking change: transpile now returns a Map instead of a Record! This is what wasmbuild now provides, and I thought that it was an improvement that was worth including in the API. Let me know if you prefer that I convert it to a Record.