NullVoxPopuli
NullVoxPopuli
Of note, a "TrackedArray" created with https://github.com/glimmerjs/glimmer-vm/pull/1682 and no length-cell is 5x faster than the TrackedArray from tracked-built-ins.
Resources RFC has started here: https://github.com/emberjs/rfcs/pull/1122 Ergonomics of Resources will somewhat depend on this RFC
> What about Signal compatibility? > Similarly to how [Standard Schema](https://standardschema.dev/) works. > I know signal RFC is still under development and this can be defered, but a note on...
> Why do need this stuff then? > Is this a requirement from the VM itself? There are bigger plans around this, which @ef4 is rightfully pressuring to me write...
looks like if we set the packageManager field, nypm will do everything for us https://github.com/unjs/nypm/blob/main/src/package-manager.ts#L94C28-L94C42
this PR is too big for GH to render :see_no_evil: let's merge and fix forward, probably?
Commenting again, due to bot-closures https://github.com/swc-project/swc/issues/8177#issuecomment-1825017067
Issue is still present in 1.11.24 (and nightly 1.11.25)
I'm a big fan -- based on your suggestion, it could look like this: ~~~md text here in md ```gjs live filename="demo-a" export const DemoA = ... ``` ```gjs live...