X Tutup
Skip to content

feat(dart/transform): Record Type interfaces#2328

Merged
kegluneq merged 1 commit intoangular:masterfrom
kegluneq:dart_interfaces
Jun 5, 2015
Merged

feat(dart/transform): Record Type interfaces#2328
kegluneq merged 1 commit intoangular:masterfrom
kegluneq:dart_interfaces

Conversation

@kegluneq
Copy link
Copy Markdown

@kegluneq kegluneq commented Jun 3, 2015

To support interface-based lifecycle methods (#2220), we need to be able
to query for the interfaces a class supports. Record implemented
interfaces to allow mirror-less querying at runtime.

Closes #2204

@tbosch tbosch added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 3, 2015
@vsavkin vsavkin added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Jun 4, 2015
@vsavkin vsavkin assigned kegluneq and unassigned vsavkin Jun 4, 2015
To support interface-based lifecycle methods (angular#2220), we need to be able
to query for the `interface`s a class supports. Record implemented
interfaces to allow mirror-less querying at runtime.

Closes angular#2204
@kegluneq kegluneq merged commit dc6e7eb into angular:master Jun 5, 2015
@kegluneq kegluneq deleted the dart_interfaces branch June 5, 2015 16:50
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker action: review The PR is still awaiting reviews from at least one requested reviewer cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dart transformers should record interfaces

4 participants

X Tutup