google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Feature: Closure Support #483

Open sgammon opened 2 years ago

sgammon commented 2 years ago

This changeset amends the current copy of IncrementalDOM to work again from Closure and Soy's iDOM compiler. Coupled with bazelbuild/rules_closure#549. Obviously incremental-dom has had Closure support before, and maybe still has it inside Google, but that feature doesn't yet work with rules_closure in open source mode (AFAIK).