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

Include static keyword in method toString #34

Open
@jridgewell

Description

@jridgewell

Static is currently excluded from a method's toString:

class Ex {
  static test() { /* hello */ }
}

console.log(Ex.test.toString());
// => 'test() { /* hello */ }'

The decorators group would like to include it in the toString, since it can't go before the decorators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions