Alexander von Weiss

Results 55 comments of Alexander von Weiss

Whoever is interested to get going, I tried to use the exported methods. Seems like vite-server wasn't directly exposed, but works as well. Here my scuffed but working draft: create...

@evanw whats your stance on this? Should I rebase, change something or drop? :)

Seems like the macos workaround in https://github.com/supercrabtree/k/blob/725498b4fa075bcaba7fff580bd089de6a23aae8/k.sh#L156-L169 is not needed anymore. Or at least not in the shell combination I use (iTerm, zsh, macOS 12). If you remove that `if`,...

Maybe the cachable is a bit much. But the `exclude` option could go a long way.

Keep in mind that ```javascript build.onResolve({filter: /.*/}, async (args) => { ``` is a pretty punishing operation. What you ask from esbuild here is call a javascript method on every...

It's the burden of having a string based template engine. Someone has to tell the compiler, what the heck `` actually means. And you can't have ES imports in a...

You already can do component testing with jest and swc. I wrote the https://gist.github.com/sod/07078bb93a292f0a9ebf5a246b34828d file. Import it in your entry file you configured in jest via `setupFilesAfterEnv`. The file overwrites...

sure, here you go @splincode - https://github.com/sod/angular-jest-swc - follow instructions in readme

> Code splitting Is way worse in esbuild than in webpack. Thats a bit harsh. I'd call the code splitting 1) straight forward and 2) some limitations for the sake...

I consider no response as a decline. For the sake of not cluttering esbuild PR tab, I close this.