Home
last modified time | relevance | path

Searched refs:ControllerType (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_class.ts113 ControllerType,
176 const checkController: ControllerType =
784 function validateHasController(componentName: ts.Identifier, checkController: ControllerType,
Dprocess_component_member.ts113 export type ControllerType = { alias
262 …checkController: ControllerType, log: LogInfo[], program: ts.Program, context: ts.TransformationCo…
310 name: ts.Identifier, checkController: ControllerType): ts.MethodDeclaration {