David Michon

Results 52 comments of David Michon

Even without the ability to transpile down to ES5, having the ability to not _introduce_ ES6 code during minification would make esbuild suitable for usage as a replacement for `terser`...

@evanw, good to know, I guess I misunderstood the issue around arrow functions, since converting `function` declarations to arrow functions is a pretty common transform when targeting es6. Might be...

In the issue at the top, the consuming package of the first version does not specify a `react` or `react-dom` in `dependencies` or `devDependencies`, so pnpm _correctly_ does not provide...

We currently have no plans for repo-wide consumption of v9, though there are some packages that have started adopting said components, so it might be useful.

I'm going to create a separate PR to add the requested telemetry data to the default telemetry files. I believe it would be cleanest to then convert the analyzer to...

We'd probably be better served switching to YAML, since it handles Git merges a lot better. Merge conflicts in JSON files because you modified config settings on adjacent lines get...

Well, the good news is that as soon as you start searching for 2 files, searching for 20 is the same number of API calls, since at that point you...

Query language on the command line is a much more complex problem than giving the developer a way to execute complex queries. For example, what if I added a selector...

I think I'm first going to work on opening up the selector parser to extension via plugins, then supporting something like this will be an area that get be explored...

> * For someone who is working incrementally towards strictness, how beneficial would it be to have `public-hoist-pattern[]=` strict, but `hoist-pattern[]=*`? Not at all. The effect of these settings are...