Closed
Description
What was accomplished
- fixed AMP deployment of worker-dom artifacts (copy worker-dom files from the new amp-production directory when it exists amphtml#30141)
- prototyped moving compilation of
worker-dom
to downstream repos. (Output MJS only, requiring downstream consumers to transpile if necessary worker-dom#937) - added
amp-debug
andamp-production
binaries toworker-dom
. (Refactor output worker-dom#929) - prototyped adding
content-visibility
css automatically for valid AMP components. - created repo to test amp.dev performance and discovered svg issue causing slowdown
Lessons Learned
What's Next
- visual diffs for module build
- improve compatibility of
worker-dom
Element.innerHTML
setter.