-
# Problem
It seems like the `loader` I defined in my config is not being passed to Esbuild.
## esbuild-runner.config.js
```js
module.exports = {
debug: true,
esbuild: {
loader: { …
-
Hey,
With node>=20.6.0, using `"type": "module"`, running `node --loader esbuild-register/loader -r esbuild-register foo.ts` where `foo.ts` is
```typescript
import { bar } from "./bar";
con…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## steps
- Have a sbt project with multiple modules of plugins defined.
- Have `scripted` tests with multiple dependencies defined in their build definitions for each of the plugin modules.
- Run…
-
## Bug Report
This is also related to #1577 and #1454.
[Reproduction Repo](https://github.com/pomSense/yarn-pnp-sls-offline/tree/main) - See README for quick reproduction steps
**Current B…
-
I'm working with typescript with enable sourcemap in my `tsconfig.json`.
When I throw an error from test, it logged different line number from my ts files.
But when I use `@web/dev-server-esbuild` l…
-
I'm trying to switch from `ts-node` to `esbuild-runner` for my package https://github.com/Julien-Marcou/static-html
Here is the problematic file [bin/static.ts](https://github.com/Julien-Marcou/sta…
-
Hopefully someone can help me out here, struggling to get our build working:
https://github.com/fathym-deno/everything-as-code/actions/runs/7485033030/job/20372829976
Errors are all around tslib:
…
-
I have the following `tsconfig.json`:
```json
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"composite": true,
"paths": {
"facilmap-types": ["../ty…
-
$ npm run build-dev-runner && NODE_ENV=development TEST=vtu node build/dev-runner.js
> tiny-evt@0.16.2 build-dev-runner
> cat scripts/args.esbuild.dev-runner | xargs npx esbuild
build/dev-r…