You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
driving the codegen: this can be fixed easily once we change the compiler to have a pipeline (check-generate, check-generate). The logic in the checker for visiting units would then be enough to handle this
determine some information about constant fields from the js codegen. I still need to look further into this one.
The text was updated successfully, but these errors were encountered:
element.node
is not cached, it can trigger reparsing ASTs and remapping nodes to their elements. It's recommended that we don't use it.The CL at https://chromereviews.googleplex.com/143177014/ gets rid of most of the uses except 2:
The text was updated successfully, but these errors were encountered: