Skip to content
#

meteor

Here are 1,537 public repositories matching this topic...

SimonSimCity
SimonSimCity commented Dec 10, 2019

https://github.com/Meteor-Community-Packages/meteor-roles/blob/32c230ded9cb92b27a3485d143cabf2732fef186/roles/roles_common.js#L543-L557

The function _getInheritedRoleNames() is currently used to construct the array inheritedRoles on a role-assignment, where it only takes over the parameter _id. If you have data stored on the role, wouldn't it be better to have it copied along?

If one o

StorytellerCZ
StorytellerCZ commented Oct 20, 2019

After #124 is merged we should remove the remaining use of underscore. This is primarily that it should not be needed and to lighten the app bundle size.

If some underscore functionality is needed only those specific functions should be imported from npm to minimize bundle size.

Improve this page

Add a description, image, and links to the meteor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the meteor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.