coderaiser

Results 103 issues of 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. ![image](https://user-images.githubusercontent.com/1573141/132669108-53525a81-6bb5-4a72-aa07-81360ce1b5c5.png) Version: output of `node -v` 16.9.0 Platform: output of `uname -a` Darwin * **Version**: latest * **Platform**: mac os...

bug
help wanted

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`.

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...