Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevTools] Support extended source maps with named hooks information #22010

Merged
merged 12 commits into from
Aug 11, 2021

Commits on Aug 11, 2021

  1. Adds getHookNamesFromAST (+ tests) to astUtils to parse hook names ba…

    …sed solely on static information
    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    442a6cb View commit details
    Browse the repository at this point in the history
  2. Add generateHookMap to build encoded hook map to be added to extended…

    … sourcemaps
    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4eabca4 View commit details
    Browse the repository at this point in the history
  3. Update updateMockSourceMaps to generate an extended sourcemap which w…

    …ill then be used in udpated tests
    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    15999a4 View commit details
    Browse the repository at this point in the history
  4. Hook Map is now generated flat list without overlap, improve code com…

    …ments, add/move tests into generateHookMap-test
    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2eb6439 View commit details
    Browse the repository at this point in the history
  5. Support optional chaining in flowconfig

    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ace49a9 View commit details
    Browse the repository at this point in the history
  6. Fix yarn.lock

    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    22b3265 View commit details
    Browse the repository at this point in the history
  7. Address most PR comments, improve comments in code

    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    4683cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2273fd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30e9901 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2993724 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2887765 View commit details
    Browse the repository at this point in the history
  12. Add extra comments about extension fields

    Juan Tejada committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    83e3b89 View commit details
    Browse the repository at this point in the history