Skip to content

How to access provided member implementations? #55

@LeaVerou

Description

@LeaVerou
protocol Foo {
	bar() { /* elided */ }
}

How does on access the bar function? Foo.bar is a symbol.
Would Foo.prototype.bar make sense? That would also be compatible with making these constructible later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Agenda+To be discussed in next breakout. Remove when actually discussed and resolved.needs consensus

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions