-
-
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: v4.7.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: v4.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 32 files changed
- 5 contributors
Commits on Nov 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e2a15f1 - Browse repository at this point
Copy the full SHA e2a15f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ce420 - Browse repository at this point
Copy the full SHA 33ce420View commit details
Commits on Nov 11, 2020
-
test(typescript-estree): [babel alignment] remove now unnecessary AST…
… transformation for ImportDeclaration (#2754)
Configuration menu - View commit details
-
Copy full SHA for abe33fb - Browse repository at this point
Copy the full SHA abe33fbView commit details -
fix(eslint-plugin): [no-unsafe-member-access] ignore MemberExpression…
…'s whose parents are either TSClassImplements or TSInterfaceHeritage (#2753)
Configuration menu - View commit details
-
Copy full SHA for 535db3b - Browse repository at this point
Copy the full SHA 535db3bView commit details
Commits on Nov 12, 2020
-
feat(typescript-estree): add
parseWithNodeMaps
API (#2760)Ref: prettier/prettier#9636 This allows consumers to reach into the underlying TS AST in cases where our AST doesn't quite solve the use case. Motivating example: We don't (currently) error for code unless TS itself throws an error. TS is _very_ permissive, but that leads to some weird (and invalid) code we don't error for, and don't include in the AST. For example - this is _syntactically_ valid in the TS parser, but they emit a _semantic_ error: ```ts @decorator enum Foo { A = 1 } ``` As it's not a valid place for a decorator - we do not emit its information in the ESTree AST, but as TS treats this as a semantic error - it is parse-time valid. This creates weird states for consumers wherein they cannot see a decorator exists there, which can cause them to ignore it entirely. For linting - this isn't a problem. But for something like prettier - this means that they'll delete the decorator at format time! This is very bad. Until we implement a solution for #1852 - this will allow consumers to bridge the gap themselves.
Configuration menu - View commit details
-
Copy full SHA for 9441d50 - Browse repository at this point
Copy the full SHA 9441d50View commit details
Commits on Nov 14, 2020
-
fix(eslint-plugin): [consistent-type-definitions] remove fixer when t…
…he interface is within a global module declaration (#2739)
Daniil Dubrava authoredNov 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 2326238 - Browse repository at this point
Copy the full SHA 2326238View commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3333040 - Browse repository at this point
Copy the full SHA 3333040View 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 v4.7.0...v4.8.0