Merge from Google internal for 3.4 release
diff --git a/js/test.proto b/js/test.proto
index 2be5b8c..7c881c0 100644
--- a/js/test.proto
+++ b/js/test.proto
@@ -235,6 +235,13 @@
 }
 
 
+message Int64Types {
+  optional int64 int64_normal = 1 [jstype=JS_NORMAL];
+  optional sint64 int64_string = 2 [jstype=JS_STRING];
+  optional uint64 int64_number = 3 [jstype=JS_NUMBER];
+
+}
+
 message TestMapFieldsNoBinary {
 
   map<string, string> map_string_string = 1;
@@ -271,3 +278,4 @@
     }
   }
 }
+