Releases: denoland/dnt
Releases · denoland/dnt
0.8.0
0.7.4
0.7.3
0.7.2
- fix: add better/instructional error message when
npm
command doesn't exist on path (#33) - fix: do not inject Deno namespace into globalThis in property access expression when next identifier is not Deno (#39)
- fix: improve
Blob
type to have global fallback (upgrade to deno.ns 0.7.3) (#30) - fix: shim incorrectly injected for global type name when local type of same name exists (#40)
0.7.1
0.7.0
- feat: add
importHelpers
compiler option and align with ts compiler default offalse
(#25) - feat: support inlining sources in source maps (#20)
- fix: do not insert shim for globalThis directly in unary and binary expressions (#24)
- fix: ensure mappings get passed to rust (#23)
- fix: shim
setTimeout
andsetInterval
(#27)