Highlights
- Arctic Code Vault Contributor
- Pro
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 upPinned
467 contributions in the last year
Contribution activity
November 2020
Created 28 commits in 6 repositories
Created a pull request in is-a-dev/register that received 1 comment
Opened 1 other pull request in 1 repository
cdnjs/packages
1
merged
Created an issue in getify/moduloze that received 4 comments
bug: ESM named export identifier conflict
This kind of code: var publicAPI = { something }; module.exports.something = publicAPI.something; function something() {} ...is transpiled to ESM f…