getAllRefsInNode

API / @publicodes/tools / index / getAllRefsInNode

function getAllRefsInNode(node): string[]

Defined in: commons.ts:96

Returns the list of all the references in a rule node.

Parameters

ParameterTypeDescription
nodeASTNodeThe rule node to explore.

Returns

string[]

The references.