Skip to content
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

DefineMap.keys should return serialize: true properties ~12 #174

Open
justinbmeyer opened this issue Apr 17, 2017 · 1 comment
Open

DefineMap.keys should return serialize: true properties ~12 #174

justinbmeyer opened this issue Apr 17, 2017 · 1 comment
Assignees
Labels

Comments

@justinbmeyer
Copy link
Contributor

@justinbmeyer commented on Tue May 24 2016

From: canjs/canjs#2193

We probably want something similar for can-define/map/map.

@justinbmeyer justinbmeyer changed the title can.Map.keys should return serialize: true properties ~12 DefineMap.keys should return serialize: true properties ~12 Apr 17, 2017
@justinbmeyer
Copy link
Contributor Author

DefineMap.extend({
  first: "string",
  last: "string",
  fullName: {
    get: function(){  return this.first  + ... },
    serialize: true
  }
})

@prashantsharmain prashantsharmain self-assigned this Apr 21, 2017
prashantsharmain added a commit that referenced this issue Apr 21, 2017
Add "keys" function to static properties of DefineMap. Make it iterate over all define definitions and return only those properties which have serialize set to true
prashantsharmain added a commit that referenced this issue Apr 21, 2017
Add "keys" function to static properties of DefineMap. Make it iterate over all define definitions and return only those properties which have serialize set to true
prashantsharmain added a commit that referenced this issue Apr 21, 2017
Add "keys" function to static properties of DefineMap. Make it iterate over all define definitions and return only those properties which have serialize set to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants