|
4 | 4 | "block-component": { "type": "Component" }, |
5 | 5 | "foo": { "type": "Component" }, |
6 | 6 | "namespace/foo": { "type": "Component" }, |
7 | | - "built-in-helpers.input": { |
| 7 | + "built-in-helpers": { |
8 | 8 | "type": "Component", |
9 | 9 | "computedProperties": ["foo", "records"], |
10 | 10 | "ownActions": ["myAction"] |
11 | 11 | }, |
12 | | - "angle-brackets-with-block-params.input": { |
| 12 | + "angle-brackets-with-block-params": { |
13 | 13 | "type": "Component", |
14 | 14 | "computedProperties": ["foo", "property", "bar"], |
15 | 15 | "ownActions": ["myAction"] |
16 | 16 | }, |
17 | | - "angle-brackets-with-hash-params.input": { |
| 17 | + "angle-brackets-with-hash-params": { |
18 | 18 | "type": "Component", |
19 | 19 | "computedProperties": ["foo", "property"], |
20 | 20 | "ownActions": ["myAction"] |
21 | 21 | }, |
22 | | - "angle-brackets-without-params.input": { |
| 22 | + "angle-brackets-without-params": { |
23 | 23 | "type": "Component", |
24 | 24 | "computedProperties": ["foo"] |
25 | 25 | }, |
26 | | - "dont-assume-this.input": { |
| 26 | + "dont-assume-this": { |
27 | 27 | "type": "Component", |
28 | 28 | "computedProperties": ["foo"] |
29 | 29 | }, |
30 | | - "handlebars-with-positional-params.input": { |
| 30 | + "handlebars-with-positional-params": { |
31 | 31 | "type": "Component", |
32 | 32 | "computedProperties": ["foo", "property"], |
33 | 33 | "ownActions": ["myAction"] |
34 | 34 | }, |
35 | | - "handlebars-with-hash-params.input": { |
| 35 | + "handlebars-with-hash-params": { |
36 | 36 | "type": "Component", |
37 | 37 | "computedProperties": ["foo", "property"], |
38 | 38 | "ownActions": ["myAction"] |
39 | 39 | }, |
40 | | - "handlebars-with-block-params.input": { |
| 40 | + "handlebars-with-block-params": { |
41 | 41 | "type": "Component", |
42 | 42 | "computedProperties": ["foo", "property"] |
43 | 43 | }, |
44 | | - "handlebars-without-params.input": { |
| 44 | + "handlebars-without-params": { |
45 | 45 | "type": "Component", |
46 | 46 | "computedProperties": ["foo", "property"], |
47 | 47 | "getters": ["someGetter"] |
48 | 48 | }, |
49 | | - "void-elements.input": { |
| 49 | + "void-elements": { |
50 | 50 | "type": "Component", |
51 | 51 | "computedProperties": ["previewImageUrl"] |
52 | 52 | }, |
53 | 53 | "my-helper": { "type": "Helper" }, |
54 | | - "a-helper": { "type": "Helper" }, |
55 | | - "link-to": { "type": "Helper" }, |
56 | | - "action": { "type": "Helper" }, |
57 | | - "concat": { "type": "Helper" }, |
58 | | - "each": { "type": "Helper" }, |
59 | | - "mut": { "type": "Helper" }, |
60 | | - "let": { "type": "Helper" }, |
61 | | - "if": { "type": "Helper" }, |
62 | | - "fn": { "type": "Helper" } |
| 54 | + "a-helper": { "type": "Helper" } |
63 | 55 | } |
0 commit comments