- [
5fab92c88a
] - build: remove AIX/ppc (32bit) dead code (Refael Ackermann) nodejs/node#25523 - [
34da9a3089
] - build: make install.py python 3 compatiable (Sakthipriyan Vairamani (thefourtheye)) nodejs/node#25583 - [
8cc936a8ea
] - build: remove erroneous duplicate declaration from node_inspector.gypi (Refael Ackermann) nodejs/node#25586 - [
28894af902
] - build: do not lint python scripts under test/fixtures (Joyee Cheung) nodejs/node#25639 - [
47d040dd77
] - build: introduce --openssl-is-fips flag
I hereby claim:
- I am mylesborins on github.
- I am mylesborins (https://keybase.io/mylesborins) on keybase.
- I have a public key whose fingerprint is C4F0 DFFF 4E8C 1A82 3640 9D08 E73B C641 CC11 F4C8
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const common = require('../common'); | |
if (!common.hasCrypto) | |
common.skip('missing crypto'); | |
const assert = require('assert'); | |
const { createServer, connect } = require('http2'); | |
const server = createServer(); | |
server.on('stream', (stream) => { |
- [
eeb5cc6305
] - test: add typeerror for vm/compileFunction params (Dan Corman) #24179 - [
5ca0cf7ae6
] - lib: improved conditional check in zlib (Dan Corman) #24190 - [
5b9ef11e35
] - timers: fix priority queue removeAt (Anatoli Papirovski) #24322 - [
dc26247e69
] - test: deep object to table not covered (Osmond van Hemert) #24257 - [
a01e829fb0
] - doc: document http request.finished boolean (Thomas Watson) #24319 - [
36e4d0c6f0
] - doc: document NODE_TL
- [
2922028362
] - (SEMVER-MINOR) inspector: expose original console (Matteo Collina) #21659 - [
f1b18ba412
] - (SEMVER-MINOR) process: implement process.hrtime.bigint() (Joyee Cheung) #21256 - [
bba500d0ea
] - (SEMVER-MINOR) http: fix request with option timeout and agent (killagu) #21204 - [
3096ee5a4b
] - (SEMVER-MINOR) napi: add bigint support (Gus Caplan) #21226 - [
d06305635d
] - (SEMVER-MINOR) src: add --title command line argument (James M Snell) #21477 - [[
c4d7413a15
](https://github.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/GOVERNANCE.md b/GOVERNANCE.md | |
index 73917a0..184e724 100644 | |
--- a/GOVERNANCE.md | |
+++ b/GOVERNANCE.md | |
@@ -1,4 +1,4 @@ | |
-# Community Committee Governance | |
+# Community Committee Charter | |
## Section 1. Guiding Principle. | |
- [
655ab65a90
] - assert: validate the block return type (Ruben Bridgewater) #19886 - [
b3c1bd38f6
] - (SEMVER-MINOR) assert: add direct promises support in rejects (Ruben Bridgewater) #19885 - [
c9bb91af33
] - (SEMVER-MAJOR) assert: removeerrorDiff
property (Ruben Bridgewater) #19467 - [
eb427caadd
] - (SEMVER-MAJOR) assert: improve default error messages (Ruben Bridgewater) #19467 - [
e9a33da58c
] - assert: fix actual & expected input (Ruben Bridgewater) #19925 - [[
1964978fb8
](https://github.co
- [
41cf38bf6f
] - http2: emit session connect on next tick (Pieter Mees) #19842 - [
9eb9641f2e
] - doc: add Http2Session.connecting property (Pieter Mees) #19842 - [
a4660213ad
] - doc, http2: add sections for server.close() (Chris Miller) #19802 - [
2bdf3ca235
] - http2: callback valid check before closing request (Trivikram) #19061 - [
078616109c
] - doc: guard against md list parsing edge case (Vse Mozhet Byt) #19647 - [
7b850a7565
] - http2: destroy() st
- Nov 28th 2012
- First mention of async / await. In relation to TypeScript
- Jan 30 2014
- async / await proposal brough to commitee
- https://github.com/lukehoban/ecmascript-asyncawait
- Moved to Stage 1
- April 10 2014
- preview of async / await
- includes discussion of top-level
- reserve
await
- [
f82439b6a0
] - (SEMVER-MINOR) http: add rawPacket in err ofclientError
event (XadillaX) #17672 - [
c5c4a534d1
] - (SEMVER-MINOR) stream: rm {writeable/readable}State.length (Calvin Metcalf) #12857 - [
4b0c8759d3
] - (SEMVER-MINOR) stream: add flow and buffer properties to streams (Calvin Metcalf) #12855 - [
7008719fb6
] - (SEMVER-MINOR) events: remove reaches into _events internals (Anatoli Papirovski) #17440 - [
584e74d8cc
] - (SEMVER-MINOR) zlib: add ArrayBuffer support (Jem Bezooyen) [#16042](https://github.com/nodejs/node/pull/