summaryrefslogtreecommitdiff
path: root/tests/specs/add/comments_deno_json
AgeCommit message (Collapse)Author
2024-10-21fix(install): better json editing (#26450)David Sherret
1. Respects the formatting of the file (ex. keeps four space indents or tabs). 2. Handles editing of comments. 3. Handles trailing commas. 4. Code is easier to maintain.