GeneratorContext
Defined in: generators/RepositoryGenerator.interface.ts:20
Generator 上下文 包含生成属性和方法所需的所有上下文信息
Properties
classMethods
classMethods: MethodDeclarationStructure[];
Defined in: generators/RepositoryGenerator.interface.ts:26
类方法声明数组
classProperties
classProperties: PropertyDeclarationStructure[];
Defined in: generators/RepositoryGenerator.interface.ts:24
类属性声明数组
file
file: SourceFile;
Defined in: generators/RepositoryGenerator.interface.ts:32
源文件
generator
generator: RxDBClientGenerator;
Defined in: generators/RepositoryGenerator.interface.ts:30
生成器实例
metadata
metadata: EntityMetadata;
Defined in: generators/RepositoryGenerator.interface.ts:22
实体元数据
rxdbNamedImports
rxdbNamedImports: Set<string>;
Defined in: generators/RepositoryGenerator.interface.ts:28
rxdb 命名导入集合
staticTypesInterface
staticTypesInterface: AddedInterface;
Defined in: generators/RepositoryGenerator.interface.ts:34
静态类型接口