Lines Matching refs:props
445 export let props: string[] = []; variable
463 props = languageService.getProps();
479 props = languageService.getProps();
650 if (matchMessage(message, props, propInfoReg) ||
651 matchMessage(message, props, stateInfoReg)) {
969 content = instanceInsteadThis(content, fileName, extendFunctionInfo, props);
986 props: string[]): string {
987 checkUISyntax(content, fileName, extendFunctionInfo, props);
1011 function checkUISyntax(source: string, fileName: string, extendFunctionInfo: extendInfo[], props: s…
1019 props.push(...dollarCollection, ...decoratorParamsCollection, ...extendCollection);
1372 props = languageService.getProps();
1387 props = [];