-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Milestone
Description
This is regression on master. I found this when work on #8941.
Prettier pr-8931(Current master)
Playground link
--parser typescriptInput:
class ReallyReallyLongName2<
TypeArgumentNumberOne,
TypeArgumentNumberTwo,
TypeArgumentNumberThree
> implements BaseInterface {}Output:
class ReallyReallyLongName2<
TypeArgumentNumberOne,
TypeArgumentNumberTwo,
TypeArgumentNumberThree
>
implements BaseInterface {}Expected behavior(2.0.5 output):
class ReallyReallyLongName2<
TypeArgumentNumberOne,
TypeArgumentNumberTwo,
TypeArgumentNumberThree
> implements BaseInterface {}Metadata
Metadata
Assignees
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.