Skip to content

Commit

Permalink
remove wildcards from estree_translator
Browse files Browse the repository at this point in the history
Summary: I keep running into cases where I refactor the AST and forget to update estree_translator, because it's using wildcards. using destructuring, we can ensure that future changes are explicitly handled in the translator.

Reviewed By: gabelevi

Differential Revision: D13244635

fbshipit-source-id: 91121e7140b96ee59b024a07ff13fe8c5bc2955e
  • Loading branch information
mroch authored and facebook-github-bot committed Nov 29, 2018
1 parent 205077d commit 65b550f
Showing 1 changed file with 455 additions and 491 deletions.
Loading

0 comments on commit 65b550f

Please sign in to comment.