Home
last modified time | relevance | path

Searched refs:structDecorator (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts175 const structDecorator: structDecoratorResult = { hasRecycle: false }; constant
176 …tructDeclaration(node) && ts.isIdentifier(node.name) && isCustomComponent(node, structDecorator)) {
177 addDependencies(node, defaultNameFromParent, asNameFromParent, isDETS, structDecorator);
184 if (structDecorator.hasRecycle) {
194 addDefaultExport(node, isDETS, structDecorator);
200 if (structDecorator.hasRecycle) {
210 if (structDecorator.hasRecycle) {
233 structDecorator);
235 addDefaultExport(node, isDETS, structDecorator);
269 propInitialization.get(asExportPropertyName), isDETS, structDecorator);
[all …]