This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
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: josephfrazier/prettier_d
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: josephfrazier/prettier_d
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 21 files changed
- 8 contributors
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3250dd0 - Browse repository at this point
Copy the full SHA 3250dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff79721 - Browse repository at this point
Copy the full SHA ff79721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcc7a0 - Browse repository at this point
Copy the full SHA 6dcc7a0View commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f41d91 - Browse repository at this point
Copy the full SHA 5f41d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9179743 - Browse repository at this point
Copy the full SHA 9179743View commit details
Commits on Apr 16, 2019
-
Add exit code information to cli docs (#6049)
* Update docs 👍 Add information regarding exit codes to the cli docs * Markdown fix 🚧 Docs linting fixes * Remove extraneous whitespace
Configuration menu - View commit details
-
Copy full SHA for ed15b6d - Browse repository at this point
Copy the full SHA ed15b6dView commit details
Commits on Apr 26, 2019
-
Fix closure compiler type casts (#8637)
* Fix closure compiler type casts This fixes casts when they are followed by a closing parenthesis, eg: ```js foo( /** @type {!Array} */(arrOrString).length ); ``` The old code would see the `CallExpresion`'s closing `)` and assume the typecast belonged to the `MemberExpression`, not the `arrOrString` `Identifier`. This would be easier to accomplish if every AST would tell us if the expression were parenthesized. If they did, we could check that the node were parenthesized and either it or an ancestor has a typecast, stopping when we find an ancestor is itself parenthesized. * More tests, and changelog * Fix while loop * Update changelog * Update CHANGELOG.unreleased.md * Use babel's parenthesized information * Cleanup call
Configuration menu - View commit details
-
Copy full SHA for c085aeb - Browse repository at this point
Copy the full SHA c085aebView commit details
Commits on Apr 30, 2019
-
fix(javascript): correctly handle comments in empty arrow function ex…
…pressions (#6087)
Configuration menu - View commit details
-
Copy full SHA for 157b020 - Browse repository at this point
Copy the full SHA 157b020View commit details
Commits on May 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 84cc273 - Browse repository at this point
Copy the full SHA 84cc273View commit details
Commits on May 4, 2019
-
Use same print width for range formatting as normal formatting. (#6050)
* Use same print width for range formatting as normal formatting. Fixes an issue were a file would end up formatted differently with ranged formatting (--range-start & --range-end) versus normal whole file formatting. * Document range bugfix in changelog.
Configuration menu - View commit details
-
Copy full SHA for 26183e5 - Browse repository at this point
Copy the full SHA 26183e5View commit details
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54b7655 - Browse repository at this point
Copy the full SHA 54b7655View commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58b08c9 - Browse repository at this point
Copy the full SHA 58b08c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44748e - Browse repository at this point
Copy the full SHA b44748eView commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aa7b68c - Browse repository at this point
Copy the full SHA aa7b68cView 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 1.17.0...1.17.1