-
Notifications
You must be signed in to change notification settings - Fork 6
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
^v0.1.2 cached is undefined #81
Comments
Confirm, see the same behavior with v0.1.3. Interestingly, debugger never gets to this line https://github.com/ember-polyfills/ember-cached-decorator-polyfill/blob/main/lib/transpile-modules.js#L62 I wonder if something else strips the import before... |
We are getting the following build error when trying to update to 0.1.2.
|
@kellyselden generally speaking, that seems like it would be caused by running with too old of an ember-cli-babel version (this error comes from babel-plugin-ember-modules-api-polyfill, which uses the list of known modules <-> Global's paths from ember-rfc176-data). Can you double check the version of ember-cli-babel that is used by whomever is using |
@betocantu93 / @SergeAstapov - have y'all been able to isolate a reproduction? |
Thanks @rwjblue, I'll try that first. |
@rwjblue Here's a repro: https://github.com/betocantu93/bug-repro
Indeed, one of my deps where |
I've got trolled by Thanks for pointing out into root cause @rwjblue! |
Hello, not really sure if there's anything special about our setup... yet, but wanted to open an issue for documentation, we had to lock-in for v0.1.1 because starting from 0.1.2
cached
import resolvesundefined
. Gonna try to create a repro."ember-source": "3.20.2"
"ember-cli": "3.20.0"
The text was updated successfully, but these errors were encountered: