{
  "schemaVersion": "0.1.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "./fixtures/functions_methods/package/my-element.js",
      "declarations": [
        {
          "kind": "class",
          "name": "MyElement",
          "superclass": {
            "name": "HTMLElement"
          },
          "members": [
            {
              "kind": "method",
              "privacy": "public",
              "name": "method1"
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "method2",
              "parameters": [
                {
                  "name": "param1"
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "method3",
              "parameters": [
                {
                  "name": "param1"
                },
                {
                  "name": "param2"
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "method4",
              "parameters": [
                {
                  "name": "param1"
                },
                {
                  "name": "param2",
                  "default": "''"
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "tsMethod1",
              "description": "only description",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "param",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "jsDocMethod1",
              "description": "Method description",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "foo",
                  "type": {
                    "text": "string"
                  },
                  "description": "description"
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "jsDocMethod2",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "foo",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "bar",
                  "type": {
                    "text": "string"
                  },
                  "optional": true
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "jsDocMethod3",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "parameters": [
                {
                  "name": "foo"
                }
              ]
            },
            {
              "kind": "method",
              "privacy": "public",
              "name": "jsDocMethod4",
              "description": "only description",
              "parameters": [
                {
                  "name": "foo"
                }
              ]
            }
          ]
        },
        {
          "kind": "function",
          "name": "function1"
        },
        {
          "kind": "function",
          "name": "function2",
          "parameters": [
            {
              "name": "param1"
            }
          ]
        },
        {
          "kind": "function",
          "name": "function3",
          "parameters": [
            {
              "name": "param1"
            },
            {
              "name": "param2"
            }
          ]
        },
        {
          "kind": "function",
          "name": "function4",
          "parameters": [
            {
              "name": "param1"
            },
            {
              "name": "param2",
              "default": "''"
            }
          ]
        },
        {
          "kind": "function",
          "name": "tsFunction1",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "param",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "jsDocFunction1",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "foo",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "jsDocFunction2",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "foo",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "bar",
              "type": {
                "text": "string"
              },
              "optional": true
            }
          ]
        },
        {
          "kind": "function",
          "name": "jsDocFunction3",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "foo"
            }
          ]
        },
        {
          "kind": "function",
          "name": "jsDocFunction4",
          "description": "only description",
          "parameters": [
            {
              "name": "foo"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MyElement",
          "declaration": {
            "name": "MyElement",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "function1",
          "declaration": {
            "name": "function1",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "function2",
          "declaration": {
            "name": "function2",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "function3",
          "declaration": {
            "name": "function3",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "function4",
          "declaration": {
            "name": "function4",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "tsFunction1",
          "declaration": {
            "name": "tsFunction1",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "jsDocFunction1",
          "declaration": {
            "name": "jsDocFunction1",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "jsDocFunction2",
          "declaration": {
            "name": "jsDocFunction2",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "jsDocFunction3",
          "declaration": {
            "name": "jsDocFunction3",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "jsDocFunction4",
          "declaration": {
            "name": "jsDocFunction4",
            "module": "./fixtures/functions_methods/package/my-element.js"
          }
        }
      ]
    }
  ]
}