Searched refs:customComponent (Results 1 – 14 of 14) sorted by relevance
163 customComponent: false,167 customComponent: true
195 args[1].customComponent,
1014 customComponent: this._isCustomComponent
2218 customComponent?: string; property
1667 customComponent?: string; property
3188 customComponent?: string; property9172 customComponent?: string;
3188 customComponent?: string; property
38349 …var customComponent = (_a = sourceFileCompilerOptions.ets) === null || _a === void 0 ? void 0 : _a…38350 if (!heritageClauses && customComponent) {38351 heritageClauses = createVirtualHeritageClauses(customComponent);38369 function createVirtualHeritageClauses(customComponent) { argument38371 …essionWithTypeArguments(finishNode(factory.createIdentifier(/*text*/ customComponent), curPos, /*e…
31111 …var customComponent = (_a = sourceFileCompilerOptions.ets) === null || _a === void 0 ? void 0 : _a…31112 if (!heritageClauses && customComponent) {31113 heritageClauses = createVirtualHeritageClauses(customComponent);31129 function createVirtualHeritageClauses(customComponent) { argument31131 …reateExpressionWithTypeArguments(finishNode(factory.createIdentifier(customComponent), curPos, und…
7894 const customComponent = sourceFileCompilerOptions.ets?.customComponent;7895 if (!heritageClauses && customComponent) {7896 heritageClauses = createVirtualHeritageClauses(customComponent);7915 function createVirtualHeritageClauses(customComponent: string): NodeArray<HeritageClause> {7920 …finishNode(factory.createIdentifier(/*text*/ customComponent), curPos, /*end*/ undefined, /*virtua…
6755 customComponent?: string;