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

Crawl prerendered pages without regex hackery #3288

Merged
merged 19 commits into from Jan 11, 2022
Merged

Commits on Jan 11, 2022

  1. Copy the full SHA
    f5e704a View commit details
    Browse the repository at this point in the history
  2. implement crawler

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    5c21264 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2bb99d3 View commit details
    Browse the repository at this point in the history
  4. add large page test

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    218317f View commit details
    Browse the repository at this point in the history
  5. lint

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    4bcba03 View commit details
    Browse the repository at this point in the history
  6. poor mans benchmarking

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    a84851c View commit details
    Browse the repository at this point in the history
  7. speed things up a bit

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    4a56bfa View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2f1fed1 View commit details
    Browse the repository at this point in the history
  9. tweak

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    bd7b802 View commit details
    Browse the repository at this point in the history
  10. use a map

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    b5d2aa5 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ec22cc7 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a147963 View commit details
    Browse the repository at this point in the history
  13. avoid allocating map

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    ac11b6c View commit details
    Browse the repository at this point in the history
  14. fix attribute names

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    a0275bd View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    b70be42 View commit details
    Browse the repository at this point in the history
  16. changeset

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    544b4c5 View commit details
    Browse the repository at this point in the history
  17. lint

    Rich-Harris committed Jan 11, 2022
    Copy the full SHA
    266228c View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    0e4c2d1 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    9847466 View commit details
    Browse the repository at this point in the history