-
Notifications
You must be signed in to change notification settings - Fork 452
Support methods without names in interfaces #2169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
6b4dfa3
819aa60
06cc4db
6d68997
bed7ab1
6ed028b
daadce6
104628c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Keeping EventListener and EventListenerObject isn't the most elegant way to handle the event listeners, but we need to keep the EventListener as an extendable interface for libraries like angular. | ||
interface EventListener noInterfaceObject=#true { | ||
method callable { | ||
|
||
type void | ||
|
||
param evt type=Event | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Erm actually this is dom, let's put this in dom.kdl