-
-
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
Remove escapeExpression
from @ember/template
#20627
base: main
Are you sure you want to change the base?
Conversation
If it was private, shouldn't need to be in the RFC, I'd think |
May have been private but |
people using private apis should be used to what happens? 😅 🙃 idk, what's the process here? do we need a deprecation in this case? |
Do they know it is private if it is hanging out on If it is truly private, we need an intimate API deprecation (1 LTS cycle), but if it is public, we need an RFC + full deprecation. |
I know |
@@ -456,7 +456,7 @@ export { | |||
type FunctionBasedHelper, | |||
type FunctionBasedHelperInstance, | |||
} from './lib/helper'; | |||
export { SafeString, escapeExpression, htmlSafe, isHTMLSafe } from './lib/utils/string'; | |||
export { SafeString, htmlSafe, isHTMLSafe } from './lib/utils/string'; |
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.
Why escapeExpression was removed ?
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.
Co-Authored-By: @chriskrycho
21f9465
to
b46fd5f
Compare
I've now rebased this PR, as I forgot about it 😅 |
Some test failures |
Co-Authored-By: @chriskrycho
Rebase of: #20360
This also gets a mention here: emberjs/rfcs#1003 😅 (for migration docs)