coderaiser
coderaiser
Hi, I'm writing [cloud file manager](http://cloudcmd.io) and using terminal, but it has no ability to run programs such **mc** or **vim**. So I try adopt term.js to use it. But...
Removed returnValue. Chrome says all the time: ``` event.returnValue is deprecated. Please use the standard event.preventDefault() instead. ```
`c8` shows uncovered lines, but the whole file is covered.  Version: output of `node -v` 16.9.0 Platform: output of `uname -a` Darwin * **Version**: latest * **Platform**: mac os...
This is example of changes that can be made to get support of loaded and transformed files (#325). As I understand, the problem can be somewhere in [v8-to-instanbul](https://github.com/istanbuljs/v8-to-istanbul/blob/v8.1.0/lib/v8-to-istanbul.js#L108-L185) when we...
``` require.paths.unshift(__dirname + '/../Shared/'); -> require('../Shared/protocol'); ``` Fixes: https://github.com/unconed/TermKit/issues/68, https://github.com/unconed/TermKit/issues/78.
In files `nodekit.js` and `router.js`.
Removed redundant `try-catch` block.
Running code a couple times with: ```js run.$inject = ["$document", "$http", "$injector"]; export default function run($document, $http, $injector) { 'ngInject'; } ``` produces: ```js run.$inject = ["$document", "$http", "$injector"]; run.$inject...
Hi, thanks for such a good library and ability to migrate to new version with a codemod. I want to suggest you a couple π[**Putout**](https://github.com/coderaiser/putout)-based codemods built to make migration...