Pinned repositories
-
petkaantonov/bluebird
🐦 ⚡️ Bluebird is a full featured promise library with unmatched performance.
382 contributions in the last year
Contribution activity
January 2017
- benjamingr/test262 JavaScript
- benjamingr/junctions JavaScript
Created a pull request in caitp/test262
that received 3
comments
initial work
- http: add new functions to OutgoingMessage
- eslintrc: rename files to an undeprecated format
- readline: refactor construct Interface
- fs: name anonymous functions
- lib,src: "throw" on unhandled promise rejections
- test: minor cleanup in test-fs-*-buffer tests
- url: do not decode arbitrary %2e sequences in paths
- test: refactor the code in test/pummel/test-child-process-spawn-loop.js
- assert: update comments
- fs: update fs module
- test: fix process.title expectation
- doc: new TLSSocket has no secure context options
- url: set toStringTag for the URL class
- events: avoid emit() eager deopt
- events: optimize arrayClone by copying forward
- events: improve removeListener() performance
Created an issue in tc39/proposal-async-iteration
that received 11
comments
NodeJS Stream Meeting Notes - Async Iterators
Hey,
Note discussed Symbol.asyncIterator streams in the last WG meeting yesterday (I had to miss it at the last minute :( ).
Symbol.asyncIterator …