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`
- Host: GitHub
- URL: https://github.com/polyseam/esbuild-deno-loader-bug
- Owner: polyseam
- Created: 2023-12-19T00:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T01:07:55.000Z (over 2 years ago)
- Last Synced: 2023-12-19T08:15:52.519Z (over 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.