question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Needs updates from upstream

See original GitHub issue

The latest prettier is version 1.7.0 published on Sep 14. The latest prettier-miscellaneous is version 1.5.3 published July 17. I assume all this needs is to merge in the latest updates from prettier?

(There are some bug fixes in the latest prettier – prettier-miscellaneous formats function f(): void {} as function f(): void{}, while prettier leaves it alone.)

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:9
  • Comments:7

github_iconTop GitHub Comments

2reactions
pellejacobscommented, Mar 7, 2018

The current version eg. doesn’t seem to support the new React.Fragment <> </> syntax. What is blocking an update from upstream?

0reactions
brodybitscommented, Jan 14, 2019

I published prettierx fork with a couple features from this fork (--space-before-function-paren and --align-object-properties) as well as --no-indent-chains (proposed in PR #33) based on recent prettier version (1.6.0-dev), hope it will help someone:)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I update or sync a forked repository on GitHub?
Past the initial upstream setup and master checkout, all you need to do is run the following command to sync your master with...
Read more >
Syncing a fork - GitHub Docs
Review the details about the commits from the upstream repository, then click Update branch. Sync fork modal with "Update branch" button emphasized.
Read more >
Pull updates from upstream repository into fork - GitLab.org
When I fork a project, I want to be able to keep it up to date with the upstream project easily if not...
Read more >
Git Forks and Upstreams: How-to and a cool tip - Atlassian
Git upstreams are key to keeping track of project changes. Our tutorial will get you started using git upstream and forks to maintain...
Read more >
Chapter 32 Get upstream changes for a fork
Ideally, your local main branch has upstream/main as its upstream tracking branch. Even you have a correctly configured upstream remote, this is worth...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found