- The Mempool
- https://twitter.com/_chjj
- @_chjj
Highlights
- Pro
Block or Report
Block or report chjj
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
markedjs/marked
markedjs/marked PublicA markdown parser and compiler. Built for speed.
-
bcoin-org/bcoin
bcoin-org/bcoin PublicJavascript bitcoin library for node.js and browsers
72 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More
Contribution activity
November 2023
Created 53 commits in 3 repositories
Created 1 repository
-
chjj/vimium
JavaScript
This contribution was made on Nov 19
Created a pull request in nodejs/node that received 6 comments
doc: fix some errors in esm resolution algorithms
Two errors I discovered when implementing the ESM resolution algorithm from scratch.
PACKAGE_EXPORTS_RESOLVE
- subpath
is already prefixed with ./
…
+4
−4
lines changed
•
6
comments
Opened 1 other pull request in 1 repository
philc/vimium
1
open
-
Add zoom commands
This contribution was made on Nov 19
Created an issue in nodejs/node that received 13 comments
node --experimental-detect-module is currently flawed
Case 1 (a perfectly valid ES module):
const module = {};
import fs from 'node:fs';
Results in:
$ node --experimental-detect-module case1.js
case1.j…
13
comments