Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

wg-runtime Status Update 2019-08-19 #16

Closed
dreamofabear opened this issue Sep 3, 2019 · 0 comments
Closed

wg-runtime Status Update 2019-08-19 #16

dreamofabear opened this issue Sep 3, 2019 · 0 comments

Comments

@dreamofabear
Copy link

What was accomplished

  • Fix-it
    • Launch amp-script
    • jsonConfiguration()
    • amp-list: DOM diffing and error UI

Lessons learned

  • Code branching on const private props are not DCE’d
/** @const */
this.nope_ = false;

if (this.nope_) {
  foo(); // Still bundled.
}

What's next

  • amp-script + amp-state
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant