{ "type": "Script", "span": { "start": 13, "end": 194, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 13, "end": 36, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 17, "end": 35, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 17, "end": 19, "ctxt": 0 }, "value": "id", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 19, "end": 27, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 21, "end": 27, "ctxt": 0 }, "kind": "number" } } }, "init": { "type": "NumericLiteral", "span": { "start": 30, "end": 35, "ctxt": 0 }, "value": 10000.0 }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 37, "end": 66, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 41, "end": 65, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 41, "end": 45, "ctxt": 0 }, "value": "name", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 45, "end": 53, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 47, "end": 53, "ctxt": 0 }, "kind": "string" } } }, "init": { "type": "StringLiteral", "span": { "start": 56, "end": 65, "ctxt": 0 }, "value": "my name", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 68, "end": 94, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 72, "end": 93, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 72, "end": 78, "ctxt": 0 }, "value": "person", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 81, "end": 93, "ctxt": 0 }, "properties": [ { "type": "Identifier", "span": { "start": 83, "end": 87, "ctxt": 0 }, "value": "name", "optional": false }, { "type": "Identifier", "span": { "start": 89, "end": 91, "ctxt": 0 }, "value": "id", "optional": false } ] }, "definite": false } ] }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 105, "end": 108, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 109, "end": 140, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 109, "end": 140, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 110, "end": 140, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 112, "end": 140, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 114, "end": 127, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 114, "end": 118, "ctxt": 0 }, "value": "name", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 118, "end": 126, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 120, "end": 126, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 128, "end": 138, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 128, "end": 130, "ctxt": 0 }, "value": "id", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 130, "end": 138, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 132, "end": 138, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } } } ], "decorators": [], "span": { "start": 96, "end": 145, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 142, "end": 145, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "ExpressionStatement", "span": { "start": 146, "end": 158, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 146, "end": 157, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 146, "end": 149, "ctxt": 0 }, "value": "foo", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 150, "end": 156, "ctxt": 0 }, "value": "person", "optional": false } } ], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 161, "end": 194, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 165, "end": 193, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 165, "end": 168, "ctxt": 0 }, "value": "obj", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 171, "end": 193, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 173, "end": 177, "ctxt": 0 }, "value": "name", "optional": false }, "value": { "type": "Identifier", "span": { "start": 179, "end": 183, "ctxt": 0 }, "value": "name", "optional": false } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 185, "end": 187, "ctxt": 0 }, "value": "id", "optional": false }, "value": { "type": "Identifier", "span": { "start": 189, "end": 191, "ctxt": 0 }, "value": "id", "optional": false } } ] }, "definite": false } ] } ], "interpreter": null }