Home
last modified time | relevance | path

Searched refs:entryComponent (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts103 entryComponent: string; property
132 entryComponent: null, constant
310 componentCollection.entryComponent = componentName;
400 return fileQuery === '?entry' && name === componentCollection.entryComponent;
1215 componentCollection.entryComponent = null;
Dprocess_ui_syntax.ts236 … componentCollection.entryComponent === componentCollection.currentClassName && entryKeyNode(node);
865 if (componentCollection.entryComponent) {
868 createEntryFunction(componentCollection.entryComponent, context,
873 createEntryFunction(componentCollection.entryComponent, context,
884 …createPreviewComponentFunction(componentCollection.entryComponent, context, cardRelativePath, entr…
Dprocess_visual.ts356 !(componentCollection.entryComponent || componentCollection.customComponents)) {
Dprocess_component_member.ts346 if (parentName.getText() === componentCollection.entryComponent &&
Dprocess_component_build.ts246 componentCollection.entryComponent === componentCollection.currentClassName;