Skip to content

Commit 881e4fb

Browse files
committed
Generate files after fixing config
1 parent 253cf56 commit 881e4fb

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

custom-elements.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
{
22
"schemaVersion": "1.0.0",
33
"readme": "",
4-
"modules": []
4+
"modules": [
5+
{
6+
"kind": "javascript-module",
7+
"path": "src/custom-element.ts",
8+
"declarations": [
9+
{
10+
"kind": "class",
11+
"description": "",
12+
"name": "CustomElementElement",
13+
"superclass": {
14+
"name": "HTMLElement"
15+
},
16+
"tagName": "custom-element",
17+
"customElement": true
18+
}
19+
],
20+
"exports": [
21+
{
22+
"kind": "js",
23+
"name": "default",
24+
"declaration": {
25+
"name": "CustomElementElement",
26+
"module": "src/custom-element.ts"
27+
}
28+
},
29+
{
30+
"kind": "custom-element-definition",
31+
"name": "custom-element",
32+
"declaration": {
33+
"name": "CustomElementElement",
34+
"module": "src/custom-element.ts"
35+
}
36+
}
37+
]
38+
}
39+
]
540
}

vscode.html-custom-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"tags": []
2+
"tags": [{ "name": "custom-element", "description": "", "attributes": [] }]
33
}

0 commit comments

Comments
 (0)