Skip to content

Commit

Permalink
Clean up unnecessary comment annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Nov 17, 2015
1 parent 443abe6 commit 4be0095
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@ namespace ts {
export interface DebuggerStatement extends Statement { }

// @kind(SyntaxKind.MissingDeclaration)
// @factoryhidden("name", true)
export interface MissingDeclaration extends DeclarationStatement, ClassElement, ObjectLiteralElement, TypeElement {
name?: Identifier;
}
Expand Down Expand Up @@ -1234,7 +1233,6 @@ namespace ts {
export interface TypeElement extends Declaration {
_typeElementBrand: any;
name?: PropertyName;
// @factoryparam
questionToken?: Node;
}

Expand Down

0 comments on commit 4be0095

Please sign in to comment.