Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/decode-uri-component…
Browse files Browse the repository at this point in the history
…-0.2.2
  • Loading branch information
dibenede authored Jan 3, 2024
2 parents 861fbeb + e3ead65 commit af27a53
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,23 @@ To use Protocol Buffers with JavaScript, you need two main components:
(look for the `protoc-*.zip` files under **Downloads**).


Project Status as of September 2022

Project Status
===

This project is currently in a somewhat broken state that we are working to rectify. We expect to have updated releases by the end of September 2022.
This project is currently in a working state.

**Support Status**

Protobuf JavaScript is widely used and well maintained internally at Google but does not currently have staffing for more than minimal support for this open source project.
We currently do not have staffing for more than minimal support for this open
source project. We will answer questions and triage any issues.

**Contributing**

Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades.
Contributions should preserve existing behavior where possible. Current
customers rely on applications continuing to work across minor version upgrades.
We encourage small targeted contributions. Thanks!

We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks!

Setup
=====
Expand Down Expand Up @@ -149,7 +152,7 @@ The syntax of the `--js_out` flag is:
Where `OPTIONS` are separated by commas. Options are either `opt=val` or
just `opt` (for options that don't take a value). The available options
are specified and documented in the `GeneratorOptions` struct in
[src/google/protobuf/compiler/js/js_generator.h](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/compiler/js/js_generator.h#L53).
[generator/js_generator.h](https://github.com/protocolbuffers/protobuf-javascript/blob/main/generator/js_generator.h#L53).

Some examples:

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1635,8 +1635,8 @@ semver-greatest-satisfied-range@^1.1.0:
sver-compat "^1.5.0"

"semver@2 || 3 || 4 || 5":
version "5.7.1"
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
version "5.7.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"

set-blocking@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit af27a53

Please sign in to comment.