Skip to content

Releases: lucacasonato/esbuild_deno_loader

0.4.1

09 Mar 16:02
5a13d96
Compare
Choose a tag to compare

Changes

Full Changelog: 0.4.0...0.4.1

0.3.0

30 Jul 10:39
561e016
Compare
Choose a tag to compare

Changes

  • Support reading file:// URLs with Deno.readFile in the portable loader
  • Automatically switch between portable and native loaders based on Deno.run availability

0.2.0

20 Jul 10:48
09d8ece
Compare
Choose a tag to compare

Changes

Add support for a "portable" loader that does not shell out to the deno CLI.

0.1.1

25 Jun 21:35
5f6419a
Compare
Choose a tag to compare
  • Fix name to be esbuild_deno_loader

0.1.0

25 Jun 21:33
2718110
Compare
Choose a tag to compare

Initial implementation