Project import generated by Copybara

PiperOrigin-RevId: 311748964
pull/6761/head
Protobuf Team 5 years ago committed by Copybara-Service
parent 2ae7cf0e03
commit 63da77bc97
  1. 4
      js/experimental/runtime/internal/checks.js

@ -2,7 +2,7 @@
* @fileoverview Proto internal runtime checks. * @fileoverview Proto internal runtime checks.
* *
* Checks are grouped into different severity, see: * Checks are grouped into different severity, see:
* http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers * http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers
* *
* Checks are also grouped into different sections: * Checks are also grouped into different sections:
* - CHECK_BOUNDS: * - CHECK_BOUNDS:
@ -23,7 +23,7 @@ const WireType = goog.require('protobuf.binary.WireType');
// //
// See // See
// http://g3doc/javascript/protobuf/README.md#configurable-check-support-in-protocol-buffers // http://g3doc/third_party/protobuf/javascript/README.md#configurable-check-support-in-protocol-buffers
// //
/** @define{string} */ /** @define{string} */
const CHECK_LEVEL_DEFINE = goog.define('protobuf.defines.CHECK_LEVEL', ''); const CHECK_LEVEL_DEFINE = goog.define('protobuf.defines.CHECK_LEVEL', '');

Loading…
Cancel
Save