-
Based on https://semver.org/#how-do-i-know-when-to-release-100
I feel like the API is *stable enough* across versions, and it's used in production in a vast number of projects, companies and packag…
-
# bug
With `await esbuild.stop()`, deno test still detect resource leaks
## reproduce
`/tmp/reproduce/x.ts`
```ts
import * as esbuild from 'npm:esbuild@0.23.1'
const __filename = '/tmp…
-
### Describe the bug
The following code does not run correctly in production mode:
```ts
const state = () => {};
Object.setPrototypeOf(state, null);
class A {
#state = state;
render…
-
## Background
With Source Typed, it is now possible to teach strong typing at an introductory level. Naturally, it extends to modules, something that students interact with a lot in Source Academy.…
-
- this is same as ts-node/register
- run typescript without compilation/transpilation
- this could be useful if you are have a unit test thats written in typescript
- for reference https://github.…
-
I'm building a [SvelteKit adapter](https://github.com/hearchco/sveltekit-adapter-aws) and am trying to publish it on jsr.io, is uses two imports:
- [esbuild](https://github.com/hearchco/sveltekit-ada…
-
### Command
build
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
Webpack
### D…
-
I am confident this is possible after the release of x/esbuild. I played around with it last weekend, and managed to write a Deno resolution module loader in only a few hundred lines. Will publish the…
-
Problem:
I started the project with a rough idea of having two, seperate/distinct possible logging modes; 'verbose' & 'debug'.
Since then, I came to conclusion that we should not really designat…
-
**Is your feature request related to a problem? Please describe.**
I would like to add stt_wasm to my esbuild pipeline. It currently fails because there are `require` statements in stt_wasm, which ar…