bulk-decaffeinate icon indicating copy to clipboard operation
bulk-decaffeinate copied to clipboard

Run decaffeinate and related operations on a whole codebase, or just part of one.

Results 21 bulk-decaffeinate issues
Sort by recently updated
recently updated
newest added

What is the package status? It seems this repository isn't updated for a long time. Many dependency PRs are open. I posted an issue 22 days ago, but I didn't...

- Code doesn't run inside powershell ``` PS C:\Users\yahyaaba\Documents\GitHub\atom-julia-client\lib_src> bulk-decaffeinate check decaffeinate binary not found on the PATH or in node_modules. Run "npm install -g decaffeinate"? [Y/n] Installing decaffeinate globally......

Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 8.2.6 to 10.1.0. Release notes Sourced from babel-eslint's releases. v10.0.3 Fixes babel/babel-eslint#791, also eslint/eslint#12117 Some context: babel/babel-eslint#793 We ended up going with @JLHwung's PR babel/babel-eslint#794 which uses...

dependencies

Updates the requirements on [opn](https://github.com/sindresorhus/open) to permit the latest version. Release notes *Sourced from [opn's releases](https://github.com/sindresorhus/open/releases).* > ## v6.0.0 > Breaking: > - Rename the package from `opn` to `open`...

dependencies

When I try to bulk-decaffeinate some files, I get this error: Running eslint --fix on all files.. TypeError: Cannot read property 'messages' of undefined at runEslint$ (/usr/local/lib/node_modules/bulk-decaffeinate/dist/bulk-decaffeinate.js:2590:38) at tryCatch (/usr/local/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:65:40)...

Error stack trace: ``` Verifying that decaffeinate can successfully convert these files... 2204/2204 Backing up files to .original.coffee... 2204/2204 Renaming files from .coffee to .js... 2204/2204 Generating the first commit:...

Right now, if any dependencies are missing, bulk-decaffeinate prompts to do `npm install -g`, but it should be easy to detect if yarn is on the PATH and prompt that...

``` > bulk-decaffeinate check ``` ``` TypeError: Cannot read property 'split' of null at getTrackedFiles$ (/Users/dave/n/lib/node_modules/bulk-decaffeinate/dist/bulk-decaffeinate.js:977:19) at tryCatch (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:65:40) at Generator.invoke [as _invoke] (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:303:22) at Generator.prototype.(anonymous function) [as next] (/Users/dave/n/lib/node_modules/bulk-decaffeinate/node_modules/regenerator-runtime/runtime.js:117:21)...

Let’s get started with automated dependency management for bulk-decaffeinate :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper