esbuild_deno_loader
esbuild_deno_loader copied to clipboard
Deno module resolution for `esbuild`
If I use the `stdin` option to set the entrypoint, I get the following error: ``` [ERROR] [assert] namespace is empty [plugin deno-resolver] :1:7: 1 │ import "https://deno.land/[email protected]/bytes/mod.ts"; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```...
## Description I encountered an error while using the deno-loader plugin in my Deno project. The error message indicates that it could not resolve the "react" module only when using...
+ Added css loader to resolve and load .css files @lucacasonato + Added sccs support from deno sass https://deno.land/x/[email protected]/mod.ts + Added scss tests `deno test -A mod_test.ts`: ``` [native, wasm]...
[Renaming the temporary folder](https://github.com/lucacasonato/esbuild_deno_loader/blob/e0941bd9f71e9a72fcbda557aa2d251b266feeaa/src/loader_native.ts#L137) throws [an error in GitHub Actions](https://github.com/mxdvl/mononykus/actions/runs/5991925550/job/16250829656#step:5:203): ``` Error: R] Directory not empty (os error 39): rename '/tmp/1f392c05' -> '/home/runner/work/mononykus/mononykus/.cache/deno_esbuild/[email protected]/node_modules/svelte' [plugin deno-loader] ```
https://github.com/lucacasonato/esbuild_deno_loader/blob/04feffef5eb5b51f1d31022f583c4e35deb009d4/src/shared.ts#L91 Would it be possible to fetch the config file instead of read it using Deno.readFile, so we can use remote config file ?
When attempting to build a package with many dependencies, the following error occurs: ```bash error: Uncaught (in promise) Error: Build failed with 1 error: error: File name too long (os...
Esbuild seems to be failing to exclude dead imports of sub files believed to be because they have a node type import. I am not sure if this bug is...
It seems that on every relative path, I get the following error: ``` ✘ [ERROR] Could not resolve "/home/carere/Projects/Ashiso/deno_zentai/apps/karada/src/components/organisms/Graph/controls/ContractSelector/ContractPreview/index.tsx" [plugin deno-loader] apps/karada/src/components/organisms/Graph/controls/ContractSelector/index.tsx:19:32: 19 │ import { ContractPreview } from "./ContractPreview/index.tsx";...