Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Import typescript-estree package and history #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 89 commits into from
Jan 13, 2019

Conversation

JamesHenry
Copy link
Member

No description provided.

JamesHenry and others added 30 commits January 13, 2019 15:39
BREAKING CHANGE: Supported TypeScript version is now 3.1
BREAKING CHANGE: This changes the AST
BREAKING CHANGE: ecmaFeatures has been removed
BREAKING CHANGE: Supported TypeScript version is now 3.2
changes: DeclareFunction to TSDeclareFunction
changes: VariableDeclarator[kind='type'] to TSTypeAliasDeclaration
makes abstract optional in interfaces

BREAKING CHANGE: This changes the AST
armano2 and others added 18 commits January 13, 2019 15:40
…108)

BREAKING CHANGE: This changes the AST for RestElement node
BREAKING CHANGE: This changes the AST for RestElement node
BREAKING CHANGE: This changes the AST for TSMethodSignature node
BREAKING CHANGE: This changes the AST for TSIndexSignature node
BREAKING CHANGE: This changes the AST of TSInterfaceDeclaration nodes, and ClassImplements is now TSClassImplements
@JamesHenry JamesHenry force-pushed the import-typescript-estree-2 branch from 658d395 to 085ce10 Compare January 13, 2019 21:35
@codecov-io
Copy link

codecov-io commented Jan 13, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@312aebc). Click here to learn what that means.
The diff coverage is 93.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #3   +/-   ##
=========================================
  Coverage          ?   93.71%           
=========================================
  Files             ?        8           
  Lines             ?     1401           
  Branches          ?      325           
=========================================
  Hits              ?     1313           
  Misses            ?       49           
  Partials          ?       39
Impacted Files Coverage Δ
packages/typescript-estree/src/ast-node-types.ts 100% <100%> (ø)
packages/typescript-estree/src/ast-converter.ts 100% <100%> (ø)
packages/typescript-estree/src/semantic-errors.ts 77.77% <77.77%> (ø)
packages/typescript-estree/src/parser.ts 78.5% <78.5%> (ø)
packages/typescript-estree/src/tsconfig-parser.ts 88.05% <88.05%> (ø)
packages/typescript-estree/src/convert.ts 94.46% <94.46%> (ø)
packages/typescript-estree/src/node-utils.ts 96.05% <96.05%> (ø)
packages/typescript-estree/src/convert-comments.ts 96.07% <96.07%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 312aebc...664d2ef. Read the comment docs.

@JamesHenry JamesHenry changed the title WIP Import typescript-estree package and history Jan 13, 2019
@JamesHenry JamesHenry merged commit 7aa7b20 into master Jan 13, 2019
JamesHenry pushed a commit that referenced this pull request Jan 13, 2019
@JamesHenry JamesHenry deleted the import-typescript-estree-2 branch January 13, 2019 22:14
JamesHenry added a commit that referenced this pull request Jan 17, 2019
BREAKING CHANGE: This plugin now requires TSLint 5, and the user must now separately install and manage their own TSLint dependency

fix #3
JamesHenry added a commit that referenced this pull request Jan 17, 2019
BREAKING CHANGE: This plugin now requires TSLint 5, and the user must now separately install and manage their own TSLint dependency

fix #3
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants