Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
622 contributions in the last year
Activity overview
Contributed to
mohsen1/nice-commander,
redwoodjs/redwood,
mohsen1/json-formatter-js
and 5 other
repositories
Contribution activity
August 2020
- mohsen1/hegel JavaScript
Created a pull request in JSMonk/hegel that received 2 comments
Add test-262 framework
I suggested this in #298 but now that I've brought in all those test cases I don't know what to do with it?! Since Babel is parsing the code into A…
+77
−5
•
2
comments
Created an issue in JSMonk/hegel that received 4 comments
is it safe/possible to infer tuples in return statement?
function makeTuple(x,y) { return [x,y] } const makeTuple(1,2); // currently `Array<number>`. Hoping for `[1, 2]` I wish this was automatically infe…
4
comments