From 32ea2c5530079ddbbbc50b23b2adeff44ba7b5df Mon Sep 17 00:00:00 2001 From: kzc Date: Thu, 27 Jul 2017 09:38:36 -0400 Subject: issue template: describe acceptable JS input (#2255) --- .github/ISSUE_TEMPLATE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE.md') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6d710c6a..c5343f3f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,14 @@ **Uglify version (`uglifyjs -V`)** -**JavaScript input** +**JavaScript input** + + **The `uglifyjs` CLI command executed or `minify()` options used.** -- cgit v1.2.3 /> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/opam.scm
58070acab0f781'>read-print: Correctly support multiple same-named newline forms....
AgeCommit message (Expand)Author
2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes....Ludovic Courtès
2020-12-08guix: opam: Pass default repository to recursive importer....Julien Lepiller
2020-10-02tests: opam: Test additional syntax....Julien Lepiller
2020-10-02tests: opam: Factorize tests....Julien Lepiller
Ludovic Courtès
2022-09-02read-print: Define forms for which \n, \t, etc. are not escaped....Ludovic Courtès
2022-09-01read-print: Guess the base to use for integers being printed....Ludovic Courtès
2022-08-10read-print: Report missing closing parens instead of looping....Ludovic Courtès
2022-08-08read-print: Add 'case' and 'cond' special forms....Ludovic Courtès
2022-08-08read-print: Support printing multi-line comments....Ludovic Courtès
2022-08-08read-print: 'canonicalize-comment' leaves top-level comments unchanged....Ludovic Courtès
2022-08-08read-print: Add code to read and write sequences of expressions/blanks....Ludovic Courtès
2022-08-08read-print: Recognize page breaks....Ludovic Courtès
2022-08-08read-print: Read and render vertical space....Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès