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 route scoping solution #836

Merged
merged 25 commits into from
Aug 2, 2024
Merged

implement route scoping solution #836

merged 25 commits into from
Aug 2, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    cf40e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1318938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33e7842 View commit details
    Browse the repository at this point in the history
  4. fixup! implement route scoping solution

    update changeset
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ef3df46 View commit details
    Browse the repository at this point in the history
  5. fixup! implement route scoping solution

    update regex
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f4428c2 View commit details
    Browse the repository at this point in the history
  6. fixup! implement route scoping solution

    use a single return statement instead of updating fileContents
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    eec1d6f View commit details
    Browse the repository at this point in the history
  7. fixup! implement route scoping solution

    add missing semicolon
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    435c53a View commit details
    Browse the repository at this point in the history
  8. fixup! implement route scoping solution

    avoid unnecessary spreading
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a09e7d8 View commit details
    Browse the repository at this point in the history
  9. fixup! implement route scoping solution

    format code
    dario-piotrowicz committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c1f5650 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fixup! implement route scoping solution

    generalize regex
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9a65f29 View commit details
    Browse the repository at this point in the history
  2. fixup! implement route scoping solution

    improve buildFunctionFile code and make it more clear
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8a36861 View commit details
    Browse the repository at this point in the history
  3. fixup! implement route scoping solution

    add entries()
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d82a558 View commit details
    Browse the repository at this point in the history
  4. fixup! implement route scoping solution

    avoid string concatenation for functionImports
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c064ecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceee48f View commit details
    Browse the repository at this point in the history
  6. fixup! implement route scoping solution

    fix incorrect entries call
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d6c149e View commit details
    Browse the repository at this point in the history
  7. fixup! implement route scoping solution

    avoid introducing named esm exports for then regex-replace them
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b13338a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a98cf6c View commit details
    Browse the repository at this point in the history
  9. fixup! implement route scoping solution

    introduce namedExportsObjectName to make solution less ugly/brittle
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2ccf8cc View commit details
    Browse the repository at this point in the history
  10. fixup! implement route scoping solution

    fix wrong namedExportsObjectName name
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ed5a721 View commit details
    Browse the repository at this point in the history
  11. fixup! implement route scoping solution

    update namedExportsObjectName name (for consistency)
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6c0951f View commit details
    Browse the repository at this point in the history
  12. fixup! implement route scoping solution

    improve named exports solution a bit further
    dario-piotrowicz committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3a79e89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2ff7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fixup! implement route scoping solution

    make sure solution works with older versions of the Vercel CLI
    dario-piotrowicz committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b37bce2 View commit details
    Browse the repository at this point in the history
  2. fixup! implement route scoping solution

    use more consistent param names
    dario-piotrowicz committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    87976d5 View commit details
    Browse the repository at this point in the history
  3. fixup! implement route scoping solution

    join using newlines instead of semicolons
    dario-piotrowicz committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ca1ab06 View commit details
    Browse the repository at this point in the history