Add typescript flatbuffer reflection library

Provide enough of a library to support the equivalent of our C++
FlatbufferToJson code.

Change-Id: I430884816c275d7901c88ad5406ed299e1eb00fa
diff --git a/aos/network/www/reflection_test.html b/aos/network/www/reflection_test.html
new file mode 100644
index 0000000..b9cc6c8
--- /dev/null
+++ b/aos/network/www/reflection_test.html
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <script src="flatbuffers.js"></script>
+    <script src="reflection_test_bundle.min.js" defer></script>
+  </head>
+  <body>
+  </body>
+</html>