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