snek
snek
Implement https://tc39.github.io/ecma262/#sec-date-object Remaining TODOs: - [x] [MakeDay](https://github.com/devsnek/engine262/blob/d2a8518fc8472c01f6282f60153364bb2ac9a66c/src/abstract-ops/date-objects.mjs#L204-L216) ([spec](https://tc39.github.io/ecma262/#sec-makeday)): Step 7 to implement. - [ ] [Date parsing](https://github.com/devsnek/engine262/blob/d2a8518fc8472c01f6282f60153364bb2ac9a66c/src/intrinsics/Date.mjs#L132-L137) ([spec](https://tc39.github.io/ecma262/#sec-date.parse)): Currently implemented using the host's `Date.parse` function. - [ ] [toLocaleDateString](https://github.com/devsnek/engine262/blob/d2a8518fc8472c01f6282f60153364bb2ac9a66c/src/intrinsics/DatePrototype.mjs#L426-L430) ([spec](https://tc39.github.io/ecma262/#sec-date.prototype.tolocaledatestring)):...
sorry if this is a bit half-baked, i'm not a security expert, just a casual webauthn enjoyer. I had an idea, inspired a bit by smart cards, about some sort...
https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/ perhaps its worth creating a template with the CoC and such?
Test case: `class Foo { static { this.toString() } }` This will require the `[[SourceText]]` of `Foo` to be set.
Adds an `approx_max` option to control memory usage. This is approx because `zlib:safeInflate` chunk sizes are not configurable so the size won't match up exactly, and we also don't check...
Vetted by activity, some do not have builds available to download (yet). - https://github.com/jerryscript-project/jerryscript - https://github.com/svaarala/duktape - https://github.com/espruino/Espruino
jsc depends on a bunch of additional libraries, which are actually included in the zip that is downloaded by esvu. i think all that needs to be done is unzipping...
can we get on the signup for this: https://github.com/features/merge-queue/signup
from the collab guide: ``` Optional: When landing your own commits, force push the amended commit to the branch you used to open the pull request. If your branch is...