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

Allow plugins to indicate dependencies on random files #11741

Closed
wants to merge 11 commits into from

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    266d4a1 View commit details
    Browse the repository at this point in the history
  2. Add missing export

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3b04c0f View commit details
    Browse the repository at this point in the history
  3. Detailed external dependency tracking

    It's not sufficient to know the file paths of all external dependencies.
    Babel needs to know which source files correspond to which external
    dependencies and vice-versa.
    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f048795 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9c073d View commit details
    Browse the repository at this point in the history
  5. Formatting/naming

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3bb337c View commit details
    Browse the repository at this point in the history
  6. Only watch files when watch flag is set

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d500b8c View commit details
    Browse the repository at this point in the history
  7. Remove outdated addExternalDependency

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8969803 View commit details
    Browse the repository at this point in the history
  8. Properly register external dependencies

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ceb8667 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcbb5ae View commit details
    Browse the repository at this point in the history
  10. More comments

    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    344860b View commit details
    Browse the repository at this point in the history
  11. remove unnecessary else

    Video-Doc-Id[b0]: babel/babel/1
    vedantroy authored and JLHwung committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    32cf26a View commit details
    Browse the repository at this point in the history