File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131/**
3232 * @fileoverview This file contains constants and typedefs used by
3333 * jspb.BinaryReader and BinaryWriter.
34+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
3435 *
3536 * @author aappleby@google.com (Austin Appleby)
3637 */
Original file line number Diff line number Diff line change 4040 * intact, you _must_ read them using one of the Hash64 methods, which return
4141 * an 8-character string.
4242 *
43+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
4344 * @author aappleby@google.com (Austin Appleby)
4445 */
4546
Original file line number Diff line number Diff line change 4141 * using the typed jspb code generator, but if you bypass that you'll need
4242 * to keep things in sync by hand.
4343 *
44+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
4445 * @author aappleby@google.com (Austin Appleby)
4546 */
4647
Original file line number Diff line number Diff line change 3232 * @fileoverview This file contains helper code used by jspb.BinaryReader
3333 * and BinaryWriter.
3434 *
35+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
3536 * @author aappleby@google.com (Austin Appleby)
3637 */
3738
Original file line number Diff line number Diff line change 5252 * Major caveat 3 - This class uses typed arrays and must not be used on older
5353 * browsers that do not support them.
5454 *
55+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
5556 * @author aappleby@google.com (Austin Appleby)
5657 */
5758
Original file line number Diff line number Diff line change 1+
12// Protocol Buffers - Google's data interchange format
23// Copyright 2008 Google Inc. All rights reserved.
34// https://developers.google.com/protocol-buffers/
2829// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2930// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3031
32+ /**
33+ * @fileoverview
34+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
35+ */
3136goog . provide ( 'jspb.Map' ) ;
3237
3338goog . require ( 'goog.asserts' ) ;
Original file line number Diff line number Diff line change 3131/**
3232 * @fileoverview Definition of jspb.Message.
3333 *
34+ * @suppress {missingRequire} TODO(b/152540451): this shouldn't be needed
3435 * @author mwr@google.com (Mark Rawling)
3536 */
3637
You can’t perform that action at this time.
0 commit comments