An open API service indexing awesome lists of open source software.

https://github.com/polyseam/esbuild-deno-loader-bug

demonstrates a bug in `esbuild_deno_loader`
https://github.com/polyseam/esbuild-deno-loader-bug

Last synced: 8 months ago
JSON representation

demonstrates a bug in `esbuild_deno_loader`

Awesome Lists containing this project

README

          

# demonstrate `esbuild_deno_loader` imports failure

This repo contains a module in the folder `src/examples/example.ts` which is
imported by `src/greeter/greet.ts` by leveraging the `src/` import in
`deno.json`.

This works as intended with `deno run`, but fails when building with
`esbuild_deno_loader` in `./build.ts`.