feat(core): Node version available in expression (#9350)

This commit is contained in:
Michael Kret
2024-05-10 09:51:26 +03:00
committed by GitHub
parent dc5994b185
commit a00467c9fa
6 changed files with 14 additions and 0 deletions

View File

@@ -133,6 +133,11 @@ export const ROOT_DOLLAR_COMPLETIONS: Completion[] = [
section: METHODS_SECTION,
info: i18n.rootVars.$min,
},
{
label: '$nodeVersion',
section: METADATA_SECTION,
info: i18n.rootVars.$nodeVersion,
},
];
export const STRING_RECOMMENDED_OPTIONS = [