-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 194 files changed
- 6 contributors
Commits on Feb 19, 2019
-
chore(*): Enable comma-dangle (#271)
As per the discussion on slack. Enable `comma-dangle` eslint rule + prettier config. Good for two reasons: 1) (the main reason) It will create less noise in PRs: ```diff { - "foo": true + "foo": true, + "bar": false } ``` 2) It makes reordering members easier because there is always a comma at the end. ---- Steps to create this PR: 1) add line in eslint config 2) add prettier config 3) run `yarn format` 4) ??? 5) profit. No other code was manually touched in the making of this PR.
Configuration menu - View commit details
-
Copy full SHA for 1d9ca84 - Browse repository at this point
Copy the full SHA 1d9ca84View commit details -
test(ts-estree): add missing test cases (#300)
* refactor(ts-estree): improve types in convertBodyExpressions * refactor(ts-estree): change FirstTypeNode to TypePredicate * test(ts-estree): add missing test cases * chore(ts-estree): disable coverage for Debug.fail * refactor(ts-estree): make sure that BindingElement is always converted
Configuration menu - View commit details
-
Copy full SHA for 1b3d31e - Browse repository at this point
Copy the full SHA 1b3d31eView commit details
Commits on Feb 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4de9305 - Browse repository at this point
Copy the full SHA 4de9305View commit details
Commits on Feb 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b29cad9 - Browse repository at this point
Copy the full SHA b29cad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4526f27 - Browse repository at this point
Copy the full SHA 4526f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0635183 - Browse repository at this point
Copy the full SHA 0635183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a88363 - Browse repository at this point
Copy the full SHA 9a88363View commit details -
Configuration menu - View commit details
-
Copy full SHA for d362c4a - Browse repository at this point
Copy the full SHA d362c4aView 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 v1.4.0...v1.4.1