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
After ember@5 - ember-resolver is only one "bundled" dependency with @ember/string.
ember@5
ember-resolver
@ember/string
This ticket is created to follow on @ember/string deprecation.
We need to inline @ember/string methods here (used in resolver).
https://github.com/emberjs/ember-string/blob/master/addon/index.ts
https://github.com/ember-cli/ember-resolver/blob/main/addon/addon/index.js#L6
The text was updated successfully, but these errors were encountered:
In addition, it seems very valid to have infinity cache (https://github.com/emberjs/ember-string/blob/master/addon/cache.ts) here for resolver (because amount of items is finite) to not trigger gc in large ember applications during loading/components rendering.
gc
upd: it's better to move @ember/string as is (for now)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After
ember@5
-ember-resolver
is only one "bundled" dependency with@ember/string
.This ticket is created to follow on
@ember/string
deprecation.We need to inline
@ember/string
methods here (used in resolver).https://github.com/emberjs/ember-string/blob/master/addon/index.ts
https://github.com/ember-cli/ember-resolver/blob/main/addon/addon/index.js#L6
The text was updated successfully, but these errors were encountered: