Searched refs:createViewCreate (Results 1 – 3 of 3) sorted by relevance
83 createViewCreate,262 ts.factory.updateExpressionStatement(node, createViewCreate(newNode)),
125 import { createCustomComponentNewExpression, createViewCreate } from './process_component_member';451 ts.factory.createExpressionStatement(createViewCreate(jsDialog))
749 createViewCreate(jsDialog))], true));752 export function createViewCreate(node: ts.NewExpression | ts.Identifier): ts.CallExpression { function