{
  "type": "Program",
  "start": 0,
  "end": 103,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 6,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 40,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 40
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 17,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 17
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "name": "ThingsToDo"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 23,
        "end": 39,
        "loc": {
          "start": {
            "line": 1,
            "column": 23
          },
          "end": {
            "line": 1,
            "column": 39
          }
        },
        "value": "./things_to_do",
        "rawValue": "./things_to_do",
        "raw": "\"./things_to_do\""
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 42,
      "end": 74,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 32
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 42,
        "end": 73,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 31
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 42,
          "end": 49,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 50,
            "end": 72,
            "loc": {
              "start": {
                "line": 3,
                "column": 8
              },
              "end": {
                "line": 3,
                "column": 30
              }
            },
            "value": "./_things_to_do.scss",
            "rawValue": "./_things_to_do.scss",
            "raw": "\"./_things_to_do.scss\""
          }
        ]
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 76,
      "end": 102,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 26
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 91,
        "end": 101,
        "loc": {
          "start": {
            "line": 5,
            "column": 15
          },
          "end": {
            "line": 5,
            "column": 25
          }
        },
        "name": "ThingsToDo",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}