-
Notifications
You must be signed in to change notification settings - Fork 15
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
NPM Scope Support #343
Comments
Sorry, I don't fully understand the question. Are you saying you'd like to use something like |
Yup! |
The issue is mostly with things that are valid to parse in Handlebars, and I believe you cannot use an Specifically, I think this throws a parse error: {{@something/stuff someArg=“lol”}} This addon is not currently setup to try to replace handlebars’s internal parser, as it’s chosen syntax that does work in all positions (initially |
I'm not necessarily looking specifically for that syntax, just some way to have the organization or scope in the addon namespace. For stuff created internally at linkedin, packages use the |
Right now I don't see anything in the readme about addons that include the NPM scope in the name.
ember-cli
has enforced that the package and addon name match for a while, and we've been using themoduleName
hook in the addon'sindex.js
to override that, mostly for backward compatibility for our consumers. It'd be nice to have the addon namespace match since we use the full package name in other non-addon places. Is there a way to do this currently, or something on the roadmap?The text was updated successfully, but these errors were encountered: