beautifier/js-beautify

Scripts refuse to load due to unsafe eval

Open

#1.319 geöffnet am 6. Jan. 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (8.342 Stars) (1.460 Forks)batch import
help wantedimplementation: javascriptimplementation: pythontype: breaking changetype: bug

Beschreibung

I have this in my html

  <script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.7.5/beautify.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.7.5/beautify-css.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.7.5/beautify-html.js"></script>

on the front-end, I cannot find a global variable, that I can use to generated formatted strings.

is there a global variable?

Contributor Guide