-
Notifications
You must be signed in to change notification settings - Fork 499
Reserved Words
Loren West edited this page May 16, 2023
·
5 revisions
To retain compatibility with pre-1.0, the following configuration names cannot be used in version 1.0.
get
has
util
getConfigSources
makeHidden
makeImmutable
setModuleDefaults
watch
_attachProtoDeep
_cloneDeep
_diffDeep
_equalsDeep
_extendDeep
_get
_getCmdLineArg
_initParam
_isObject
_loadFileConfigs
_parseFile
_stripComments
_stripYamlComments
Starting with version 2.0, config utilities will only be accessible under util
, and the following keywords will be reserved:
get
has
util
Review this page
<>