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

implement webpack chunks file updating using ast manipulation #12

Merged
merged 12 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. implement webpack chunks file updating using ast manipulation

    this allows us not to have to require the use of the `serverMinification: false` option
    (as we're no longer relying on known variable names)
    dario-piotrowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e3c865c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0f146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2e64b View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Pete Bacon Darwin <pbacondarwin@cloudflare.com>
    dario-piotrowicz and petebacondarwin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7ffd614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5272a2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab94bf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1e1edd View commit details
    Browse the repository at this point in the history
  8. fixup! implement webpack chunks file updating using ast manipulation

    add ts-doc comments to newly introduced functions
    dario-piotrowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    55d780d View commit details
    Browse the repository at this point in the history
  9. fixup! implement webpack chunks file updating using ast manipulation

    generalize `getWEbpackChunksFileTsSource` to `tsParseFile`
    dario-piotrowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f000041 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b446a5 View commit details
    Browse the repository at this point in the history
  11. fixup! implement webpack chunks file updating using ast manipulation

    update webpackFRequireFunction detection not to use unclear `find(Boolean)`
    dario-piotrowicz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    877c0d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b8ea93 View commit details
    Browse the repository at this point in the history