Remove escapeExpression from @ember/template#20627
Merged
kategengler merged 3 commits intoemberjs:mainfrom Jun 5, 2025
Merged
Conversation
Member
|
If it was private, shouldn't need to be in the RFC, I'd think |
Member
|
May have been private but |
Contributor
Author
people using private apis should be used to what happens? 😅 🙃 idk, what's the process here? do we need a deprecation in this case? |
Member
|
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. |
Member
|
I know |
anandfresh
reviewed
Jul 24, 2024
| type FunctionBasedHelperInstance, | ||
| } from './lib/helper'; | ||
| export { SafeString, escapeExpression, htmlSafe, isHTMLSafe } from './lib/utils/string'; | ||
| export { SafeString, htmlSafe, isHTMLSafe } from './lib/utils/string'; |
Contributor
Author
21f9465 to
b46fd5f
Compare
Contributor
Author
|
I've now rebased this PR, as I forgot about it 😅 |
Member
|
Some test failures |
4aa0355 to
4821460
Compare
Contributor
Development AssetsDiff --- main/out.txt 2025-05-26 18:18:28.000000000 +0000
+++ pr/./pr-15477160240/out.txt 2025-06-05 21:00:28.000000000 +0000
@@ -1,5 +1,5 @@
2.2M └─┬ .
-1015K ├─┬ @ember
+1014K ├─┬ @ember
205K │ ├─┬ -internals
69K │ │ ├─┬ views
64K │ │ │ └─┬ lib
@@ -17,7 +17,7 @@
9.4K │ │ ├── deprecations
7.4K │ │ ├── metal
7.0K │ │ ├── string
- 5.1K │ │ ├── glimmer
+ 5.0K │ │ ├── glimmer
4.9K │ │ ├── utils
4.9K │ │ ├── routing
4.5K │ │ ├── error-handling
@@ -63,7 +63,7 @@
4.2K │ ├── deprecated-features
4.1K │ ├── template-factory
4.1K │ └── version
- 709K ├── shared-chunks
+ 708K ├── shared-chunks
384K ├─┬ @glimmer
166K │ ├── runtime
60K │ ├── opcode-compilerDetails
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co-Authored-By: @chriskrycho
Rebase of: #20360
This also gets a mention here: emberjs/rfcs#1003 😅 (for migration docs)