-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Deprecate {{partial}}
#18491
Deprecate {{partial}}
#18491
Conversation
0dd69ec
to
f6fda97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think there is a way to make it so all of packages/@ember/-internals/views/lib/system/lookup_partial.js
can be stripped (aka svelted)? Can we inline that module into here:
And remove the various reexports and whatnot?
b7123ac
to
ff9e96b
Compare
Good call, I've moved |
assert(`templateNames are not allowed to contain periods: ${name}`, name.indexOf('.') === -1); | ||
|
||
if (!owner) { | ||
throw new EmberError( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error is a bit "wild", but 🤷♂
Thank you! |
Part of emberjs/rfc-tracking#38
Supersedes #14972
TODO:
{{partial}}
as@deprecated
{{partial}}
ember-learn/deprecation-app#456