Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Type Annotation on ClassParameter not preserved in AST #190

Closed
@Pajn

Description

@Pajn

For example in this code

class Foo {
  private bar : string;
  public static baz : number;
  public getBar () {
    return this.bar;
  }
  protected setBar (bar : string) {
    this.bar = bar;
  }
}

the string and number information is lost

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions