You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you have `protoc` compiled, you can run the tests provided along with our project to examine whether it can run successfully. In order to do this, you should download the Protocol Buffer source code from the release page with the link above. Then extract the source code and navigate to the folder named `js` containing a `package.json` file and a series of test files. In this folder, you can run the commands below to run the tests automatically.
41
41
@@ -129,7 +129,7 @@ The syntax of the `--js_out` flag is:
129
129
Where `OPTIONS` are separated by commas. Options are either `opt=val` or
130
130
just `opt` (for options that don't take a value). The available options
131
131
are specified and documented in the `GeneratorOptions` struct in
0 commit comments