Commit Graph

18 Commits

Author SHA1 Message Date
József Farkas
07cc4cef2f Use import/export instead of references. Use webpack instead of tsc. 2016-04-19 22:35:16 +02:00
László Monda
97c025d19b Ease debugging by making the dump much easier to read for deeper object hierarchies. 2016-04-15 01:49:01 +02:00
László Monda
ba64cc6da6 Add Function.d.ts 2016-04-09 14:03:02 +02:00
László Monda
9c532ecdf7 Make Serializer.stringifyJsObject() private. 2016-04-08 01:42:14 +02:00
László Monda
ccab8f0be2 Extract Serializable.dumpMethodName() 2016-04-08 01:04:08 +02:00
László Monda
56aa1982b1 Dump transformations only if Serializable.enableDump is true. 2016-04-07 02:51:21 +02:00
László Monda
b812753e06 Dump array length in ClassArray_fromBinary() 2016-04-07 02:37:24 +02:00
László Monda
15b27271a0 Move the gist of KeyActions to UhkArray and rename it as ClassArray. Make KeyActions descend from ClassArray. Improve array buffer dumping. 2016-04-04 00:06:18 +02:00
László Monda
0a0eb4c718 Chop off the tail of overly long JSONs. 2016-04-03 21:10:41 +02:00
László Monda
35da91b6ee Fix method name. 2016-04-03 19:23:50 +02:00
László Monda
5c4e9d5912 Dump Serializable.toBinary() 2016-04-03 19:18:01 +02:00
László Monda
b0b7a642a4 Dump UhkBuffer.toJsObject() 2016-04-03 19:09:49 +02:00
László Monda
a0ed4bd5a7 Further tweak the display of the buffer dump. 2016-04-03 19:05:55 +02:00
László Monda
c92831907b Dump buffer operations in a nicer and more compact way. 2016-04-03 02:47:06 +02:00
László Monda
ec65753246 Dump Serializable.fromBinary() 2016-04-03 02:38:23 +02:00
László Monda
2b91aa3152 Add UhkArray. Don't dump arrays. 2016-04-03 01:25:07 +02:00
László Monda
7841779b46 Make Serializable dump fromJsObject() calls. 2016-04-02 00:58:06 +02:00
László Monda
ecb9d6f73c Rename model to config-serializer 2016-03-29 01:56:58 +02:00