Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

test(typescript-estree): enable more alignment tests#114

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JamesHenry merged 2 commits intomasterfrombabel-7.3
Jan 21, 2019

Conversation

JamesHenry
Copy link
Member

No description provided.

* TODO: remove me in next babel > 7.2.3
* Was expected to be fixed by PR into Babel: https://github.com/babel/babel/pull/9302
* But not fixed in Babel 7.3
* TODO: Investigate differences
Copy link
Collaborator

@armano2armano2Jan 21, 2019
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

in babel i implemented this in a little diffrent way.

we have one node TSImportType with property isTypeOf set to true/false (as is in ts)
in babel its 2 nodes: typeof -> TSImportType

spliting this node to 2 allows us to handle comments in between themtypeof /* test */ import

@codecov
Copy link

codecovbot commentedJan 21, 2019

Codecov Report

Merging#114 intomaster willnot change coverage.
The diff coverage is100%.

@@           Coverage Diff           @@##           master     #114   +/-   ##=======================================  Coverage   94.83%   94.83%           =======================================  Files          48       48             Lines        2480     2480             Branches      381      381           =======================================  Hits         2352     2352             Misses         77       77             Partials       51       51
Impacted FilesCoverage Δ
packages/typescript-estree/src/semantic-errors.ts77.77% <100%> (ø)⬆️

* TODO: remove me in next babel > 7.2.3
* Was expected to be fixed by PR into Babel: https://github.com/babel/babel/pull/9284
* But not fixed in Babel 7.3
* TODO: Investigate differences
Copy link
Collaborator

@armano2armano2Jan 21, 2019
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

looks like we have issue with ranges,TSParameterProperty->AssignmentPattern
AssignmentPattern includes modifier into their range

but modifier is attached toTSParameterProperty

@JamesHenryJamesHenry merged commit34fbe62 intomasterJan 21, 2019
@JamesHenryJamesHenry deleted the babel-7.3 branchJanuary 21, 2019 23:41
armanio123 pushed a commit to armanio123/typescript-eslint that referenced this pull requestJan 24, 2019
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsApr 21, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@armano2armano2armano2 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@JamesHenry@armano2

[8]ページ先頭

©2009-2025 Movatter.jp