Browse Source

Update policy on supported versions of JS dependencies (#2685)

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
pull/2692/head
penmetsaa 4 years ago
committed by GitHub
parent
commit
177e70c3c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      javascript/README.md

+ 14
- 0
javascript/README.md View File

@ -18,6 +18,20 @@ How to setup:
* `git clone https://github.com/google/python-gflags.git` * `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: 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 1. Change the path of the `<script src="">` in the html pages to point to wherever base.js is located


Loading…
Cancel
Save