-
Notifications
You must be signed in to change notification settings - Fork 142
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
Local helpers not resolved in tests #894
Comments
I can kinda get past this with a non-ideal way via |
looks like |
The extra parentheses here mean you're trying to invoke {{#let (this.compile) as |CustomComponent|}} I think it will work fine if you do this: {{#let this.compile as |CustomComponent|}} |
I have a plain-function helper-manager, so |
error bubbling from embroider/packages/compat/src/resolver.ts Line 573 in bf888b1
looks like resolver don't check JS/TS tokens around HBS templates (in general)
|
should be used something like "getTemplateTokens" from but, it's moved in glimmerjs/glimmer-experimental#102 and I'm not shure about new location for this logic update: now it's |
…solved-in-tests fixes: Local helpers not resolved in tests #894
this occurs during the embroider-optimized build of my addon with the additional following config in the ember-cli-build:
The text was updated successfully, but these errors were encountered: