File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
packages/analyzer/fixtures/07-plugin-lit
03-mixin-static-properties
04-collapsed-mixins-static-properties Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 14
14
{
15
15
"kind" : " field" ,
16
16
"name" : " firstName" ,
17
+ "privacy" : " public" ,
17
18
"type" : {
18
19
"text" : " string"
19
20
},
20
21
"default" : " 'John'" ,
21
- "privacy" : " public" ,
22
22
"attribute" : " firstName"
23
23
},
24
24
{
28
28
"text" : " object"
29
29
},
30
30
"static" : true ,
31
- "default" : " {\n disabled: { type: Boolean }\n }" ,
31
+ "default" : " { disabled: { type: Boolean } }" ,
32
32
"inheritedFrom" : {
33
33
"name" : " InputMixin" ,
34
34
"module" : " my-element.js"
37
37
{
38
38
"kind" : " field" ,
39
39
"name" : " disabled" ,
40
+ "privacy" : " public" ,
40
41
"type" : {
41
42
"text" : " boolean"
42
43
},
43
44
"default" : " false" ,
44
- "privacy" : " public" ,
45
45
"attribute" : " disabled" ,
46
46
"inheritedFrom" : {
47
47
"name" : " InputMixin" ,
96
96
"text" : " object"
97
97
},
98
98
"static" : true ,
99
- "default" : " {\n disabled: { type: Boolean }\n }"
99
+ "default" : " { disabled: { type: Boolean } }"
100
100
},
101
101
{
102
102
"kind" : " field" ,
103
103
"name" : " disabled" ,
104
+ "privacy" : " public" ,
104
105
"type" : {
105
106
"text" : " boolean"
106
107
},
107
108
"default" : " false" ,
108
- "attribute" : " disabled" ,
109
- "privacy" : " public"
109
+ "attribute" : " disabled"
110
110
}
111
111
],
112
112
"attributes" : [
146
146
]
147
147
}
148
148
]
149
- }
149
+ }
Original file line number Diff line number Diff line change 28
28
"text" : " object"
29
29
},
30
30
"static" : true ,
31
- "default" : " {\n disabled: { type: Boolean }\n }" ,
31
+ "default" : " { disabled: { type: Boolean } }" ,
32
32
"inheritedFrom" : {
33
33
"name" : " InputMixin" ,
34
34
"module" : " my-element.js"
96
96
"text" : " object"
97
97
},
98
98
"static" : true ,
99
- "default" : " {\n disabled: { type: Boolean }\n }"
99
+ "default" : " { disabled: { type: Boolean } }"
100
100
},
101
101
{
102
102
"kind" : " field" ,
Original file line number Diff line number Diff line change 28
28
"text" : " object"
29
29
},
30
30
"static" : true ,
31
- "default" : " {\n mixB: { type: Boolean },\n }" ,
31
+ "default" : " { mixB: { type: Boolean }, }" ,
32
32
"inheritedFrom" : {
33
33
"name" : " MixinA" ,
34
34
"module" : " my-element.js"
149
149
]
150
150
}
151
151
]
152
- }
152
+ }
Original file line number Diff line number Diff line change 28
28
"text" : " object"
29
29
},
30
30
"static" : true ,
31
- "default" : " {\n mixB: { type: Boolean },\n }" ,
31
+ "default" : " { mixB: { type: Boolean }, }" ,
32
32
"inheritedFrom" : {
33
33
"name" : " MixinA" ,
34
34
"module" : " my-element.js"
You can’t perform that action at this time.
0 commit comments