@@ -13,16 +13,31 @@ module.exports = function (defaults) {
1313 {
1414 package : 'test-app' ,
1515 components : {
16+ /**
17+ * All of these were found by searching for 'component:
18+ * and all of those happen to be in-app registrations
19+ *
20+ * It very well could be that we don't actually need to interact
21+ * with the resolver or registry anymore, but that investigation
22+ * has been left for a future date.
23+ */
1624 '{{x-test-1}}' : { safeToIgnore : true } ,
1725 '{{x-test-2}}' : { safeToIgnore : true } ,
1826 '{{x-test-3}}' : { safeToIgnore : true } ,
1927 '{{x-test-4}}' : { safeToIgnore : true } ,
2028 '{{x-test-5}}' : { safeToIgnore : true } ,
21- '{{foo-bar}}' : { safeToIgnore : true } ,
2229 '{{x-foo}}' : { safeToIgnore : true } ,
2330 '{{x-input}}' : { safeToIgnore : true } ,
31+ '{{foo}}' : { safeToIgnore : true } ,
32+ '{{foo-bar}}' : { safeToIgnore : true } ,
2433 '{{my-input}}' : { safeToIgnore : true } ,
2534 '{{my-component}}' : { safeToIgnore : true } ,
35+ '{{click-me-button}}' : { safeToIgnore : true } ,
36+ '{{promise-wrapper}}' : { safeToIgnore : true } ,
37+ '{{js-only}}' : { safeToIgnore : true } ,
38+ '{{outer-comp}}' : { safeToIgnore : true } ,
39+ '{{inner-comp}}' : { safeToIgnore : true } ,
40+ '{{template-only}}' : { safeToIgnore : true } ,
2641 } ,
2742 } ,
2843 ] ,
0 commit comments