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

[Flight] Source Map Actions in Reference Node Loader Transforms #30755

Merged
merged 4 commits into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. Load source map when transforming modules

    So we can use this to generate source maps that point to original code.
    sebmarkbage committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4294898 View commit details
    Browse the repository at this point in the history
  2. Update dependencies to include webpack-sources

    Which is a dependency of webpack which is already a peer.
    sebmarkbage committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    74fb9c9 View commit details
    Browse the repository at this point in the history
  3. Generate appended source mappings pointing to the exports

    This lets the generated server references point to the original function
    declaration (or export declaration if an identifier is exported).
    sebmarkbage committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    111c4ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3da2c2 View commit details
    Browse the repository at this point in the history