meteor-roles
meteor-roles copied to clipboard
Add Typescript declarations
Since Meteor now supports TypeScript, it would be nice to have type definitions on this package.
Documentation: https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html Template: https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-d-ts.html
Might also be a good time to take this package into TypeScript ... PRs are welcome. Please ping me if you're interested to get started with it.
If we want to stay at plain javascript, some library like tsd-jsdoc might be valuable. We currently annotate all our code with comments compatible with YUIDoc - where we might need to switch to jsdoc.
Might also be a good time to take this package into TypeScript ... PRs are welcome. Please ping me if you're interested to get started with it.
Maybe this can be of help https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/meteor-roles/index.d.ts to update it to version 3 . (That is the type definitions for v1.2.14)
Does anyone still have interest in moving this to support v3.2.3? I badly need this library to work with that version and below and would be willing to contribute
https://github.com/wallind/DefinitelyTyped/tree/bump-supported-version-to-2.1.0-meteor-roles
To get the ball rolling I'm working on getting @types/meteor-roles to support 2.1.0 on the branch above. If anyone wants to participate hit me up
is there any newness about this?
https://github.com/wallind/DefinitelyTyped/tree/bump-supported-version-to-2.1.0-meteor-roles
To get the ball rolling I'm working on getting @types/meteor-roles to support 2.1.0 on the branch above. If anyone wants to participate hit me up
Got any updates on this ?
With v3.6.2 types should be all set. In the future version of roles package we should move to TypeScript.