{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 40,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 39,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 38,
            "id": {
              "type": "Identifier",
              "start": 6,
              "end": 9,
              "name": "foo"
            },
            "init": {
              "type": "AwaitExpression",
              "start": 12,
              "end": 38,
              "argument": {
                "type": "ImportExpression",
                "start": 18,
                "end": 38,
                "source": {
                  "type": "Literal",
                  "start": 25,
                  "end": 37,
                  "value": "./noent.js",
                  "raw": "\"./noent.js\""
                }
              }
            }
          }
        ],
        "kind": "const"
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 6,
      "end": 9,
      "name": "foo"
    }
  ],
  "references": [],
  "files": [],
  "imports": [
    {
      "name": "./noent.js",
      "type": "local",
      "method": "dynamic"
    }
  ],
  "expression": false,
  "async": true
}