typescript-runtime-type-benchmarks
typescript-runtime-type-benchmarks copied to clipboard
feat: add typed
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR!
npm ERR!
npm ERR! Missing: typed@^1.1.4
npm ERR!
@moltar I recreated package-lock.json since it was causing problems installing typed. Luckily, this happened before a massive performance improvement that wen't into typed while also saving a few bytes, so it should be included and reflected in this repo now.
his happened before a massive performance improvement
That's what we like to see here 😁
Looks good, but there is a conflict in the package-lock.json file now.
This is weird. GitHub still says:
This branch cannot be rebased due to conflicts
But is not giving me the reason.

Yeah thats weird, I've pulled from master and seems to be up to date. Maybe we should open a PR on Github's own PR system? 😱
Can you please try (using npm 6):
rm package-lock.json
npm i
Already did that with NPM 6. After deleting package-lock.json, when I create it again git says the working tree is clean so I'm guessing the new file is the same as the one I deleted.