aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/pretty.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-258/+0
* jsre: hide fields with prefix _ when pretty-printingFelix Lange2016-04-131-1/+1
* jsre: print BigNumber objects with custom constructor as numberFelix Lange2016-04-121-5/+13
* jsre: include constructor properties in auto-completionFelix Lange2016-02-151-9/+19
* jsre: fix pretty printer for upstream otto changeFelix Lange2016-02-121-2/+11
* jsre: fix annoying indentation when printing arrays of objectsFelix Lange2015-08-161-6/+9
* jsre: bind the pretty printer to "inspect" in JSFelix Lange2015-08-161-0/+8
* cmd/geth, jsre: restore command line editing on windowsFelix Lange2015-08-121-0/+220