Skip to content

Support for singletons #267

Open
Open
@kazuho

Description

@kazuho

ngCore has a special kind of type called "singleton" which looks like a class, but which is actually an singleton object - so that the callers can call the functions as if they were defined as static functions / the type can be defined just by overriding the necessary functions.

The question is what is the best method within JSX to define such kind of data structure.

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