Eli
Eli
This would also be helpful in monorepos, where I've got both prod and preview environments, but for multiple apps (on multiple `*.deno.dev` domains). Right now they override each other.
But please don't make Deno commit that, just make it a cli shorthand; it's a pain in the rolldown ecosystem when packages use "canary" and then lockfiles aren't deterministic anymore.
> FWIW, TS 6.0 will reportedly stop automatically loading these packages and default to `[]` instead. I expect that there will be substantial pushback though, so we'll see in October...
@jfmengels, would you agree that this looks suspiciously like #313? Perhaps it's an existing race condition that the promise work I did exacerbated?
Took a closer look. The stacktrace is the same (it's wrapped with a bunch of `elm-pages` traces and has esm loader stuff (b/c `elm-pages` is esm?) but it looks the...
> We should really deprecate this library in favor of `package:web` that is vendored by the Dart team itself. In an ideal world, yes, but `package:web` isn't universal either. Maybe...
(TS 5.9 is latest, btw) (That narrowing has been a pain, have fun :P I'll probably go send up a PR to fix it once I finish the essay I'm...
I've been pretty busy IRL recently so I haven't had the chance to pull in all these PRs hanging around into @gh-metrics, but if you'd be willing to go file...
I'd wait on this one until https://github.com/SuperchupuDev/tinyglobby/issues/110 is resolved.
I use the `very_good_cli` for tests, would be great to drop a dependency (vgc automatically puts all of the tests in a single isolate, leading to significant speedups, and it...