aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/commonjs/export.js
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-02-04 14:58:45 -0800
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-02-18 10:30:21 -0800
commitd6a186a8f18c1b14979e0244c0434b5b89c0f8a9 (patch)
tree9dbeae7f2bc3b075369961a08e7109a72259916a /js/commonjs/export.js
parent9e60036c1b1db947d29cbaaa668aeae19e7d2068 (diff)
Added some documentation in comments.
Diffstat (limited to 'js/commonjs/export.js')
-rw-r--r--js/commonjs/export.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/commonjs/export.js b/js/commonjs/export.js
index ffbeb9db..89ded330 100644
--- a/js/commonjs/export.js
+++ b/js/commonjs/export.js
@@ -1,5 +1,8 @@
/**
* @fileoverview Export symbols needed by generated code in CommonJS style.
+ *
+ * This effectively is our canonical list of what we publicly export from
+ * the google-protobuf.js file that we build at distribution time.
*/
exports.Message = jspb.Message;