Skip to content

src: clarify OptionEnvvarSettings member names

Rodrigo Muino Tomonari requested to merge github/fork/legendecas/env-options into main

The term Environment in kAllowedInEnvironment and kDisallowedInEnvironment has nothing to do with the commonly used term node::Environment. Rename the member to kAllowedInEnvvar and kDisallowedInEnvvar respectively to reflect they are options of OptionEnvvarSettings.

As OptionEnvvarSettings is part of the public embedder APIs, the legacy names are still preserved.

Merge request reports

Loading