Evan Wallace

Results 542 comments of Evan Wallace

This looks like a feature request for https://github.com/tc39/proposal-decorator-metadata, which is a separate proposal from https://github.com/tc39/proposal-decorators.

Reopening this issue because it should probably still be implemented. I'm not sure why it's a separate proposal (e.g. if that means the committee is more unsure about it?) but...

I could see having something like this, although if it's non-trivial it's probably better as an independent 3rd-party package. Keep in mind that esbuild doesn't do type checking, so if...

Update: there is now a `transformSync()` API function, so this should be pretty easy to implement. It would be interesting to see someone experiment with a 3rd-party package that does...

The sync IPC approach is interesting. FYI someone has tried a different approach here in case you want to look at that too: #248. I also wanted to say that...

The WASM version should be avoided if possible due to the huge performance overhead of node's WebAssembly implementation. The native version will always be much faster than the WASM version....

Some thoughts: * Do you have some code to reproduce your issue? * Are you calling [`rgbaToThumbHash`](https://github.com/evanw/thumbhash/blob/a652ce6ed691242f459f468f0a8756cda3b90a82/js/thumbhash.js#L9) in Deno? That expects decoded RGBA data as input, but the input you...

Since esbuild passes through all CSS it doesn't understand, your example seems like it should already work fine. What needs to be added to esbuild for you to consider esbuild...

I'm closing this issue because it doesn't provide sufficient reproduction instructions.

You're saying what you think shouldn't happen, but you haven't said what you think should happen. What would you like for esbuild to do here? What's the mapping that makes...