runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
501 stars 61 forks source link

`inheritedFrom` not standardized #193

Open thepassle opened 3 years ago

thepassle commented 3 years ago

Currently when using superclasses, in the output I see:

            {
              "kind": "field",
              "name": "superb",
              "type": "string",
              "default": "\"b\"",
              "inheritedFrom": {
                "name": "SuperB",
                "module": "./dev/src/custom-element/SuperB.js"
              }
            }

Specifically the inheritedFrom property. I dont see this discussed anywhere in the discussion https://github.com/webcomponents/custom-elements-json/pull/9