2024-12-15 22:07:18 +01:00
|
|
|
function _tide_item_node
|
2026-05-27 21:47:46 +02:00
|
|
|
if path is $_tide_parent_dirs/package.json and type -q node
|
2024-12-15 22:07:18 +01:00
|
|
|
node --version | string match -qr "v(?<v>.*)"
|
|
|
|
|
_tide_print_item node $tide_node_icon' ' $v
|
|
|
|
|
end
|
|
|
|
|
end
|