Skip to content

Conversation

@ElonVolo
Copy link

Adds a fix to append a semicolon to the end of a TSPropertySignature statement.

export interface Test {
  A: string;
  R: string;
}

Without the fix, if I were to add a Typescript property named X with a string annotation it would print out as:

export interface Test {
  A: string;
  R: string;
  X: string
}

@ElonVolo
Copy link
Author

@coderaiser, can you take a look at this when you get a chance (I know thing's are probably a mess on your side of the world right now).

@coderaiser
Copy link
Owner

This is very good! Could you please add a test for this.

A mess is big, but coding helps not think about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants