beautifier/js-beautify

Add "--debug" option to enable generating debugging output

Open

#1,372 opened on 2018年4月10日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)JavaScript (1,460 forks)batch import
good first issuetype: enhancement

Repository metrics

Stars
 (8,342 stars)
PR merge metrics
 (平均マージ 51d 1h) (30d で 16 merged PRs)

説明

Currently, the only way to analyze beautification issues is to load up a debugger and step through the code to figure out where the issue is. Having the ability to specify a mode where debugging output could be logged either during or after a run would make analyzing failures faster.

This issues is meant only to add the option and the basic facilities not to add all eventual debug output to the codebase.

コントリビューターガイド