Open
Conversation
NullVoxPopuli
commented
Feb 8, 2026
| // This code exists for that, and as a fallback in IE11. In general, prefer | ||
| // `symbol` below when creating a new symbol. | ||
| export function enumerableSymbol(debugName: string): string { | ||
| // TODO: Investigate using platform symbols, but we do not |
Contributor
Estimated Asset SizesDiff --- main/out.txt 2026-02-06 20:32:44.000000000 +0000
+++ pr/./pr-21806644814/out.txt 2026-02-08 22:36:28.000000000 +0000
@@ -1,46 +1,46 @@
╔═══════╤═══════════╤═══════════╗
║ │ Min │ Gzip ║
╟───────┼───────────┼───────────╢
-║ Total │ 352.26 KB │ 203.59 KB ║
+║ Total │ 351.99 KB │ 203.81 KB ║
╚═══════╧═══════════╧═══════════╝
╔══════════════════════╤═══════════╤═══════════╗
║ @ember/* │ Min │ Gzip ║
╟──────────────────────┼───────────┼───────────╢
-║ Total │ 313.87 KB │ 181.83 KB ║
+║ Total │ 313.6 KB │ 182.07 KB ║
╟──────────────────────┼───────────┼───────────╢
-║ -internals │ 36.68 KB │ 25.99 KB ║
-║ application │ 13.24 KB │ 7.99 KB ║
-║ array │ 13.05 KB │ 7.54 KB ║
+║ -internals │ 36.61 KB │ 25.96 KB ║
+║ application │ 13.24 KB │ 8.13 KB ║
+║ array │ 13.05 KB │ 7.55 KB ║
║ canary-features │ 304 B │ 419 B ║
-║ component │ 2.05 KB │ 1.63 KB ║
-║ controller │ 1.96 KB │ 1.45 KB ║
-║ debug │ 11.73 KB │ 8.14 KB ║
+║ component │ 2.05 KB │ 1.61 KB ║
+║ controller │ 1.9 KB │ 1.43 KB ║
+║ debug │ 11.73 KB │ 8.16 KB ║
║ deprecated-features │ 31 B │ 77 B ║
║ destroyable │ 561 B │ 383 B ║
║ enumerable │ 259 B │ 387 B ║
-║ helper │ 1.08 KB │ 841 B ║
+║ helper │ 1.08 KB │ 834 B ║
║ instrumentation │ 2.43 KB │ 1.78 KB ║
-║ modifier │ 1.22 KB │ 991 B ║
-║ object │ 35.98 KB │ 22.1 KB ║
+║ modifier │ 1.22 KB │ 984 B ║
+║ object │ 35.84 KB │ 22.23 KB ║
║ owner │ 159 B │ 178 B ║
-║ renderer │ 630 B │ 509 B ║
-║ routing │ 59.37 KB │ 33.94 KB ║
-║ runloop │ 2.36 KB │ 1.5 KB ║
-║ service │ 1 KB │ 858 B ║
-║ template │ 654 B │ 535 B ║
+║ renderer │ 630 B │ 494 B ║
+║ routing │ 59.37 KB │ 34.05 KB ║
+║ runloop │ 2.36 KB │ 1.45 KB ║
+║ service │ 1 KB │ 855 B ║
+║ template │ 654 B │ 541 B ║
║ template-compilation │ 429 B │ 366 B ║
║ template-compiler │ 123.33 KB │ 59.61 KB ║
║ template-factory │ 370 B │ 385 B ║
║ test │ 923 B │ 627 B ║
-║ utils │ 4.11 KB │ 3.63 KB ║
+║ utils │ 4.11 KB │ 3.62 KB ║
║ version │ 55 B │ 131 B ║
╚══════════════════════╧═══════════╧═══════════╝
╔═════════════════╤══════════╤══════════╗
║ @glimmer/* │ Min │ Gzip ║
╟─────────────────┼──────────┼──────────╢
-║ Total │ 38.38 KB │ 21.75 KB ║
+║ Total │ 38.38 KB │ 21.74 KB ║
╟─────────────────┼──────────┼──────────╢
║ destroyable │ 2.78 KB │ 1.38 KB ║
║ encoder │ 81 B │ 171 B ║
@@ -53,7 +53,7 @@
║ program │ 252 B │ 308 B ║
║ reference │ 548 B │ 544 B ║
║ runtime │ 10.32 KB │ 5.21 KB ║
-║ tracking │ 1.34 KB │ 1.18 KB ║
+║ tracking │ 1.34 KB │ 1.17 KB ║
║ util │ 1.94 KB │ 1.6 KB ║
║ validator │ 15.53 KB │ 6.9 KB ║
║ vm │ 495 B │ 569 B ║Details
|
NullVoxPopuli
commented
Feb 8, 2026
| // Set internal symbol-keyed properties directly on the instance. | ||
| // These are not passed through create() because Object.keys() doesn't | ||
| // enumerate Symbol properties. | ||
| (component as any)[ARGS] = capturedArgs; |
Contributor
Author
There was a problem hiding this comment.
If we get rid of curly components, we can get rid of this
Member
There was a problem hiding this comment.
That'd need an RFC + deprecation
Contributor
Author
There was a problem hiding this comment.
Ofc. Asd is outside the scope and random cleanup
driesdl
approved these changes
Feb 9, 2026
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.
We dropped IE11 long ago, and forgot to clean this up
bench results are unchanged
artifact-2.pdf