Skip to content

Commit

Permalink
Update policy on supported versions of JS dependencies (google#2685)
Browse files Browse the repository at this point in the history
It is being a maintainace issue to keep updating JS api to be compatible with newer closure releases.
https://buganizer.corp.google.com/issues/192369473
  • Loading branch information
penmetsaa authored Oct 28, 2021
1 parent e1553a4 commit 177e70c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ How to setup:

* `git clone https://github.com/google/python-gflags.git`

1. We officially support only these versions of these dependencies:

* Closure library: v20190415

* Closure compiler: v20140407

* Closure linter: v2.3.19

* Python gflags: 3.1.2

Note: We were to build at latest versions of these dependencies, however, we cannot promise that
we continue to support newer version of these dependencies. We learned that newer Closure binaries
deprecate older apis earlier, leading to build breakages.

If you don't checkout the dependencies next to libphonenumber:

1. Change the path of the `<script src="">` in the html pages to point to wherever base.js is located
Expand Down

0 comments on commit 177e70c

Please sign in to comment.