Skip to content

Instantly share code, notes, and snippets.

@linclark
Last active May 12, 2016 15:05
Show Gist options
  • Save linclark/463eebbc4c36dc09dbe6f1f15788769a to your computer and use it in GitHub Desktop.
Save linclark/463eebbc4c36dc09dbe6f1f15788769a to your computer and use it in GitHub Desktop.
HTML output by grip rep
<span class="objectBox objectBox-object" role="presentation">
<span class="objectLeftBrace" role="presentation">{</span>
<span>
<span class="nodeName">objProp</span>
<span class="objectEqual" role="presentation">: </span>
<span class="objectBox objectBox-object" role="presentation">
<span class="objectTitle"></span>
<span class="objectLeftBrace" role="presentation">{</span>
<span>
<span class="nodeName">type</span>
<span class="objectEqual" role="presentation">: </span>
<span class="objectBox objectBox-string" role="presentation">"object"</span>
<span class="objectComma" role="presentation">, </span>
</span>
<span>
<span class="nodeName">class</span>
<span class="objectEqual" role="presentation">: </span>
<span class="objectBox objectBox-string" role="presentation">"Object"</span>
<span class="objectComma" role="presentation">, </span>
</span>
<span>
<span class="nodeName">actor</span>
<span class="objectEqual" role="presentation">: </span>
<span class="objectBox objectBox-string" role="presentation">"server1.conn1.obj198"</span>
<span class="objectComma" role="presentation">, </span>
</span>
<span class="caption">more...</span>
<span class="objectRightBrace">}</span>
</span>
<span class="objectComma" role="presentation">, </span>
</span>
<span>
<span class="nodeName">strProp</span>
<span class="objectEqual" role="presentation">: </span>
<span class="objectBox objectBox-string" role="presentation">"test string"</span>
<span class="objectComma" role="presentation"></span>
</span>
<span class="objectRightBrace">}</span>
</span>
let gripStub = {
"type": "object",
"class": "Object",
"actor": "server1.conn1.obj197",
"extensible": true,
"frozen": false,
"sealed": false,
"ownPropertyLength": 2,
"preview": {
"kind": "Object",
"ownProperties": {
"objProp": {
"configurable": true,
"enumerable": true,
"writable": true,
"value": {
"type": "object",
"class": "Object",
"actor": "server1.conn1.obj198",
"extensible": true,
"frozen": false,
"sealed": false,
"ownPropertyLength": 1
}
},
"strProp": {
"configurable": true,
"enumerable": true,
"writable": true,
"value": "test string"
}
},
"ownPropertiesLength": 2,
"safeGetterValues": {}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment