{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "declare",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 12
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 17,
                "column": 15
              },
              "end": {
                "line": 17,
                "column": 16
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 16
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "module",
            "loc": {
              "start": {
                "line": 17,
                "column": 18
              },
              "end": {
                "line": 17,
                "column": 24
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 27
              },
              "end": {
                "line": 17,
                "column": 28
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 18
            },
            "end": {
              "line": 17,
              "column": 28
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "ns",
            "loc": {
              "start": {
                "line": 17,
                "column": 30
              },
              "end": {
                "line": 17,
                "column": 32
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 17,
                "column": 35
              },
              "end": {
                "line": 17,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 30
            },
            "end": {
              "line": 17,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 37
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "module",
          "loc": {
            "start": {
              "line": 18,
              "column": 1
            },
            "end": {
              "line": 18,
              "column": 7
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 18,
              "column": 10
            },
            "end": {
              "line": 18,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 18,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "module",
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 7
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 10
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Identifier",
        "name": "module",
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 7
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Identifier",
        "name": "ns",
        "loc": {
          "start": {
            "line": 22,
            "column": 1
          },
          "end": {
            "line": 22,
            "column": 3
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": "BlockStatement",
      "statements": [],
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 3
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Identifier",
        "name": "declare",
        "loc": {
          "start": {
            "line": 25,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 8
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Identifier",
        "name": "module",
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 7
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "StringLiteral",
        "value": "a",
        "loc": {
          "start": {
            "line": 27,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 4
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 4
        }
      }
    },
    {
      "type": "BlockStatement",
      "statements": [],
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 3
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "Identifier",
        "name": "M",
        "loc": {
          "start": {
            "line": 30,
            "column": 8
          },
          "end": {
            "line": 30,
            "column": 9
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [],
        "loc": {
          "start": {
            "line": 30,
            "column": 10
          },
          "end": {
            "line": 30,
            "column": 12
          }
        }
      },
      "declare": false,
      "global": false,
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 8
        }
      }
    },
    {
      "type": "TSModuleDeclaration",
      "id": {
        "type": "StringLiteral",
        "value": "module",
        "loc": {
          "start": {
            "line": 32,
            "column": 16
          },
          "end": {
            "line": 32,
            "column": 24
          }
        }
      },
      "body": {
        "type": "TSModuleBlock",
        "body": [],
        "loc": {
          "start": {
            "line": 32,
            "column": 25
          },
          "end": {
            "line": 32,
            "column": 27
          }
        }
      },
      "declare": true,
      "global": false,
      "loc": {
        "start": {
          "line": 32,
          "column": 9
        },
        "end": {
          "line": 33,
          "column": 1
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 33,
      "column": 1
    }
  }
}
