File tree Expand file tree Collapse file tree
transforms/no-implicit-this/helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,98 +38,6 @@ const KNOWN_HELPERS = [
3838 'identity' , // glimmer blocks
3939 'render-inverse' , // glimmer blocks
4040 '-get-dynamic-var' , // glimmer internal helper
41-
42- // ember-route-helpers
43- 'transition-to' ,
44- 'replace-with' ,
45- 'transition-to-external' ,
46- 'replace-with-external' ,
47-
48- // ember-intl
49- 'format-date' ,
50- 'format-message' ,
51- 'format-relative' ,
52- 'format-time' ,
53- 'format-money' ,
54- 'format-number' ,
55- 't' ,
56-
57- // ember-moment
58- 'is-after' ,
59- 'is-before' ,
60- 'is-between' ,
61- 'is-same' ,
62- 'is-same-or-after' ,
63- 'is-same-or-before' ,
64- 'moment' ,
65- 'moment-calendar' ,
66- 'moment-diff' ,
67- 'moment-duration' ,
68- 'moment-format' ,
69- 'moment-from' ,
70- 'moment-from-now' ,
71- 'moment-to' ,
72- 'moment-to-now' ,
73- 'now' ,
74- 'unix' ,
75-
76- // ember-cp-validations
77- 'v-get' ,
78-
79- // ember-route-action-helper
80- 'route-action' ,
81-
82- // ember-composable-helpers
83- 'map-by' ,
84- 'sort-by' ,
85- 'filter-by' ,
86- 'reject-by' ,
87- 'find-by' ,
88- 'object-at' ,
89- 'has-block' ,
90- 'has-next' ,
91- 'has-previous' ,
92- 'group-by' ,
93- 'not-eq' ,
94- 'is-array' ,
95- 'is-empty' ,
96- 'is-equal' ,
97-
98- // liquid-fire
99- 'liquid-unless' ,
100- 'liquid-container' ,
101- 'liquid-outlet' ,
102- 'liquid-versions' ,
103- 'liquid-bind' ,
104- 'liquid-spacer' ,
105- 'liquid-sync' ,
106- 'liquid-measured' ,
107- 'liquid-child' ,
108- 'liquid-if' ,
109-
110- // ember-animated
111- 'animated-beacon' ,
112- 'animated-each' ,
113- 'animated-if' ,
114- 'animated-orphans' ,
115- 'animated-value' ,
116-
117- // ember-app-version
118- 'app-version' ,
119-
120- // ember-font-awesome
121- 'fa-icon' ,
122- 'fa-list' ,
123- 'fa-stack' ,
124-
125- // ember-svg-jar
126- 'svg-jar' ,
127-
128- // ember-concurrency
129- 'perform' ,
130-
131- // ember-maybe-in-element
132- 'maybe-in-element' ,
13341] ;
13442
13543module . exports = KNOWN_HELPERS ;
You can’t perform that action at this time.
0 commit comments