Skip to content

Commit

Permalink
chore: putout: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 1, 2023
1 parent e07a8d0 commit 9461e44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/engine-parser/test/fixture/typescript-fix.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface IInputHandlingTerminal {}

export class Lines {
toString() {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface IInputHandlingTerminal {}

export class Lines {
toString() {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export interface User {
contacts: Contacts;
}type Contacts = 'string';
}
type Contacts = 'string';
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ export type Point = {
a: number;
b: string;
};


0 comments on commit 9461e44

Please sign in to comment.