deno_doc 0.198.0

doc generation for deno
Documentation
# old/mod.ts
export const VERSION = "1.0.0";

# new/mod.ts
export const VERSION = "2.0.0";

# output.json
{
  "modifiedModules": {
    "file:///mod.ts": {
      "modified": [
        {
          "name": "VERSION",
          "declarations": {
            "modified": [
              {
                "kind": "variable",
                "defChanges": {
                  "type": "variable",
                  "tsTypeChange": {
                    "old": {
                      "repr": "1.0.0",
                      "kind": "literal",
                      "value": {
                        "kind": "string",
                        "string": "1.0.0"
                      }
                    },
                    "new": {
                      "repr": "2.0.0",
                      "kind": "literal",
                      "value": {
                        "kind": "string",
                        "string": "2.0.0"
                      }
                    }
                  }
                }
              }
            ]
          }
        }
      ]
    }
  }
}