We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello 👋
When writing our own macro-decorators, we found out we would like to use utility functions like getPath(), getPaths(), etc. internally used in https://github.com/pzuraq/macro-decorators/blob/master/src/index.ts.
getPath()
getPaths()
Would it make sense for you to make them publicly available?
The text was updated successfully, but these errors were encountered:
Sure, I think that'd be good. Maybe we can export them from macro-decorators/util?
macro-decorators/util
Sorry, something went wrong.
Yup, very well 👍
PRs welcome! I'll try to get to this soon, but this would be a great issue for a new contributor
#10 Have I forgotten anything?
ℹ️ I placed them into /src/utils instead of /src/util as other ember utility classes or addons have similar export path, i.e. @ember/utils
/src/utils
/src/util
@ember/utils
No branches or pull requests
Hello 👋
When writing our own macro-decorators, we found out we would like to use utility functions like
getPath()
,getPaths()
, etc. internally used in https://github.com/pzuraq/macro-decorators/blob/master/src/index.ts.Would it make sense for you to make them publicly available?
The text was updated successfully, but these errors were encountered: