beautifier/js-beautify

Scripts refuse to load due to unsafe eval

Open

#1 319 ouverte le 6 janv. 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (8 342 stars) (1 460 forks)batch import
help wantedimplementation: javascriptimplementation: pythontype: breaking changetype: bug

Description

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?

Guide contributeur