Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts173 const structDecorator: structDecoratorResult = { hasRecycle: false }; constant
174 …tructDeclaration(node) && ts.isIdentifier(node.name) && isCustomComponent(node, structDecorator)) {
175 addDependencies(node, defaultNameFromParent, asNameFromParent, isDETS, structDecorator);
182 if (structDecorator.hasRecycle) {
190 addDefaultExport(node, isDETS, structDecorator);
196 if (structDecorator.hasRecycle) {
206 if (structDecorator.hasRecycle) {
229 structDecorator);
231 addDefaultExport(node, isDETS, structDecorator);
265 propInitialization.get(asExportPropertyName), isDETS, structDecorator);
[all …]