Skip to content

private lambda assigned properties #108

Description

@brandonseydel

Is there currently a way to specify the naming convention of a instance property that is assigned a function?

example

class Blah {
// need underscore
    private _testVat = 0;
// don't want underscore
    private test = (): void => { };
}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions