commit | b689bef776647b4cef3148e538c211331295caf8 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Tue Feb 11 17:54:53 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 11 17:54:53 2020 +0000 |
tree | 59aadfd527323207e5d934d3731531e8c6496c4f | |
parent | 5d525a5a4b9d5596c57bac67ee9d85cc28acb3c4 [diff] | |
parent | 395fb23434ca3ad02f3cea7ae33de4e60a2ad790 [diff] |
Merge "Small fix for import path"
This repository contains a code to provide compatibility layer between Polymer 3 and Polymer 2. It allows to run Polymer 2 application on top of Polymer 3 without changing a code.
The repository is added as a submodule to gerrit project; polygerrit-ui/app/package.json references a local folder (with submodule).
folder will be removed after full switch from Polymer 2 to Polymer 3.
Some files have code related to google-closure-library, but it is not necessary to use google-closure-library - the polymer/lib/utils/boot_bridge.js file provides placoholders for it.
Note: it is expected, that this repository is used only during transition period (Polymer 2 -> Polymer 3). After the transition is complete (including plugins), the submodule will be removed from gerrit repository.