js-beautify icon indicating copy to clipboard operation
js-beautify copied to clipboard

Beautifier for javascript

Results 179 js-beautify issues
Sort by recently updated
recently updated
newest added

Prototype pollution vulnerability in beautify-web js-beautify 1.13.7 via the name variable in options.js. The prototype pollution vulnerability can be mitigated with several best practices described here: https://learn.snyk.io/lessons/prototype-pollution/javascript/

# Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes #1350 # Before Merge Checklist These items can be completed after PR is created. (Check...

# Description There seems to be a bug with the syntax highlighting. I'm not sure what's going on here, but this is not the first time I've seen a problem...

resolved: external
implementation: website

it would be cool if you took advantage of the sourcemap if such exist. Would be nice to just pass a url and all the relative path from that url...

type: enhancement

# Description Referencing [VSCode Issue 84386](https://github.com/microsoft/vscode/issues/84386). VSCode uses js-beautify for formatting, and defaults wrap_line_length to 120. Issue: Multiple runs of js-beautify on HTML with wrap_line_length set results in text with...

language: html
type: enhancement

# Description I think this is some regression, as it already has been fixed once in https://github.com/beautify-web/js-beautify/issues/1337 seems to be broken now. # Input The code looked like this before...

language: html
type: bug

Fixes #2062 # Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes Issue: # Before Merge Checklist These items can be completed after PR is...

# Description there is an issue with tag. For example ``` var html = // does NOT work //var html = // does NOT work ``` # Input The code...

language: html
type: enhancement

# Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes Issue: https://github.com/beautifier/js-beautify/issues/2260 # Before Merge Checklist These items can be completed after PR is created....

# Beautifier wrap inline comments near css rules ## Input The code looked like this before beautification: ```css .hero-about { background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url("../../images/backgrounds/team.png")...

type: enhancement
language: css