aboutsummaryrefslogtreecommitdiff
path: root/js/commonjs/export.js
diff options
context:
space:
mode:
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;