@atomic-ehr/codegen 0.0.1-canary.20250826204510.8c2fcc0 → 0.0.1-canary.20250830224431.6d211a5
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/README.md +114 -33
- package/dist/api/builder.d.ts +5 -1
- package/dist/api/builder.js +5 -0
- package/dist/api/generators/base/BaseGenerator.d.ts +0 -1
- package/dist/api/generators/base/FileManager.d.ts +0 -1
- package/dist/api/generators/base/PythonTypeMapper.d.ts +0 -1
- package/dist/api/generators/base/TemplateEngine.d.ts +0 -1
- package/dist/api/generators/base/TypeMapper.d.ts +0 -1
- package/dist/api/generators/base/TypeScriptTypeMapper.d.ts +0 -1
- package/dist/api/generators/base/builders/DirectoryBuilder.d.ts +0 -1
- package/dist/api/generators/base/builders/FileBuilder.d.ts +0 -1
- package/dist/api/generators/base/builders/IndexBuilder.d.ts +0 -1
- package/dist/api/generators/base/enhanced-errors.d.ts +0 -1
- package/dist/api/generators/base/error-handler.d.ts +0 -1
- package/dist/api/generators/base/errors.d.ts +0 -1
- package/dist/api/generators/base/index.d.ts +0 -1
- package/dist/api/generators/base/types.d.ts +0 -1
- package/dist/api/generators/rest-client.d.ts +0 -1
- package/dist/api/generators/search-parameter-enhancer.d.ts +0 -1
- package/dist/api/generators/types.d.ts +0 -1
- package/dist/api/generators/typescript.d.ts +56 -1
- package/dist/api/generators/typescript.js +263 -33
- package/dist/api/generators/validation-generator.d.ts +0 -1
- package/dist/api/index.d.ts +0 -1
- package/dist/cli/commands/generate/typescript.d.ts +0 -1
- package/dist/cli/commands/generate.d.ts +0 -1
- package/dist/cli/commands/index.d.ts +0 -1
- package/dist/cli/commands/typeschema/generate.d.ts +0 -1
- package/dist/cli/commands/typeschema.d.ts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/cli/index.js +46 -42
- package/dist/cli/utils/log.d.ts +0 -1
- package/dist/cli/utils/prompts.d.ts +0 -1
- package/dist/cli/utils/spinner.d.ts +0 -1
- package/dist/config.d.ts +10 -2
- package/dist/config.js +9 -1
- package/dist/index.d.ts +0 -1
- package/dist/logger.d.ts +0 -1
- package/dist/typeschema/cache.d.ts +0 -1
- package/dist/typeschema/core/binding.d.ts +0 -1
- package/dist/typeschema/core/binding.js +5 -3
- package/dist/typeschema/core/field-builder.d.ts +0 -1
- package/dist/typeschema/core/identifier.d.ts +0 -1
- package/dist/typeschema/core/nested-types.d.ts +0 -1
- package/dist/typeschema/core/transformer.d.ts +0 -1
- package/dist/typeschema/generator.d.ts +0 -1
- package/dist/typeschema/generator.js +30 -5
- package/dist/typeschema/index.d.ts +0 -1
- package/dist/typeschema/parser.d.ts +0 -1
- package/dist/typeschema/profile/processor.d.ts +0 -1
- package/dist/typeschema/schema.d.ts +0 -1
- package/dist/typeschema/type-schema.types.d.ts +0 -1
- package/dist/typeschema/types.d.ts +0 -1
- package/dist/typeschema/utils.d.ts +0 -1
- package/dist/typeschema/value-set/processor.d.ts +0 -1
- package/dist/utils/codegen-logger.d.ts +0 -1
- package/dist/utils.d.ts +0 -1
- package/package.json +1 -1
- package/dist/api/builder.d.ts.map +0 -1
- package/dist/api/generators/base/BaseGenerator.d.ts.map +0 -1
- package/dist/api/generators/base/FileManager.d.ts.map +0 -1
- package/dist/api/generators/base/PythonTypeMapper.d.ts.map +0 -1
- package/dist/api/generators/base/TemplateEngine.d.ts.map +0 -1
- package/dist/api/generators/base/TypeMapper.d.ts.map +0 -1
- package/dist/api/generators/base/TypeScriptTypeMapper.d.ts.map +0 -1
- package/dist/api/generators/base/builders/DirectoryBuilder.d.ts.map +0 -1
- package/dist/api/generators/base/builders/FileBuilder.d.ts.map +0 -1
- package/dist/api/generators/base/builders/IndexBuilder.d.ts.map +0 -1
- package/dist/api/generators/base/enhanced-errors.d.ts.map +0 -1
- package/dist/api/generators/base/error-handler.d.ts.map +0 -1
- package/dist/api/generators/base/errors.d.ts.map +0 -1
- package/dist/api/generators/base/index.d.ts.map +0 -1
- package/dist/api/generators/base/types.d.ts.map +0 -1
- package/dist/api/generators/rest-client.d.ts.map +0 -1
- package/dist/api/generators/search-parameter-enhancer.d.ts.map +0 -1
- package/dist/api/generators/types.d.ts.map +0 -1
- package/dist/api/generators/typescript.d.ts.map +0 -1
- package/dist/api/generators/validation-generator.d.ts.map +0 -1
- package/dist/api/index.d.ts.map +0 -1
- package/dist/cli/commands/generate/typescript.d.ts.map +0 -1
- package/dist/cli/commands/generate.d.ts.map +0 -1
- package/dist/cli/commands/index.d.ts.map +0 -1
- package/dist/cli/commands/typeschema/generate.d.ts.map +0 -1
- package/dist/cli/commands/typeschema.d.ts.map +0 -1
- package/dist/cli/index.d.ts.map +0 -1
- package/dist/cli/utils/log.d.ts.map +0 -1
- package/dist/cli/utils/prompts.d.ts.map +0 -1
- package/dist/cli/utils/spinner.d.ts.map +0 -1
- package/dist/config.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/logger.d.ts.map +0 -1
- package/dist/typeschema/cache.d.ts.map +0 -1
- package/dist/typeschema/core/binding.d.ts.map +0 -1
- package/dist/typeschema/core/field-builder.d.ts.map +0 -1
- package/dist/typeschema/core/identifier.d.ts.map +0 -1
- package/dist/typeschema/core/nested-types.d.ts.map +0 -1
- package/dist/typeschema/core/transformer.d.ts.map +0 -1
- package/dist/typeschema/generator.d.ts.map +0 -1
- package/dist/typeschema/index.d.ts.map +0 -1
- package/dist/typeschema/parser.d.ts.map +0 -1
- package/dist/typeschema/profile/processor.d.ts.map +0 -1
- package/dist/typeschema/schema.d.ts.map +0 -1
- package/dist/typeschema/type-schema.types.d.ts.map +0 -1
- package/dist/typeschema/types.d.ts.map +0 -1
- package/dist/typeschema/utils.d.ts.map +0 -1
- package/dist/typeschema/value-set/processor.d.ts.map +0 -1
- package/dist/utils/codegen-logger.d.ts.map +0 -1
- package/dist/utils.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -29,14 +29,14 @@ yarn add @atomic-ehr/codegen
|
|
|
29
29
|
### 1. Using the CLI
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
#
|
|
33
|
-
bunx atomic-codegen
|
|
32
|
+
# Generate using configuration file
|
|
33
|
+
bunx atomic-codegen generate
|
|
34
34
|
|
|
35
|
-
# Generate
|
|
36
|
-
bunx atomic-codegen generate
|
|
35
|
+
# Generate with verbose output
|
|
36
|
+
bunx atomic-codegen generate --verbose
|
|
37
37
|
|
|
38
|
-
# Generate from
|
|
39
|
-
bunx atomic-codegen typeschema generate
|
|
38
|
+
# Generate TypeSchemas from FHIR package
|
|
39
|
+
bunx atomic-codegen typeschema generate hl7.fhir.r4.core@4.0.1 -o schemas.ndjson
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
### 2. Using the Fluent API
|
|
@@ -74,23 +74,25 @@ await builder
|
|
|
74
74
|
Create `atomic-codegen.config.ts`:
|
|
75
75
|
|
|
76
76
|
```typescript
|
|
77
|
-
import { defineConfig } from
|
|
77
|
+
import { defineConfig } from "@atomic-ehr/codegen";
|
|
78
78
|
|
|
79
79
|
export default defineConfig({
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
80
|
+
outputDir: "./generated",
|
|
81
|
+
overwrite: true,
|
|
82
|
+
validate: true,
|
|
83
|
+
cache: true,
|
|
84
|
+
packages: ["hl7.fhir.r4.core@4.0.1"],
|
|
85
|
+
typescript: {
|
|
86
|
+
includeDocuments: true,
|
|
87
|
+
namingConvention: "PascalCase",
|
|
88
|
+
includeProfiles: false,
|
|
89
|
+
includeExtensions: false,
|
|
90
|
+
generateIndex: true,
|
|
91
|
+
strictMode: true,
|
|
92
|
+
generateValueSets: true,
|
|
93
|
+
includeValueSetHelpers: true,
|
|
94
|
+
valueSetStrengths: ["required", "preferred"],
|
|
95
|
+
valueSetMode: "custom"
|
|
94
96
|
}
|
|
95
97
|
});
|
|
96
98
|
```
|
|
@@ -98,7 +100,7 @@ export default defineConfig({
|
|
|
98
100
|
Then run:
|
|
99
101
|
|
|
100
102
|
```bash
|
|
101
|
-
bunx atomic-codegen generate
|
|
103
|
+
bunx atomic-codegen generate
|
|
102
104
|
```
|
|
103
105
|
|
|
104
106
|
## Architecture
|
|
@@ -225,24 +227,32 @@ const bundle: Bundle = {
|
|
|
225
227
|
## CLI Commands
|
|
226
228
|
|
|
227
229
|
```bash
|
|
228
|
-
#
|
|
229
|
-
atomic-codegen
|
|
230
|
-
atomic-codegen
|
|
231
|
-
|
|
232
|
-
# Generation
|
|
233
|
-
atomic-codegen generate typescript # Generate TypeScript types
|
|
234
|
-
atomic-codegen generate python # Generate Python types (coming soon)
|
|
230
|
+
# Generate code using configuration file
|
|
231
|
+
atomic-codegen generate # Uses atomic-codegen.config.ts
|
|
232
|
+
atomic-codegen generate --verbose # With detailed output
|
|
233
|
+
atomic-codegen generate --config custom.ts # Custom config file
|
|
235
234
|
|
|
236
235
|
# TypeSchema operations
|
|
237
|
-
atomic-codegen typeschema generate
|
|
238
|
-
atomic-codegen typeschema validate
|
|
236
|
+
atomic-codegen typeschema generate hl7.fhir.r4.core@4.0.1 -o schemas.ndjson
|
|
237
|
+
atomic-codegen typeschema validate schemas.ndjson
|
|
239
238
|
|
|
240
|
-
#
|
|
241
|
-
atomic-codegen
|
|
239
|
+
# Help and debugging
|
|
240
|
+
atomic-codegen --help # Show help
|
|
241
|
+
atomic-codegen --debug generate # Debug mode
|
|
242
242
|
```
|
|
243
243
|
|
|
244
244
|
## Configuration Options
|
|
245
245
|
|
|
246
|
+
### Global Configuration Options
|
|
247
|
+
|
|
248
|
+
| Option | Type | Default | Description |
|
|
249
|
+
|--------|------|---------|-------------|
|
|
250
|
+
| `outputDir` | `string` | `./generated` | Base output directory for all generated files |
|
|
251
|
+
| `overwrite` | `boolean` | `false` | Overwrite existing files without prompting |
|
|
252
|
+
| `validate` | `boolean` | `true` | Validate generated TypeSchema before processing |
|
|
253
|
+
| `cache` | `boolean` | `true` | Enable caching for improved performance |
|
|
254
|
+
| `packages` | `string[]` | `[]` | FHIR packages to process (e.g., `"hl7.fhir.r4.core@4.0.1"`) |
|
|
255
|
+
|
|
246
256
|
### TypeScript Generator Options
|
|
247
257
|
|
|
248
258
|
| Option | Type | Default | Description |
|
|
@@ -254,7 +264,77 @@ atomic-codegen dev # Start development mode with watch
|
|
|
254
264
|
| `namingConvention` | `'PascalCase' \| 'camelCase'` | `'PascalCase'` | Type naming convention |
|
|
255
265
|
| `includeExtensions` | `boolean` | `false` | Include FHIR extensions |
|
|
256
266
|
| `includeProfiles` | `boolean` | `false` | Include FHIR profiles |
|
|
267
|
+
| `generateValueSets` | `boolean` | `false` | Generate strongly-typed value sets from FHIR bindings |
|
|
268
|
+
| `valueSetStrengths` | `string[]` | `['required']` | Which binding strengths to generate |
|
|
269
|
+
| `includeValueSetHelpers` | `boolean` | `false` | Include validation helper functions |
|
|
270
|
+
| `valueSetDirectory` | `string` | `'valuesets'` | Output directory for value set files |
|
|
271
|
+
## Value Set Generation
|
|
272
|
+
|
|
273
|
+
Generate strongly-typed TypeScript enums from FHIR value sets for enhanced type safety:
|
|
274
|
+
|
|
275
|
+
```typescript
|
|
276
|
+
// Configuration
|
|
277
|
+
export default defineConfig({
|
|
278
|
+
generators: {
|
|
279
|
+
typescript: {
|
|
280
|
+
generateValueSets: true,
|
|
281
|
+
valueSetStrengths: ['required', 'preferred'],
|
|
282
|
+
includeValueSetHelpers: true,
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
});
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
### Generated Structure
|
|
289
|
+
|
|
290
|
+
```
|
|
291
|
+
generated/
|
|
292
|
+
├── types/
|
|
293
|
+
│ ├── Patient.ts # Uses value set types
|
|
294
|
+
│ └── Address.ts # Uses value set types
|
|
295
|
+
└── valuesets/
|
|
296
|
+
├── AdministrativeGender.ts
|
|
297
|
+
├── AddressUse.ts
|
|
298
|
+
└── index.ts # Re-exports all value sets
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
### Type-Safe Usage
|
|
302
|
+
|
|
303
|
+
```typescript
|
|
304
|
+
// Import generated types
|
|
305
|
+
import { Patient } from './generated/types/Patient.js';
|
|
306
|
+
import { AdministrativeGender } from './generated/valuesets/index.js';
|
|
307
|
+
|
|
308
|
+
// Type-safe patient creation
|
|
309
|
+
const patient: Patient = {
|
|
310
|
+
resourceType: 'Patient',
|
|
311
|
+
gender: 'male', // Type-safe! Only valid values accepted
|
|
312
|
+
// gender: 'invalid', // ❌ Compile error
|
|
313
|
+
};
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
### Runtime Validation
|
|
317
|
+
|
|
318
|
+
```typescript
|
|
319
|
+
import { isValidAdministrativeGender } from './generated/valuesets/AdministrativeGender.js';
|
|
320
|
+
|
|
321
|
+
function validateGender(input: string) {
|
|
322
|
+
if (isValidAdministrativeGender(input)) {
|
|
323
|
+
// input is now typed as AdministrativeGender
|
|
324
|
+
return input;
|
|
325
|
+
}
|
|
326
|
+
throw new Error(`Invalid gender: ${input}`);
|
|
327
|
+
}
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
### Value Set Configuration Options
|
|
331
|
+
|
|
332
|
+
- **generateValueSets**: Enable value set generation
|
|
333
|
+
- **valueSetStrengths**: Control which binding strengths generate types (`'required'`, `'preferred'`, `'extensible'`, `'example'`)
|
|
334
|
+
- **includeValueSetHelpers**: Include runtime validation functions
|
|
335
|
+
- **valueSetDirectory**: Customize output directory name
|
|
257
336
|
|
|
337
|
+
For comprehensive usage examples and migration guides, see [Value Set Documentation](docs/features/value-set-generation.md).
|
|
258
338
|
## Advanced Features
|
|
259
339
|
|
|
260
340
|
### Custom Type Mappings
|
|
@@ -428,6 +508,7 @@ See our detailed [**ROADMAP.md**](ROADMAP.md) for the complete development plan.
|
|
|
428
508
|
- [x] FHIR R4 core package support
|
|
429
509
|
- [x] Configuration file support
|
|
430
510
|
- [x] Comprehensive test suite (72+ tests)
|
|
511
|
+
- [x] **Value Set Generation** - Strongly-typed enums from FHIR bindings
|
|
431
512
|
- [~] **Profile & Extension Support** - Basic parsing (US Core in development)
|
|
432
513
|
- [ ] **Complete Multi-Package Support** - Custom packages and dependencies
|
|
433
514
|
- [ ] **REST Client Generation** - Fetch-based FHIR clients
|
package/dist/api/builder.d.ts
CHANGED
|
@@ -73,6 +73,11 @@ export declare class APIBuilder {
|
|
|
73
73
|
namingConvention?: "PascalCase" | "camelCase";
|
|
74
74
|
includeExtensions?: boolean;
|
|
75
75
|
includeProfiles?: boolean;
|
|
76
|
+
generateValueSets?: boolean;
|
|
77
|
+
includeValueSetHelpers?: boolean;
|
|
78
|
+
valueSetStrengths?: ('required' | 'preferred' | 'extensible' | 'example')[];
|
|
79
|
+
valueSetMode?: 'all' | 'required-only' | 'custom';
|
|
80
|
+
valueSetDirectory?: string;
|
|
76
81
|
}): APIBuilder;
|
|
77
82
|
/**
|
|
78
83
|
* Configure REST client generation
|
|
@@ -153,4 +158,3 @@ export declare function generateTypesFromFiles(inputFiles: string[], outputDir:
|
|
|
153
158
|
verbose?: boolean;
|
|
154
159
|
validate?: boolean;
|
|
155
160
|
}): Promise<GenerationResult>;
|
|
156
|
-
//# sourceMappingURL=builder.d.ts.map
|
package/dist/api/builder.js
CHANGED
|
@@ -85,7 +85,12 @@ export class APIBuilder {
|
|
|
85
85
|
namingConvention: options.namingConvention || "PascalCase",
|
|
86
86
|
includeExtensions: options.includeExtensions ?? false,
|
|
87
87
|
includeProfiles: options.includeProfiles ?? false,
|
|
88
|
+
generateValueSets: options.generateValueSets ?? false,
|
|
89
|
+
includeValueSetHelpers: options.includeValueSetHelpers ?? false,
|
|
90
|
+
valueSetStrengths: options.valueSetStrengths ?? ['required'],
|
|
88
91
|
logger: this.logger.child("TS"),
|
|
92
|
+
valueSetMode: options.valueSetMode ?? 'required-only',
|
|
93
|
+
valueSetDirectory: options.valueSetDirectory ?? 'valuesets',
|
|
89
94
|
verbose: this.options.verbose,
|
|
90
95
|
validate: true, // Enable validation for debugging
|
|
91
96
|
overwrite: this.options.overwrite,
|
|
@@ -249,4 +249,3 @@ export declare class BatchOperationError extends GeneratorError {
|
|
|
249
249
|
* Helps maintain consistent error creation patterns
|
|
250
250
|
*/
|
|
251
251
|
export declare function createErrorWithContext<T extends GeneratorError>(ErrorClass: new (...args: any[]) => T, message: string, context: FileContext, additionalContext?: Record<string, unknown>): T;
|
|
252
|
-
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -24,6 +24,29 @@ export interface TypeScriptGeneratorOptions extends BaseGeneratorOptions {
|
|
|
24
24
|
includeExtensions?: boolean;
|
|
25
25
|
/** Include FHIR profiles */
|
|
26
26
|
includeProfiles?: boolean;
|
|
27
|
+
/** Generate value set files (default: false) */
|
|
28
|
+
generateValueSets?: boolean;
|
|
29
|
+
/** Include helper validation functions (default: false) */
|
|
30
|
+
includeValueSetHelpers?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Which binding strengths to generate value sets for
|
|
33
|
+
* Only used when valueSetMode is 'custom'
|
|
34
|
+
* @default ['required']
|
|
35
|
+
*/
|
|
36
|
+
valueSetStrengths?: ('required' | 'preferred' | 'extensible' | 'example')[];
|
|
37
|
+
/**
|
|
38
|
+
* Directory name for value set files (relative to outputDir)
|
|
39
|
+
* @default 'valuesets'
|
|
40
|
+
*/
|
|
41
|
+
valueSetDirectory?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Value set generation mode
|
|
44
|
+
* - 'all': Generate for all binding strengths with enums
|
|
45
|
+
* - 'required-only': Generate only for required bindings (safe default)
|
|
46
|
+
* - 'custom': Use valueSetStrengths array to control
|
|
47
|
+
* @default 'required-only'
|
|
48
|
+
*/
|
|
49
|
+
valueSetMode?: 'all' | 'required-only' | 'custom';
|
|
27
50
|
/** Type mapper options */
|
|
28
51
|
typeMapperOptions?: TypeScriptTypeMapperOptions;
|
|
29
52
|
}
|
|
@@ -45,6 +68,7 @@ export interface GeneratedTypeScript {
|
|
|
45
68
|
export declare class TypeScriptGenerator extends BaseGenerator<TypeScriptGeneratorOptions, GeneratedFile[]> {
|
|
46
69
|
private readonly profilesByPackage;
|
|
47
70
|
private readonly resourceTypes;
|
|
71
|
+
private collectedValueSets;
|
|
48
72
|
private get tsOptions();
|
|
49
73
|
protected getLanguageName(): string;
|
|
50
74
|
protected getFileExtension(): string;
|
|
@@ -60,6 +84,22 @@ export declare class TypeScriptGenerator extends BaseGenerator<TypeScriptGenerat
|
|
|
60
84
|
* Transform a single schema into TypeScript
|
|
61
85
|
*/
|
|
62
86
|
transformSchema(schema: TypeSchema): Promise<GeneratedTypeScript | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Check if a binding schema should generate a value set file
|
|
89
|
+
*/
|
|
90
|
+
private shouldGenerateValueSet;
|
|
91
|
+
/**
|
|
92
|
+
* Collect value sets from schemas that should generate value set files
|
|
93
|
+
*/
|
|
94
|
+
private collectValueSets;
|
|
95
|
+
/**
|
|
96
|
+
* Check if a field binding should use a value set type
|
|
97
|
+
*/
|
|
98
|
+
private shouldUseValueSetType;
|
|
99
|
+
/**
|
|
100
|
+
* Get the TypeScript type name for a binding
|
|
101
|
+
*/
|
|
102
|
+
private getValueSetTypeName;
|
|
63
103
|
private shouldSkipSchema;
|
|
64
104
|
private getFilenameForSchema;
|
|
65
105
|
private extractImportsFromContent;
|
|
@@ -121,5 +161,20 @@ export declare class TypeScriptGenerator extends BaseGenerator<TypeScriptGenerat
|
|
|
121
161
|
* Generate utilities.ts file with ResourceType union
|
|
122
162
|
*/
|
|
123
163
|
private generateUtilitiesFile;
|
|
164
|
+
/**
|
|
165
|
+
* Generate a complete value set TypeScript file
|
|
166
|
+
*/
|
|
167
|
+
private generateValueSetFile;
|
|
168
|
+
/**
|
|
169
|
+
* Create valuesets directory and generate all value set files
|
|
170
|
+
*/
|
|
171
|
+
private generateValueSetFiles;
|
|
172
|
+
/**
|
|
173
|
+
* Generate index.ts file that re-exports all value sets
|
|
174
|
+
*/
|
|
175
|
+
private generateValueSetIndexFile;
|
|
176
|
+
/**
|
|
177
|
+
* Generate main types/index.ts file that exports all types and value sets
|
|
178
|
+
*/
|
|
179
|
+
private generateMainIndexFile;
|
|
124
180
|
}
|
|
125
|
-
//# sourceMappingURL=typescript.d.ts.map
|