Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts104 previewComponent: Array<string>; property
133 previewComponent: new Array(), constant
316 componentCollection.previewComponent.push(componentName);
1217 componentCollection.previewComponent = new Array();
Dprocess_ui_syntax.ts864 if (componentCollection.previewComponent.length === 0 || !projectConfig.isPreview) {
1159 componentCollection.previewComponent.forEach((componentName: string) => {