feat(change_detector): add support for formatters

This commit is contained in:
vsavkin
2014-11-11 16:30:54 -08:00
parent 79a9430f2c
commit dcd905ae85
4 changed files with 37 additions and 11 deletions

View File

@ -16,6 +16,7 @@ export const PROTO_RECORD_PROPERTY = 'property';
export class ProtoRecord {
@FIELD('final watchGroup:wg.ProtoWatchGroup')
@FIELD('final context:Object')
@FIELD('final funcOrValue:Object')
@FIELD('final arity:int')
@FIELD('final dest')