Skip to content

issues Search Results · repo:prettier/prettier-cli language:TypeScript

Filter by

19 results
 (60 ms)

19 results

inprettier/prettier-cli (press backspace or delete to remove)

https://github.com/prettier/prettier-cli/blob/ad666d6fa2c70dc1bb7f42e02bc00e4c1ea55702/src/utils.ts#L495-L501 we have a hard-coded list of allowed parsers. this means custom parsers are lost at this point ...
  • 43081j
  • 2
  • Opened 
    9 days ago
  • #50

I just released v0.7.0 https://github.com/prettier/prettier-cli/releases/tag/v0.7.0, during release I found that tests can t pass on Windows, so I removed test step on release https://github.com/prettier/prettier-cli/commit/ad666d6fa2c70dc1bb7f42e02bc00e4c1ea55702, ...
bug
  • fisker
  • Opened 
    11 days ago
  • #47

We should probably bundle the CLI in some capacity, to improve performance, lock dependencies, and provide the same clean dependency graph that v3 provided (though the dependencies would still be there ...
enhancement
  • fabiospampinato
  • Opened 
    12 days ago
  • #45

When executing --help, prettier currently lists custom parsers in the --parser help text. We should probably do the same here. A couple of tests are disabled until this happens
  • 43081j
  • 1
  • Opened 
    17 days ago
  • #39

[to be filled, just creating an issue right now so I don t forget to write down my findings]
  • pralkarz
  • Opened 
    on Feb 1
  • #31

If --no-cache is set, we currently disable writing to the cache but still load it into memory if it exists. To simplify things, we should probably change this so the cache is entirely disabled. That ...
  • 43081j
  • Opened 
    on Jan 30
  • #26

When we run the CLI with stdin, it currently doesn t do any of the logic for config file resolution. However, it is possible to specify a --stdin-filepath, in which case we should do the same resolution ...
bug
  • 43081j
  • 5
  • Opened 
    on Jan 27
  • #21

The following tables keep track of the progress toward porting over integration tests from Prettier. Read this if you d like to help! Completed | Test File | PR | | --- | --- | | arg-parsing.js | 418c99b ...
help wanted
  • 43081j
  • 3
  • Opened 
    on Jan 27
  • #19

Some people rely on this, so we can just mark the bin as executable at the filesystem level too.
bug
  • fabiospampinato
  • Opened 
    on Nov 18, 2024
  • #18

Hi Team, The CLI works very well, but we realized that probably with markdown files (the same config worked for other files in our lint staged) we get the following error during our lint-staged stage: ...
needs more info
  • pfteter
  • 1
  • Opened 
    on Oct 9, 2024
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub