Evan Wallace

Results 31 issues of Evan Wallace

I want esbuild to demonstrate that it's possible for a normal web development workflow to have high-performance tools. I consider bundling CSS modules a part of my initial MVP feature...

This PR enables esbuild to transparently traverse into `.zip` files as if they were directories. This is relevant to Yarn which stores packages in `.zip` files and then monkey-patches the...

The compiler gives "cannot use . operator on pointer type" ``` struct Foo { int x; function foo() { this->x++; } }; ```

`1 / 3` compiles as `1 / 3 | 0` as expected, but I would expect `1.0 / 3.0` to be `1 / 3` not `0`.

_Context: I'm the author of [esbuild](https://github.com/evanw/esbuild), a JavaScript bundler, and I'm currently working on a bug in esbuild related to the `browser` field: https://github.com/evanw/esbuild/issues/740. The discussion referenced behavior differences between...

### Describe the bug I just tried using `jsc.paths` and `jsc.baseUrl` now that #1943, #2050, #2126, and #2523 have been closed by #2712 and a new release has been published....

C-bug

Repro: click on the big "Browse" button and select a trace from Instruments.app. Expected: it should open fine, just like it does when you drag and drop it in. Unexpected:...

bug

#61 was caused by me zooming in really far at the end of the run to try to measure the overall time since that's not displayed in the UI anywhere....

feature request

**Bug report or Feature request?** Bug **Version (complete output of `terser -V` or specific git commit)** terser 5.14.2 **Complete CLI command or `minify()` options used** ```sh node_modules/.bin/terser -c < code.js...

My apologies if this is a duplicate. The closest I could find is https://github.com/npm/cli/issues/1905, but the fix didn't solve the problem in this issue. ### Current Behavior: The user-facing issue...

Release 7.x
Bug
Priority 1