Skip to content

Commit

Permalink
build: Release v3.x of CommonJS channel (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb authored Apr 5, 2023
1 parent 4bd4850 commit cd32ed5
Show file tree
Hide file tree
Showing 6 changed files with 610 additions and 19 deletions.
2 changes: 1 addition & 1 deletion google/protobuf/any.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions google/protobuf/any.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import _m0 from "protobufjs/minimal";
* if (any.is(Foo.class)) {
* foo = any.unpack(Foo.class);
* }
* // or ...
* if (any.isSameTypeAs(Foo.getDefaultInstance())) {
* foo = any.unpack(Foo.getDefaultInstance());
* }
*
* Example 3: Pack and unpack a message in Python.
*
Expand Down
Loading

0 comments on commit cd32ed5

Please sign in to comment.