Web UI dependency transformations - fieldenms/tg GitHub Wiki

All Web UI dependency transformations can be found by /*TG #issue_number*/ markers in the code. In IntelliJ, search globally by a string of \/\*TG. Currently there are markers /*TG #2329*/ (many), but also /*TG #185*/ and /*TG #2368*/.

See also ...Lib transform... commits in TG git history. And wiki-like issues #2329 / #2350 for gathered older commits pertaining to transformations.


Not in package.json infrastructure:

  • leaflet: leaflet-src.js (/*TG #2368*/)

In package.json infrastructure:

  • "@polymer/app-route": "^3.0.2": app-location.js
  • "@polymer/iron-location": "^3.0.2": iron-location.js
  • "@polymer/iron-overlay-behavior": "^3.0.3": iron-overlay-manager.js
  • "@polymer/iron-resizable-behavior": "^3.0.1": iron-resizable-behavior.js
  • "@polymer/paper-checkbox": "^3.1.0": paper-checkbox.js
  • "@polymer/paper-input": "^3.2.1": paper-input-error.js
  • "@toast-ui/editor": "^3.2.2": index.js (/*TG #185*/)
  • "@webcomponents/shadycss": "^1.11.2": apply-shim.js

Development only:

  • "wct-browser-legacy": "1.0.2": browser.js