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