UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

6 lines (5 loc) 276 B
import ts from "typescript"; /** * Inserts a node after the specified node in the parent block */ export default function insertNodesInParent(parentNode: ts.BlockLike, insertionsMap: Map<ts.Statement, ts.Statement[]>, nodeFactory: ts.NodeFactory): ts.BlockLike | undefined;