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

deprecate config.globOptions #1152

Merged
merged 1 commit into from
Jun 14, 2024
Merged

deprecate config.globOptions #1152

merged 1 commit into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. deprecate config.globOptions

    This deprecates support for configuring `config.globOptions`. Exposing
    this variable makes it difficult to change (or upgrade) our glob
    library. This discourages users from depending on this config option
    going forward.
    
    If anyone is using `config.globOptions` then it should continue to
    function, however this support is not promised for the long-term.
    
    As far as I know, this is not a commonly used option:
    https://github.com/shelljs/shelljs/issues?q=globOptions currently shows
    no GitHub issues of users using this option, and there was never really
    a motivation for why this needed to be exposed (#400 exposed the option
    just because we could, not because we should).
    
    This is one step toward supporting Issue #828.
    nfischer committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    04a30d1 View commit details
    Browse the repository at this point in the history