beautifier / js-beautify

Beautifier for javascript
https://beautifier.io
MIT License
8.59k stars 1.37k forks source link

cdn方式引入1.15.1版本,报错js_beautify is not defined #2256

Open Giemomo opened 6 months ago

Giemomo commented 6 months ago
Giemomo commented 6 months ago

const options = { indent_size: 2, space_in_empty_paren: true } const dataObj = {completed: false,id: 1,title: "delectus aut autem",userId: 1,} const dataJson = JSON.stringify(dataObj) js_beautify(dataJson, options)

bitwiseman commented 6 months ago

https://cdnjs.com/libraries/js-beautify shows https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.15.1/beautify.js as being valid. I cannot reproduce this issue. Please provide more details.