Jake Champion

Results 30 issues of Jake Champion

It looks like NectarJS is currently missing [BigInt Literal](https://tc39.es/ecma262/#prod-BigIntLiteralSuffix) support. Steps to reproduce the issue: 1 - Install latest nectarjs 2 - Run these two commands ``` ❯ echo "0n"...

roadmap
es2020

Currently this is not documented anywhere We should document the steps within the runbook and then go through it with the Ops team so that they know how to bring...

service

## What Below is a screenshot of the current site showing the list of polyfills within an alias: ![image](https://user-images.githubusercontent.com/1569131/106598038-2014fc00-654f-11eb-81d0-9beaea778272.png) What would be nice to have is the inverse of that...

service
feature

```js var Promise = require("yaku"); var assert = require('assert'); var stolenResolver; var StealingPromiseConstructor = function StealingPromiseConstructor(resolver) { stolenResolver = resolver; resolver( function () {}, function () {} ); }; var...

The `http` built-in module can have a [custom `lookup` function defined](https://nodejs.org/api/http.html#http_http_request_url_options_callback), which is great as it enables applications to decide if they want to implement a dns-caching system or something...

**Version** Fastly CLI version v3.1.1 (59efd38) Built with go version go1.18.3 linux/amd64 Viceroy version: viceroy 0.2.14 **What happened** I created a new empty js compute project: `fastly compute init --language...

bug

Fixes https://github.com/anonyco/FastestSmallestTextEncoderDecoder/issues/12

it's happening

I believe this property is required as part of the specification -- https://encoding.spec.whatwg.org/#dom-textencoder-encoding but I can not see it being set in this polyfill. ```js new TextEncoder().encoding === 'utf-8' ```

[honojs](https://honojs.dev/) is a small and very fast web-server library built primarily for edge-compute platforms such as Fastly and Cloudflare Workers. I have a lot more experience using honojs now than...

service