{ "type": "Module", "span": { "start": 42, "end": 323, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 42, "end": 59, "ctxt": 0 }, "declaration": { "type": "VariableDeclaration", "span": { "start": 49, "end": 59, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 53, "end": 58, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 53, "end": 54, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 57, "end": 58, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "definite": false } ] } }, { "type": "VariableDeclaration", "span": { "start": 60, "end": 70, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 64, "end": 69, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 64, "end": 65, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 68, "end": 69, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "definite": false } ] }, { "type": "ExportNamedDeclaration", "span": { "start": 71, "end": 84, "ctxt": 0 }, "specifiers": [ { "type": "ExportSpecifier", "span": { "start": 80, "end": 81, "ctxt": 0 }, "orig": { "type": "Identifier", "span": { "start": 80, "end": 81, "ctxt": 0 }, "value": "y", "optional": false }, "exported": null, "isTypeOnly": false } ], "source": null, "typeOnly": false, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 105, "end": 132, "ctxt": 0 }, "specifiers": [ { "type": "ImportSpecifier", "span": { "start": 114, "end": 115, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 114, "end": 115, "ctxt": 0 }, "value": "x", "optional": false }, "imported": null, "isTypeOnly": false }, { "type": "ImportSpecifier", "span": { "start": 117, "end": 118, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 117, "end": 118, "ctxt": 0 }, "value": "y", "optional": false }, "imported": null, "isTypeOnly": false } ], "source": { "type": "StringLiteral", "span": { "start": 126, "end": 131, "ctxt": 0 }, "value": "./a", "raw": "\"./a\"" }, "typeOnly": false, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 133, "end": 159, "ctxt": 0 }, "specifiers": [ { "type": "ImportNamespaceSpecifier", "span": { "start": 140, "end": 147, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 145, "end": 147, "ctxt": 0 }, "value": "a1", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 153, "end": 158, "ctxt": 0 }, "value": "./a", "raw": "\"./a\"" }, "typeOnly": false, "asserts": null }, { "type": "TsImportEqualsDeclaration", "span": { "start": 160, "end": 187, "ctxt": 0 }, "declare": false, "isExport": false, "isTypeOnly": false, "id": { "type": "Identifier", "span": { "start": 167, "end": 169, "ctxt": 0 }, "value": "a2", "optional": false }, "moduleRef": { "type": "TsExternalModuleReference", "span": { "start": 172, "end": 186, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 180, "end": 185, "ctxt": 0 }, "value": "./a", "raw": "\"./a\"" } } }, { "type": "VariableDeclaration", "span": { "start": 188, "end": 202, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 194, "end": 201, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 194, "end": 196, "ctxt": 0 }, "value": "a3", "optional": false, "typeAnnotation": null }, "init": { "type": "Identifier", "span": { "start": 199, "end": 201, "ctxt": 0 }, "value": "a1", "optional": false }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 204, "end": 210, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 204, "end": 209, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 204, "end": 205, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 208, "end": 209, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 224, "end": 230, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 224, "end": 229, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 228, "end": 229, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 244, "end": 253, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 244, "end": 252, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 244, "end": 248, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 244, "end": 246, "ctxt": 0 }, "value": "a1", "optional": false }, "property": { "type": "Identifier", "span": { "start": 247, "end": 248, "ctxt": 0 }, "value": "x", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 251, "end": 252, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 264, "end": 273, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 264, "end": 272, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 264, "end": 268, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 264, "end": 266, "ctxt": 0 }, "value": "a1", "optional": false }, "property": { "type": "Identifier", "span": { "start": 267, "end": 268, "ctxt": 0 }, "value": "y", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 271, "end": 272, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 284, "end": 293, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 284, "end": 292, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 284, "end": 288, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 284, "end": 286, "ctxt": 0 }, "value": "a2", "optional": false }, "property": { "type": "Identifier", "span": { "start": 287, "end": 288, "ctxt": 0 }, "value": "x", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 291, "end": 292, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 294, "end": 303, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 294, "end": 302, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 294, "end": 298, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 294, "end": 296, "ctxt": 0 }, "value": "a2", "optional": false }, "property": { "type": "Identifier", "span": { "start": 297, "end": 298, "ctxt": 0 }, "value": "y", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 301, "end": 302, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 304, "end": 313, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 304, "end": 312, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 304, "end": 308, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 304, "end": 306, "ctxt": 0 }, "value": "a3", "optional": false }, "property": { "type": "Identifier", "span": { "start": 307, "end": 308, "ctxt": 0 }, "value": "x", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 311, "end": 312, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, { "type": "ExpressionStatement", "span": { "start": 314, "end": 323, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 314, "end": 322, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 314, "end": 318, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 314, "end": 316, "ctxt": 0 }, "value": "a3", "optional": false }, "property": { "type": "Identifier", "span": { "start": 317, "end": 318, "ctxt": 0 }, "value": "y", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 321, "end": 322, "ctxt": 0 }, "value": 1.0, "raw": "1" } } } ], "interpreter": null }