{
  "schemaVersion": "0.1.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "./fixtures/methods/package/my-element.js",
      "declarations": [
        {
          "kind": "class",
          "name": "MyElement",
          "superclass": {
            "name": "LitElement",
            "package": "lit-element"
          },
          "members": [
            {
              "kind": "method",
              "name": "regular",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "#private",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "staticMethod",
              "privacy": "public",
              "static": true
            },
            {
              "kind": "method",
              "name": "tsPublic",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "tsPrivate",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "tsProtected",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "tsPublicStatic",
              "privacy": "public",
              "static": true
            },
            {
              "kind": "method",
              "name": "jsDocPublic",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "jsDocPrivate",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "jsDocProtected",
              "privacy": "protected"
            }
          ],
          "tagName": "my-element"
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "my-element",
          "declaration": {
            "name": "MyElement",
            "module": "./fixtures/methods/package/my-element.js"
          }
        }
      ]
    }
  ]
}