Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Zakodium Sàrl
- Switzerland
- Sign in to view email
Pinned
4,155 contributions in the last year
Activity overview
Contribution activity
April 2020
- targos/bug-zip-pipeline JavaScript
- targos/async-http-context TypeScript
- targos/lucid TypeScript
- targos/test262 JavaScript
- targos/ace TypeScript
Created a pull request in nodejs/node that received 11 comments
[v12.x] Backport unflag --experimental-modules
+210
−367
•
11
comments
- deps: patch V8 to 8.1.307.31
- [v12.x] Revert "doc: fix default server timeout description for https"
- [v12.x] Backport http2: fix graceful session close
- [v12.x] Backport #30869 and #31054
- [v12.x] Backport stream: fix readable state `awaitDrain` increase in recursion
- doc: improve release documentation
- v12.16.3 release proposal
- v13.13.0 release proposal
- [v13.x] deps: V8: cherry-pick dc3a90be6ca7
- build: output dots instead of tap in GitHub actions
- deps: patch V8 to 8.1.307.30
- v13.14.0 proposal
- deps: V8: backport e29c62b74854
- v14.1.0 proposal
- vm: throw error when duplicated exportNames in SyntheticModule
- dns: add a cancel() method to the promise Resolver
- [v10.x] deps: fix V8 compiler error with clang++-11
- doc: explicitly doc package.exports is breaking
- stream: don't wait for close on legacy streams
- src: stop calling deprecated noop method
- vm: add importModuleDynamically option to compileFunction
- test: remove timers-blocking-callback
- util,readline: NFC-normalize strings before getStringWidth
- Minor change
- doc: fix LTS replaceme tags
- lib: simplify function process.emitWarning
- deps: V8: backport 3f8dc4b2e5ba
- test: add required flag to FinalizationGroupError test
- doc: set module version 83 to node 14
- 2020-04-21, Version 14.0.0 (Current)
- [12.x] module: backport disable conditional exports, self resolve warnings
- modules: partial doc removal of --experimental-modules
- Update zlib.md
- perf_hooks: remove unnecessary assignment operations
- [v14.x] deps: V8: ABI compatibility with master
- module: remove experimental modules warning
- Some pull request reviews not shown.
Created an issue in tc39/proposal-regexp-match-indices that received 3 comments
spec bug: wrong asserts in GetMatchString and GetMatchIndicesArray
Failing test: /()|/.exec("").indices
In this case, StartIndex is equal to to the length of S (which is 0).
proposal-regexp-match-indices/spec/se…
3
comments