vim-jsbeautify icon indicating copy to clipboard operation
vim-jsbeautify copied to clipboard

vim plugin which formated javascript files by js-beautify

Results 18 vim-jsbeautify issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) to 6.5.3 and updates ancestor dependency [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch). These dependencies need to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.8 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [grunt](https://github.com/gruntjs/grunt), [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint) and [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.0.8 Commits 782c264 3.0.8 6ade2da...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.9.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Great plugin. I have only rarely had to code a lot of html until recently. This plugin has been a nice workflow improvement. The call to `HtmlBeautify()` does a nice...

question

When formatting a javascript bigint, such as '1n', the result is incorrectly changed to '1 n', breaking functional code.

When running: :call BeautifierApplyConfig() 'Can not find global .editorconfig file!' When I exit vim and enter again - new config is loaded. But when I change .editorconfig I don't have...

question

Two questions: I use jsbeautify from typescript files. In my .vimrc, I have: `autocmd FileType typescript vnoremap :call RangeJsBeautify()` How can I setup my .editorconfig for typescript? These rules are...

enhancement