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

option to fail if config not exists #234

Open
genu opened this issue Feb 25, 2025 · 1 comment · May be fixed by #241
Open

option to fail if config not exists #234

genu opened this issue Feb 25, 2025 · 1 comment · May be fixed by #241
Labels
enhancement New feature or request

Comments

@genu
Copy link

genu commented Feb 25, 2025

Environment

Node v22.5.1

Reproduction

    const { config } = await loadConfig({ configFile: 'THIS_FILE_DOESNT_EXIST.ts' })

    console.log('loaded config: ', config)

Describe the bug

When loading a config, there isn't a way, as far as I can tell to know whether the config file was loaded or not:

The config file doesn't exist, nor does loadConfig raise an error about it. I would think that there should be a guarantee that the config was loaded after calling loadConfig or indicate that the config file failed to load.

Additional context

No response

Logs

@genu genu added the bug Something isn't working label Feb 25, 2025
@pi0 pi0 added enhancement New feature or request and removed bug Something isn't working labels Feb 25, 2025
@pi0 pi0 changed the title Failing to load a config file should be indicated option to fail if config not exists Feb 25, 2025
@pi0
Copy link
Member

pi0 commented Feb 25, 2025

Thanks for issue. This is default expected behavior that c12 optionally loads user config.

Feel free to open a PR to add a loader option to fail in case of failure.

(alternatively you can check existence of returned configFile yourself.

@ysknsid25 ysknsid25 linked a pull request Apr 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants