Searched refs:fileQuery (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | validate_ui_syntax.ts | 181 fileQuery: string, sourceFile: ts.SourceFile = null): LogInfo[] { 186 const res: LogInfo[] = checkComponentDecorator(source, filePath, fileQuery, sourceFile); 192 checkUISyntax(filePath, allComponentNames, content, log, sourceFile, fileQuery); 204 fileQuery: string, sourceFile: ts.SourceFile | null): LogInfo[] | null { 243 validateEntryAndPreviewCount(result, fileQuery, sourceFile.fileName, projectConfig.isPreview, 268 function validateEntryAndPreviewCount(result: DecoratorResult, fileQuery: string, 270 if (result.previewCount > 10 && (fileQuery === '?entry' || process.env.watchMode === 'true')) { 277 if (result.entryCount > 1 && fileQuery === '?entry') { 285 fileQuery === '?entry') { 292 …} 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 | 526 …const fileQuery: string = isEntry && !abilityPagesFullPath.has(path.resolve(id).toLowerCase()) ? '… constant 527 const log: LogInfo[] = validateUISyntax(code, code, id, fileQuery, sourceFile); 539 …const fileQuery: string = isEntry && !abilityPagesFullPath.has(path.resolve(id).toLowerCase()) ? '… constant 540 const log: LogInfo[] = validateUISyntax(code, content, id, fileQuery);
|