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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
<FunctionNode name=':program' kind='SCRIPT' start='0' end='659'>
<hasDeclaredFunctions/>
<isProgram/>
<!-- FunctionNode Parameters -->
<!-- FunctionNode Body -->
<Block start='0' end='659'>
<isFunctionBody/>
<isSynthetic/>
<!-- Block Statements -->
<VarNode name='login' start='0' end='659'>
<hasInit/>
<isAssignment/>
<isFunctionDeclaration/>
<!-- VarNode Assignment Dest -->
<IdentNode start='9' end='14'>
<name>login</name>
<isInitializedHere/>
</IdentNode>
<!-- VarNode Init -->
<FunctionNode name='login' kind='NORMAL' start='0' end='659'>
<isDeclared/>
<!-- FunctionNode Parameters -->
<IdentNode start='15' end='22'>
<name>context</name>
</IdentNode>
<!-- FunctionNode Body -->
<Block start='24' end='657'>
<isFunctionBody/>
<isTerminal/>
<!-- Block Statements -->
<ReturnNode start='28' end='657'>
<JsxElementNode name='div' start='41' end='652'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='46' end='64'>
<!-- JSX Attribute Value -->
<AccessNode property='root' start='57' end='63'>
<!-- AccessNode Base -->
<IdentNode start='57' end='58'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='div' start='72' end='641'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='77' end='100'>
<!-- JSX Attribute Value -->
<AccessNode property='container' start='88' end='99'>
<!-- AccessNode Base -->
<IdentNode start='88' end='89'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='form' start='110' end='627'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='method' start='116' end='128'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='post' start='124' end='123'/>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='div' start='141' end='610'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='146' end='169'>
<!-- JSX Attribute Value -->
<AccessNode property='formGroup' start='157' end='168'>
<!-- AccessNode Base -->
<IdentNode start='157' end='158'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='form' start='180' end='593'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='method' start='186' end='198'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='post' start='194' end='193'/>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='div' start='212' end='576'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='217' end='240'>
<!-- JSX Attribute Value -->
<AccessNode property='formGroup' start='228' end='239'>
<!-- AccessNode Base -->
<IdentNode start='228' end='229'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<!-- JSX Element Children -->
<JsxElementNode name='label' start='254' end='369'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='261' end='280'>
<!-- JSX Attribute Value -->
<AccessNode property='label' start='272' end='279'>
<!-- AccessNode Base -->
<IdentNode start='272' end='273'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<JsxAttributeNode name='htmlFor' start='281' end='305'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='usernameOrEmail' start='290' end='289'/>
</JsxAttributeNode>
<!-- JSX Element Children -->
<StringLiteralNode value='Username or email address:' start='322' end='307'/>
</JsxElementNode>
<JsxElementNode name='input' start='382' end='559'>
<!-- JSX Element Attributes -->
<JsxAttributeNode name='className' start='403' end='422'>
<!-- JSX Attribute Value -->
<AccessNode property='input' start='414' end='421'>
<!-- AccessNode Base -->
<IdentNode start='414' end='415'>
<name>s</name>
</IdentNode>
</AccessNode>
</JsxAttributeNode>
<JsxAttributeNode name='id' start='437' end='456'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='usernameOrEmail' start='441' end='440'/>
</JsxAttributeNode>
<JsxAttributeNode name='type' start='472' end='482'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='text' start='478' end='477'/>
</JsxAttributeNode>
<JsxAttributeNode name='name' start='498' end='519'>
<!-- JSX Attribute Value -->
<StringLiteralNode value='usernameOrEmail' start='504' end='503'/>
</JsxAttributeNode>
<JsxAttributeNode name='autoFocus' start='535' end='544'>
</JsxAttributeNode>
<!-- JSX Element Children -->
</JsxElementNode>
</JsxElementNode>
</JsxElementNode>
</JsxElementNode>
</JsxElementNode>
</JsxElementNode>
</JsxElementNode>
</ReturnNode>
</Block>
</FunctionNode>
</VarNode>
</Block>
</FunctionNode>
|