1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
<FunctionNode name='jsx5.js' kind='MODULE' start='0' end='84'>
<isProgram/>
<ExportNode start='0' end='83'>
<ObjectNode start='15' end='83'>
<!-- ObjectNode Elements -->
<PropertyNode name='path' start='20' end='35'>
<!-- PropertyNode Key -->
<IdentNode start='20' end='24'>
<name>path</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<StringLiteralNode value='/contact' start='27' end='35'/>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode name='action' start='41' end='79'>
<!-- PropertyNode Key -->
<IdentNode start='41' end='47'>
<name>action</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<FunctionNode name='action' kind='NORMAL' start='41' end='79'>
<isMethod/>
<isNamedFunctionExpression/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='50' end='75'>
<isFunctionBody/>
<isTerminal/>
<!-- Block Statements -->
<ReturnNode start='56' end='75'>
<JsxElementNode name='Contact' start='63' end='74'>
<!-- JSX Element Attributes -->
<!-- JSX Element Children -->
</JsxElementNode>
</ReturnNode>
</Block>
</FunctionNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
</ObjectNode>
</ExportNode>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='0' end='84'>
<isFunctionBody/>
<isSynthetic/>
<!-- Block Statements -->
<VarNode name='*default*' start='15' end='83'>
<hasInit/>
<isAssignment/>
<isExport/>
<!-- VarNode Assignment Dest -->
<IdentNode start='15' end='83'>
<name>*default*</name>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<ObjectNode start='15' end='83'>
<!-- ObjectNode Elements -->
<PropertyNode name='path' start='20' end='35'>
<!-- PropertyNode Key -->
<IdentNode start='20' end='24'>
<name>path</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<StringLiteralNode value='/contact' start='27' end='35'/>
<!-- PropertyNode Decorators -->
</PropertyNode>
<PropertyNode name='action' start='41' end='79'>
<!-- PropertyNode Key -->
<IdentNode start='41' end='47'>
<name>action</name>
<isPropertyName/>
</IdentNode>
<!-- PropertyNode Value -->
<FunctionNode name='action' kind='NORMAL' start='41' end='79'>
<isMethod/>
<isNamedFunctionExpression/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='50' end='75'>
<isFunctionBody/>
<isTerminal/>
<!-- Block Statements -->
<ReturnNode start='56' end='75'>
<JsxElementNode name='Contact' start='63' end='74'>
<!-- JSX Element Attributes -->
<!-- JSX Element Children -->
</JsxElementNode>
</ReturnNode>
</Block>
</FunctionNode>
<!-- PropertyNode Decorators -->
</PropertyNode>
</ObjectNode>
</VarNode>
</Block>
</FunctionNode>
|