Searched refs:fileQuery (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 167 fileQuery: string, sourceFile: ts.SourceFile = null): LogInfo[] { 171 const res: LogInfo[] = checkComponentDecorator(source, filePath, fileQuery, sourceFile); 177 checkUISyntax(filePath, allComponentNames, content, log, sourceFile, fileQuery); 185 fileQuery: string, sourceFile: ts.SourceFile | null): LogInfo[] | null { 234 validateEntryAndPreviewCount(result, fileQuery, sourceFile.fileName, projectConfig.isPreview, 241 function validateEntryAndPreviewCount(result: DecoratorResult, fileQuery: string, 243 if (result.previewCount > 10 && (fileQuery === '?entry' || process.env.watchMode === 'true')) { 250 if (result.entryCount > 1 && fileQuery === '?entry') { 258 fileQuery === '?entry') { 265 …} else if ((!isPreview || isPreview && checkEntry) && result.entryCount !== 1 && fileQuery === '?e… [all …]
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 312 …const fileQuery: string = isEntry && !abilityPagesFullPath.includes(path.resolve(id).toLowerCase()… constant 313 const log: LogInfo[] = validateUISyntax(code, code, id, fileQuery, sourceFile); 325 …const fileQuery: string = isEntry && !abilityPagesFullPath.includes(path.resolve(id).toLowerCase()… constant 326 const log: LogInfo[] = validateUISyntax(code, content, id, fileQuery);
|