-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: prettier/prettier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: prettier/prettier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 64 files changed
- 4 contributors
Commits on Jan 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aaea8b1 - Browse repository at this point
Copy the full SHA aaea8b1View commit details -
Properly print comments for BinaryExpression (#494)
We don't call the generic print on the BinaryExpression itself, so we need to manually print those comments. It's going to be useful for my work on the MemberExpression :)
Configuration menu - View commit details
-
Copy full SHA for 8f26568 - Browse repository at this point
Copy the full SHA 8f26568View commit details -
Preserve empty line after comment (#493)
The logic was already working, it was just special-cased to the first comment of the file! Presumably because the new line detection logic used to be broken ;) I manually checked the first 10 snapshots and they are all legit, so I assume that all of them are. Fixes #356
Configuration menu - View commit details
-
Copy full SHA for 956779e - Browse repository at this point
Copy the full SHA 956779eView commit details -
[JSX] Handle each line of text separately, allow up to one extra newl…
…ine (#455) * [JSX] Treat each line of text in a paragraph as its own group * [JSX] Allow one extra newline
Configuration menu - View commit details
-
Copy full SHA for a9b7016 - Browse repository at this point
Copy the full SHA a9b7016View commit details -
Proper support for dangling comments (#492)
* Proper support for dangling comments In one code path, the dangling comment case is not properly handled. So I added the dangling comment, but it turns out that we only print manually in two node types: Program and BlockStatement. I made the generic printComment function print it everywhere but those two nodes. I tried to get rid of those special cases but unfortunately we need them there otherwise they are not printed at the right place. Fixes #20 * Output dangling comments in specific places
Configuration menu - View commit details
-
Copy full SHA for 32059f6 - Browse repository at this point
Copy the full SHA 32059f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b137a - Browse repository at this point
Copy the full SHA 94b137aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.12.0...0.13.0