Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts1477 const nodeIdentifier: ts.Identifier = node.name as ts.Identifier; constant
1478 const propType: string = getForbbiddenToInitViaParamType(customComponentName, nodeIdentifier);
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dprocess_custom_component.ts1473 const nodeIdentifier: ts.Identifier = node.name as ts.Identifier; constant
1474 const propType: string = getForbbiddenToInitViaParamType(customComponentName, nodeIdentifier);