bem-archive / apw

APW (Arch-Plan-Workers) — is the core of the build system of `bem make/server` commands

Home Page:http://documentup.com/bem/apw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add helpers to check parents and children of nodes in Arch and Plan

arikon opened this issue · comments

hasParents(id, parentId)
hasParents(id, [parentId, parentId, ...])

hasChildren(id, childId)
hasChildren(id, [childId, childId, ...])