google / incremental-dom

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

Update/modernize the Bazel build tooling. #474

Closed emspishak closed 2 years ago

emspishak commented 2 years ago

This includes:

The JS output is roughly the same. There are some small changes related to variable renaming and optimizations that shouldn't affect runtime behavior. The main difference is that the const DEBUG replacements now work (before the DEBUG const got inlined before the replacement step).