Sign in
chromium
/
external
/
github.com
/
protocolbuffers
/
protobuf-javascript
/
refs/heads/main
/
.
/
binary
/
encoder_alias.js
blob: 187507fa87ed306d3c7eadbb873bd0a1b819191b [
file
] [
log
] [
blame
] [
edit
]
/**
* @fileoverview Legacy alias for the old namespace used by encoder.js
*/
goog
.
module
(
'jspb.BinaryEncoder'
);
goog
.
module
.
declareLegacyNamespace
();
const
{
BinaryEncoder
}
=
goog
.
require
(
'jspb.binary.encoder'
);
exports
=
BinaryEncoder
;