Lines Matching refs:fileQuery
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…
441 log: LogInfo[], sourceFile: ts.SourceFile | null, fileQuery: string): void {
445 …urceFile, sourceFile, allComponentNames, log, false, false, false, false, fileQuery, false, false);
450 …isComponentV2: boolean, fileQuery: string, isObservedV1Class: boolean, isSendableClass: boolean): …
478 …structContext, classContext, isObservedClass, isComponentV2, fileQuery, isObservedV1Class, isSenda…