-
Notifications
You must be signed in to change notification settings - Fork 8
/
marko.json
148 lines (146 loc) · 3.99 KB
/
marko.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"tags":{
"lasso-page":{
"renderer":"./taglib/config-tag",
"transformer":"./taglib/config-tag-transformer",
"attributes":{
"name":"string",
"cache-key":"string",
"package-path":"string",
"package-paths":"array",
"base-path":"string",
"lasso":"lasso/Lasso",
"data":"object",
"dependencies":"expression",
"flags":"array",
"enabled-extensions":{
"target-property":"flags",
"type":"array",
"autocomplete":[
]
},
"extensions":{
"target-property":"flags",
"type":"expression",
"autocomplete":[
]
},
"wait-for":"Promise",
"timeout":"integer",
"dirname": "string",
"filename": "string"
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko"
},
{
"displayText":"lasso-page package-path=\"<path>\"",
"snippet":"lasso-page package-path=\"${1:./browser.json}\"",
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko"
}
]
},
"lasso-slot":{
"renderer":"./taglib/slot-tag",
"attributes":{
"name":"string",
"inline-style-attrs":"object",
"inline-script-attrs":"object",
"external-style-attrs":"object",
"external-script-attrs":"object"
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true
}
]
},
"lasso-head":{
"renderer":"./taglib/head-tag",
"attributes":{
"external-style-attrs":"expression"
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true
}
]
},
"lasso-body":{
"renderer":"./taglib/body-tag",
"attributes":{
"external-script-attrs":"expression"
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true
}
]
},
"lasso-img":{
"code-generator":"./taglib/lasso-img-tag-translate",
"attributes":{
"src":"string",
"*":{
"targetProperty": null,
"ignore":true
}
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true
},
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true,
"displayText":"lasso-img src=\"\"",
"snippet":"lasso-img src=\"${1:./foo.png}\""
}
]
},
"_lasso-resources-root":{
"renderer":"./taglib/lasso-resources-root-tag",
"attributes":{
"paths":"string"
}
},
"lasso-resource":{
"transformer":"./taglib/lasso-resource-tag-transform",
"attributes":{
"path":"string",
"var":"string"
},
"autocomplete":[
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true
},
{
"descriptionMoreURL":"https://github.com/lasso-js/lasso#using-lassojs-taglib-with-marko",
"openTagOnly":true,
"displayText":"lasso-resource path=\"\" var=\"\"",
"snippet":"lasso-resource path=\"${1:./favicon.ico}\" var=\"${2:favicon}\""
}
]
},
"body":{
"transformer": "./taglib/body/transformer.js"
},
"head":{
"transformer": "./taglib/head/transformer.js"
},
"*":{
"attributes":{
"lasso-nonce":{
"ignore":true
}
},
"transformer": "./taglib/lasso-tag-transformer"
}
}
}