UNPKG

@custom-elements-manifest/analyzer

Version:

<!-- [=> See Source <=](../../docs/analyzer/index.md) -->

56 lines 1.25 kB
{ "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "my-element.js", "declarations": [ { "kind": "class", "description": "", "name": "HelloWorldElement", "members": [ { "kind": "field", "name": "fooBar", "type": { "text": "string" }, "default": "'hello'" }, { "kind": "field", "name": "bar" } ], "attributes": [ { "name": "data-foo-bar", "type": { "text": "string" }, "default": "'hello'", "fieldName": "fooBar" } ], "superclass": { "name": "HTMLElement" }, "tagName": "hello-world", "customElement": true } ], "exports": [ { "kind": "custom-element-definition", "name": "hello-world", "declaration": { "name": "HelloWorldElement", "module": "my-element.js" } } ] } ] }