-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path-mock-telemetry.json
More file actions
67 lines (67 loc) · 1.92 KB
/
-mock-telemetry.json
File metadata and controls
67 lines (67 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"some-component": { "type": "Component" },
"my-component": { "type": "Component" },
"block-component": { "type": "Component" },
"foo": { "type": "Component" },
"namespace/foo": { "type": "Component" },
"built-in-helpers.input": {
"type": "Component",
"computedProperties": ["foo", "records"],
"ownActions": ["myAction"]
},
"angle-brackets-with-block-params.input": {
"type": "Component",
"computedProperties": ["foo", "property", "bar"],
"ownActions": ["myAction"]
},
"angle-brackets-with-hash-params.input": {
"type": "Component",
"computedProperties": ["foo", "property"],
"ownActions": ["myAction"]
},
"angle-brackets-without-params.input": {
"type": "Component",
"computedProperties": ["foo"]
},
"dont-assume-this.input": {
"type": "Component",
"computedProperties": ["foo"]
},
"handlebars-with-positional-params.input": {
"type": "Component",
"computedProperties": ["foo", "property"],
"ownActions": ["myAction"]
},
"handlebars-with-hash-params.input": {
"type": "Component",
"computedProperties": ["foo", "property"],
"ownActions": ["myAction"]
},
"handlebars-with-block-params.input": {
"type": "Component",
"computedProperties": ["foo", "property"]
},
"handlebars-without-params.input": {
"type": "Component",
"computedProperties": ["foo", "property"],
"getters": ["someGetter"]
},
"void-elements.input": {
"type": "Component",
"computedProperties": ["previewImageUrl"]
},
"failing-elements.input": {
"type": "Component",
"computedProperties": ["value"]
},
"my-helper": { "type": "Helper" },
"a-helper": { "type": "Helper" },
"link-to": { "type": "Helper" },
"action": { "type": "Helper" },
"concat": { "type": "Helper" },
"each": { "type": "Helper" },
"mut": { "type": "Helper" },
"let": { "type": "Helper" },
"if": { "type": "Helper" },
"fn": { "type": "Helper" }
}