esbuild icon indicating copy to clipboard operation
esbuild copied to clipboard

An extremely fast bundler for the web

Results 402 esbuild issues
Sort by recently updated
recently updated
newest added

This changes `esbuild.stop()` to only resolve the returned promise when the child process has actually exited. This is useful for when you have some resource sanitization in place that checks...