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] Basic scan of the file system to find Client modules #20383

Merged
merged 2 commits into from
Dec 7, 2020

Commits on Dec 7, 2020

  1. Basic scan of the file system to find Client modules

    This does a rudimentary merge of the plugins. It still uses the global
    scan and writes to file system.
    
    Now the plugin accepts a search path or a list of referenced client files.
    In prod, the best practice is to provide a list of files that are actually
    referenced rather than including everything possibly reachable. Probably
    in dev too since it's faster.
    
    This is using the same convention as the upstream ContextModule - which
    powers the require.context helpers.
    sebmarkbage committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c4f21e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c1ec4 View commit details
    Browse the repository at this point in the history