@devtools-ds/object-inspector
Version:
An emulation of the Chrome and Firefox object inspector, which allows you to view JavaScript objects in the console.
1 lines • 1.8 kB
Source Map (JSON)
{"version":3,"sources":["../src/ObjectInspector.css","<no source>"],"names":[],"mappings":"AAAA;EACE,WAAW;EACX,6BAA6B;EAC7B,uBAAuB;AACzB;;AAEA;EACE,iCAAwB;AAC1B;;AAEA;EACE,uBAAuB;AACzB;;AAEA;EACE,+BAAsB;AACxB;;AAEA;EACE,iCAAwB;AAC1B;;AAEA;EACE,kCAAyB;AAC3B;;AAEA;EACE,iCAAwB;AAC1B;;AAEA;EACE,iCAAwB;AAC1B;;AAEA;EACE,mCAA0B;AAC5B;;AAEA;EACE,kCAAyB;AAC3B;;AAEA;EACE,qCAA4B;AAC9B;;AAEA;EACE,gCAAuB;AACzB;;AAEA;EACE,oCAA2B;AAC7B;;AAEA;EACE,6CAAoC;AACtC;;AAEA;EACE,qCAA4B;AAC9B;;AC5DA;EAAA;CAAA;;AAAA;EAAA,sBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,sBAAA;EAAA,uBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,wBAAA;EAAA,uBAAA;EAAA,0BAAA;EAAA,qBAAA;EAAA,0BAAA;EAAA,yBAAA;EAAA;CAAA;;AAAA;EAAA,sBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,sBAAA;EAAA,uBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,wBAAA;EAAA,uBAAA;EAAA,0BAAA;EAAA,qBAAA;EAAA,0BAAA;EAAA,yBAAA;EAAA;CAAA;;AAAA;EAAA,sBAAA;EAAA,qBAAA;EAAA,oBAAA;EAAA,sBAAA;EAAA,uBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,wBAAA;EAAA,uBAAA;EAAA,0BAAA;EAAA,qBAAA;EAAA,0BAAA;EAAA,yBAAA;EAAA;CAAA","file":"ObjectInspector.css","sourcesContent":[".object-inspector {\n width: 100%;\n font-family: Menlo, monospace;\n color: @theme textColor;\n}\n\n.object-label {\n color: @theme labelColor;\n}\n\n.text {\n color: @theme textColor;\n}\n\n.key {\n color: @theme keyColor;\n}\n\n.value {\n color: @theme valueColor;\n}\n\n.string {\n color: @theme stringColor;\n}\n\n.regex {\n color: @theme regexColor;\n}\n\n.error {\n color: @theme errorColor;\n}\n\n.boolean {\n color: @theme booleanColor;\n}\n\n.number {\n color: @theme numberColor;\n}\n\n.undefined {\n color: @theme undefinedColor;\n}\n\n.null {\n color: @theme nullColor;\n}\n\n.function {\n color: @theme functionColor;\n}\n\n.function-decorator {\n color: @theme functionDecoratorColor;\n}\n\n.prototype {\n color: @theme prototypeColor;\n}\n",null]}