Kevin Gibbons
Kevin Gibbons
[emsdk construct_env](https://github.com/mymindstorm/setup-emsdk/blob/f8b10cde48668a05d65c7d1ad56a038f57756719/src/main.ts#L95) [will clobber the PATH for other tools like node](https://github.com/emscripten-core/emscripten/issues/4848), which can be annoying if you need a later version of node. It would be nice if this could...
This proposal allows having a WeakRef to a Symbol, but [the definition of liveness](https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-liveness) used by WeakRefs only talks about sets of objects. It needs to be updated to handle...
If you have an object `{ next() {...} }`, and it doesn't have a `Symbol.iterator` or `Symbol.asyncIterator` method, there's no way to tell if that's _sync_ or _async_. If you...
At least some lint rules which predate the formatter - notably "no more than one blank line is allowed" - could be handled by running the formatter with `--check`. We...
This changes a `?` to a `!` in [EvaluateClassStaticBlockBody](https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-runtime-semantics-evaluateclassstaticblockbody). [FunctionDeclarationInstantiation](https://tc39.es/ecma262/multipage/ordinary-and-exotic-objects-behaviours.html#sec-functiondeclarationinstantiation) only throws if there is a parameter expression (computed member in destructuring, or default value) which throws. In this case...
Depends on https://github.com/tc39/ecma262/pull/2896, and is based on that branch. I recommend reviewing commits individually, and commits should land individually. The "Markup: replace HTML entities" commit was generated by running `npm...
HasCallInTailPosition was defined in one place even prior to the more general [SDO consolidation](https://github.com/tc39/ecma262/pull/2271). But that one place was split up into two subclauses. Prior to SDO consolidation that wasn't...
This bumps ecmarkup, which now includes a lint for variables being declared before being used. I've marked two sites which appear to be introducing a variable as doing so, and...
I missed at first glance that this proposal didn't include public fields, and I'm sure there's other things I'm missing too. I think that for the committee members who are...
First, this is really cool! I'm mostly getting complete gibberish prompts (e.g. `aamaaamagranddaughter admire illustrations lmp profile halsey fortnite followart ️ ultimatefangraphics hounews`) but they still reliably reproduce some sense...