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
1,263 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in DefinitelyTyped/DefinitelyTyped that received 10 comments
fix(node/zlib): Unify signatures and fix comments
Please fill in this template. Use a meaningful title for the pull request. Include the name of the package modified. Test the change in your own…
- Use spec enums for `ToPrimitive` and `OrdinaryToPrimitive`
- Implement “Yield” and “Create(Async)IteratorFromClosure”
- Rename `IsStringValidUnicode` to `IsStringWellFormedUnicode`
- Implement the “Symbols as WeakMap Keys” proposal
- AsyncGeneratorYield: Fix `awaited` completion of Type `throw`
- ESLint: use private scoped package for `eslint‑plugin‑engine262`
- build: Use `npm‑run‑all`
- scripts: Fix `gen_regex_sets.js` on Windows
- [node] Refactor 'globals.d.ts'
- [node] v14.14.0 released
- [node] Remove string return type from Socket.address()
- fix(node): use non-deprecated stream names for REPLServer
- [node] Accept readonly arguments
- [node] Update `worker_threads` module
- fix: update min ts version of `jest` & co to 3.8 to allow bumping dependencies
- fix(node): improve typing of `assert.strict`
- parse5: rework to be strongly typed
Created an issue in prettier/prettier that received 1 comment
TypeScript: `// prettier‑ignore` causes extraneous semicolons in object and interface types
Prettier 2.1.2 Playground link # Options: --parser typescript Input: export const toEngine262Value: { // prettier-ignore <V>(value: V, opts?: Conve…