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
794 contributions in the last year
Activity overview
Contributed to
rickbutton/turbo,
tc39/proposal-record-tuple,
rickbutton/loki
and 5 other
repositories
Contribution activity
July 2020
- rickbutton/parler-to-stormfront JavaScript
Created a pull request in tc39/proposal-record-tuple that received 7 comments
Draft of 'useful ToString' for Records and Tuples
In response to #136 , I've drafted "what it would look like" if we went with a "useful" output for RecordToString and TupleToString.
+33
−2
•
7
comments
- Broke off some things into a separate rationale section
- @@isConcatSpreadable for Tuples
- refactored R/T specific abstract ops to not use Type::method format
- simplification of Tuple.prototype.sorted
- added to Object.prototype.toString and reflected in ToString
- draft of records using non-null prototype, with only symbol-forwarding
- Enable JSX
- Feat/dom region
- Fix tests in CI
- Fix descriptors of Record and Tuple methods
- Fix descriptors of Record and Tuple methods
- Don't unbox boxed primitives
- Implement JSON.parseImmutable
- Remove Record.{assign,entries,keys,values}
- Fix Tuple's toString methods
- Add records and tuples support to `JSON.stringify`
- Implement Tuple prototype valueOf
- Implement Tuple.prototype.length
- Fix Tuple methods names (reversed, sorted, spliced, sliced)
- Polyfill weakref and warn if not present
2
contributions
in private repositories
Jul 11 – Jul 14