Evan Wallace
Evan Wallace
Why do you need this feature?
I think I'm going to need a reproduction case for this one, sorry. I don't use symlinks heavily myself and can't quite understand the problem you're describing. Please provide instructions...
> ```sh > # This creates a build, but uses the JS file of my-package instead of the TS file > npx esbuild --preserve-symlinks --platform=node --bundle --outfile=build/index.js --format=esm index.js >...
I agree this would be a nice feature. It would probably be a good idea to support the creation of a simple shader using a single call, but still allow...
This is a good suggestion. It matches with some of my thinking for some other improvements I'm planning for CSS as well. AST manipulation plugins are problematic because they require...
> any thoughts on supporting a generalized hook for arbitrary call expressions to allow for [`babel-plugin-macros`](https://github.com/kentcdodds/babel-plugin-macros)-esque plugins? Sort of. I'm planning on experimenting with this using CSS first since CSS...
Sorry for not responding to this promptly. I meant to think more about this but never circled back. Can you say more about how this would work? Specifically, which browser...
Sorry, I don't know anything about React Native. > Pass the pixel array to `rgbaToThumbHash` - but I'm confused about the return value of this function - it's not a...
No, there isn't currently. This feature was introduced because of a similar option in [Terser](https://terser.org/). It looks like Terser has the ability to only drop specific types of logging, so...
My name is not Dean, sorry. This was a port I did a long time ago and the community has moved on since then. Now most people use [uglify](https://github.com/mishoo/UglifyJS2). I...