Searched refs:COMPONENT_RECYCLE (Results 1 – 2 of 2) sorted by relevance
46 COMPONENT_RECYCLE,189 newStatements.push(componentAttributes(COMPONENT_RECYCLE));203 return createComponentCreationStatement(componentAttributes(COMPONENT_RECYCLE),205 createFunction(ts.factory.createIdentifier(COMPONENT_RECYCLE),207 ], COMPONENT_RECYCLE, isGlobalBuilder);
33 export const COMPONENT_RECYCLE: string = '__Recycle__'; constant