Armano
Armano
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Description I went trough documentation and i'm unable to find...
## Motivation I decided to fork `npm-to-yarn` package and add support for missing commands, - `yarn create name` -> `npm init name` and `yarn init name` -> `npm create name`...
Right now we are converting raw value to number by calling parse function from js, but there is one syntax witch is allowed in nonstrict mode `0777` this is legacy...
I was wandering what should be considered breaking change: i'm trying to follow: - patch: only hotfixes for bugs and issues, or missing fields in nodes. - minor: can change...
https://github.com/sindresorhus/object-assign > Node.js 4 and up, as well as every evergreen browser (Chrome, Edge, Firefox, Opera, Safari), support Object.assign() 🎉. If you target only those environments, then by all means,...
Native promises are supported by node for some time, and there is no point in using external library that provides "same" functionality as native function https://github.com/kriskowal/q/issues/843 https://github.com/kriskowal/q/issues/827#issuecomment-366897835 ------------------------- https://node.green/#ES2015-built-ins-Promise
### General Informaitions Recently i started investigating and making small pull requests to reduce/simplify dependency graph for packages from this repository - importing `conventional-changelog` requires you to download 157 dependencies...
correct reporting coverage status to codecov [](https://codecov.io/gh/conventional-changelog/conventional-changelog) c8 has a bug that ignores config file `.nycrc` if no flags are provided during run, this ensures that coverage is always reported,...