@ddd-tool/domain-designer-generator 0.1.0-beta.8 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- export { useGeneratorAgg, GeneratorPliginHelper } from './domain/generator-agg';
2
- export * as define from './domain/define';
3
- import GENERATOR_JAVA_PLUGIN from './domain-plugin/generator-java-plugin';
4
- export { GENERATOR_JAVA_PLUGIN };
5
- import GENERATOR_KOTLIN_PLUGIN from './domain-plugin/generator-kotlin-plugin';
6
- export { GENERATOR_KOTLIN_PLUGIN };
7
- import GENERATOR_GO_PLUGIN from './domain-plugin/generator-go-plugin';
8
- export { GENERATOR_GO_PLUGIN };
9
- import GENERATOR_CSHARP_PLUGIN from './domain-plugin/generator-csharp-plugin';
10
- export { GENERATOR_CSHARP_PLUGIN };
1
+ export { useGeneratorAgg, GeneratorPliginHelper } from './domain/generator-agg'
2
+ export * as types from './domain/types'
3
+ import GENERATOR_JAVA_PLUGIN from './domain-plugin/generator-java-plugin'
4
+ export { GENERATOR_JAVA_PLUGIN }
5
+ import GENERATOR_KOTLIN_PLUGIN from './domain-plugin/generator-kotlin-plugin'
6
+ export { GENERATOR_KOTLIN_PLUGIN }
7
+ import GENERATOR_GO_PLUGIN from './domain-plugin/generator-go-plugin'
8
+ export { GENERATOR_GO_PLUGIN }
9
+ import GENERATOR_CSHARP_PLUGIN from './domain-plugin/generator-csharp-plugin'
10
+ export { GENERATOR_CSHARP_PLUGIN }