@danceroutine/tango-migrations 1.11.1 → 1.11.2

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.
Files changed (142) hide show
  1. package/dist/Builder-y8vj7XXN.d.ts +25 -0
  2. package/dist/{CollectingBuilder--4fqDQdE.js → CollectingBuilder-BIfAKs_x.js} +6 -4
  3. package/dist/CollectingBuilder-BIfAKs_x.js.map +1 -0
  4. package/dist/CompilerFactory-Czv-zEOS.d.ts +30 -0
  5. package/dist/CompilerStrategy-DqmcqAC-.d.ts +44 -0
  6. package/dist/{CompilerStrategy-_AiXiyjS.js → CompilerStrategy-vcZKg8qf.js} +14 -10
  7. package/dist/CompilerStrategy-vcZKg8qf.js.map +1 -0
  8. package/dist/Dialect-Cp4r7UfW.d.ts +12 -0
  9. package/dist/{InternalColumnType-G9zV9StN.js → InternalColumnType-Dzs9T6a6.js} +3 -4
  10. package/dist/{InternalColumnType-G9zV9StN.js.map → InternalColumnType-Dzs9T6a6.js.map} +1 -1
  11. package/dist/{InternalOperationKind-Bt6Weuon.js → InternalOperationKind-M4a4H9OZ.js} +3 -4
  12. package/dist/{InternalOperationKind-Bt6Weuon.js.map → InternalOperationKind-M4a4H9OZ.js.map} +1 -1
  13. package/dist/{IntrospectorStrategy-BEIG5GqA.js → IntrospectorStrategy-BijuyIaN.js} +14 -9
  14. package/dist/IntrospectorStrategy-BijuyIaN.js.map +1 -0
  15. package/dist/{Migration-DYQ0hUG7.js → Migration-DxHHPyzn.js} +9 -4
  16. package/dist/Migration-DxHHPyzn.js.map +1 -0
  17. package/dist/{MigrationGenerator-B1p0jHnx.js → MigrationGenerator-BmmerPXJ.js} +24 -35
  18. package/dist/MigrationGenerator-BmmerPXJ.js.map +1 -0
  19. package/dist/MigrationOperation-qpdhPEs9.d.ts +145 -0
  20. package/dist/{MigrationRunner-DomrOZIn.js → MigrationRunner-B5AJel12.js} +52 -24
  21. package/dist/MigrationRunner-B5AJel12.js.map +1 -0
  22. package/dist/{MigrationSqlSafetyAdapter-CGRbB2k2.js → MigrationSqlSafetyAdapter-yP6fPjeC.js} +13 -9
  23. package/dist/MigrationSqlSafetyAdapter-yP6fPjeC.js.map +1 -0
  24. package/dist/PostgresIntrospector-DQDTZUW_.d.ts +77 -0
  25. package/dist/{SqliteCompilerFactory-BvdJ0kBl.js → SqliteCompilerFactory-CXlPAclY.js} +38 -40
  26. package/dist/SqliteCompilerFactory-CXlPAclY.js.map +1 -0
  27. package/dist/{SqliteIntrospector-CWwPWhmA.js → SqliteIntrospector-CfItmGgA.js} +15 -15
  28. package/dist/SqliteIntrospector-CfItmGgA.js.map +1 -0
  29. package/dist/builder/index.d.ts +4 -10
  30. package/dist/builder/index.js +3 -6
  31. package/dist/{builder-xJ-Bq2pk.js → builder-BSepa_PF.js} +24 -24
  32. package/dist/builder-BSepa_PF.js.map +1 -0
  33. package/dist/chunk-D7D4PA-g.js +13 -0
  34. package/dist/{cli-7j3R1Y1r.js → cli-e8I1-dab.js} +34 -47
  35. package/dist/cli-e8I1-dab.js.map +1 -0
  36. package/dist/cli.d.ts +1 -2
  37. package/dist/cli.js +3 -16
  38. package/dist/cli.js.map +1 -1
  39. package/dist/commands/index.d.ts +2 -4
  40. package/dist/commands/index.js +7 -16
  41. package/dist/commands/index.js.map +1 -0
  42. package/dist/compilers/index.d.ts +3 -10
  43. package/dist/compilers/index.js +3 -7
  44. package/dist/{compilers-C-GiumJB.js → compilers-BW-WALoD.js} +9 -16
  45. package/dist/{compilers-C-GiumJB.js.map → compilers-BW-WALoD.js.map} +1 -1
  46. package/dist/diff/index.d.ts +2 -5
  47. package/dist/diff/index.js +2 -7
  48. package/dist/{diff-B9MhagJF.js → diff-7Xw8k4vp.js} +14 -14
  49. package/dist/diff-7Xw8k4vp.js.map +1 -0
  50. package/dist/domain/index.d.ts +5 -7
  51. package/dist/domain/index.js +7 -3
  52. package/dist/domain/index.js.map +1 -0
  53. package/dist/generator/index.d.ts +2 -4
  54. package/dist/generator/index.js +7 -4
  55. package/dist/generator/index.js.map +1 -0
  56. package/dist/index-B8VoE0M4.d.ts +56 -0
  57. package/dist/index-CsTGwtZ0.d.ts +110 -0
  58. package/dist/index-CzdR_Ig9.d.ts +47 -0
  59. package/dist/index-CzpjLzoS.d.ts +180 -0
  60. package/dist/index-D7qe9iKG.d.ts +13 -0
  61. package/dist/index-DdCF5yCg.d.ts +38 -0
  62. package/dist/index-a1Y--85Y.d.ts +41 -0
  63. package/dist/index-ni7Db8Lv.d.ts +86 -0
  64. package/dist/index-sywIP4pt.d.ts +61 -0
  65. package/dist/index.d.ts +17 -27
  66. package/dist/index.js +19 -23
  67. package/dist/introspect/index.d.ts +3 -6
  68. package/dist/introspect/index.js +10 -4
  69. package/dist/introspect/index.js.map +1 -0
  70. package/dist/runner/index.d.ts +2 -4
  71. package/dist/runner/index.js +7 -10
  72. package/dist/runner/index.js.map +1 -0
  73. package/dist/strategies/index.d.ts +3 -5
  74. package/dist/strategies/index.js +13 -9
  75. package/dist/strategies/index.js.map +1 -0
  76. package/package.json +8 -8
  77. package/dist/CollectingBuilder--4fqDQdE.js.map +0 -1
  78. package/dist/CompilerStrategy-_AiXiyjS.js.map +0 -1
  79. package/dist/IntrospectorStrategy-BEIG5GqA.js.map +0 -1
  80. package/dist/Migration-DYQ0hUG7.js.map +0 -1
  81. package/dist/MigrationGenerator-B1p0jHnx.js.map +0 -1
  82. package/dist/MigrationRunner-DomrOZIn.js.map +0 -1
  83. package/dist/MigrationSqlSafetyAdapter-CGRbB2k2.js.map +0 -1
  84. package/dist/SqliteCompilerFactory-BvdJ0kBl.js.map +0 -1
  85. package/dist/SqliteIntrospector-CWwPWhmA.js.map +0 -1
  86. package/dist/builder/contracts/Builder.d.ts +0 -11
  87. package/dist/builder/contracts/ColumnSpec.d.ts +0 -20
  88. package/dist/builder/contracts/ColumnType.d.ts +0 -2
  89. package/dist/builder/contracts/DeleteReferentialAction.d.ts +0 -2
  90. package/dist/builder/contracts/UpdateReferentialAction.d.ts +0 -2
  91. package/dist/builder/contracts/index.d.ts +0 -8
  92. package/dist/builder/ops/OpBuilder.d.ts +0 -129
  93. package/dist/builder/ops/index.d.ts +0 -4
  94. package/dist/builder/runtime/CollectingBuilder.d.ts +0 -39
  95. package/dist/builder/runtime/index.d.ts +0 -4
  96. package/dist/builder-xJ-Bq2pk.js.map +0 -1
  97. package/dist/chunk-BkvOhyD0.js +0 -12
  98. package/dist/cli-7j3R1Y1r.js.map +0 -1
  99. package/dist/commands/cli.d.ts +0 -5
  100. package/dist/commands-Cl2MU7tq.js +0 -10
  101. package/dist/commands-Cl2MU7tq.js.map +0 -1
  102. package/dist/compilers/contracts/CompilerFactory.d.ts +0 -8
  103. package/dist/compilers/contracts/SQL.d.ts +0 -4
  104. package/dist/compilers/contracts/SQLCompiler.d.ts +0 -11
  105. package/dist/compilers/contracts/index.d.ts +0 -6
  106. package/dist/compilers/dialects/PostgresCompiler.d.ts +0 -32
  107. package/dist/compilers/dialects/SqliteCompiler.d.ts +0 -27
  108. package/dist/compilers/dialects/index.d.ts +0 -5
  109. package/dist/compilers/factories/PostgresCompilerFactory.d.ts +0 -17
  110. package/dist/compilers/factories/SqliteCompilerFactory.d.ts +0 -17
  111. package/dist/compilers/factories/index.d.ts +0 -5
  112. package/dist/diff/diffSchema.d.ts +0 -39
  113. package/dist/diff-B9MhagJF.js.map +0 -1
  114. package/dist/domain/Dialect.d.ts +0 -2
  115. package/dist/domain/Migration.d.ts +0 -29
  116. package/dist/domain/MigrationMode.d.ts +0 -2
  117. package/dist/domain/MigrationOperation.d.ts +0 -77
  118. package/dist/domain/internal/InternalColumnType.d.ts +0 -11
  119. package/dist/domain/internal/InternalDialect.d.ts +0 -5
  120. package/dist/domain/internal/InternalMigrationMode.d.ts +0 -5
  121. package/dist/domain/internal/InternalOperationKind.d.ts +0 -14
  122. package/dist/domain/internal/InternalReferentialAction.d.ts +0 -7
  123. package/dist/domain-CwR-kUNS.js +0 -10
  124. package/dist/domain-CwR-kUNS.js.map +0 -1
  125. package/dist/generator/MigrationGenerator.d.ts +0 -48
  126. package/dist/generator-DK-_f-PF.js +0 -10
  127. package/dist/generator-DK-_f-PF.js.map +0 -1
  128. package/dist/internal/MigrationSqlSafetyAdapter.d.ts +0 -24
  129. package/dist/introspect/DatabaseIntrospector.d.ts +0 -17
  130. package/dist/introspect/PostgresIntrospector.d.ts +0 -56
  131. package/dist/introspect/SqliteIntrospector.d.ts +0 -53
  132. package/dist/introspect-DD3fm15e.js +0 -13
  133. package/dist/introspect-DD3fm15e.js.map +0 -1
  134. package/dist/runner/MigrationRunner.d.ts +0 -79
  135. package/dist/runner-C97xT8_W.js +0 -10
  136. package/dist/runner-C97xT8_W.js.map +0 -1
  137. package/dist/runtime/loadModule.d.ts +0 -18
  138. package/dist/schema/buildMigrationModelMetadataProjection.d.ts +0 -3
  139. package/dist/strategies/CompilerStrategy.d.ts +0 -42
  140. package/dist/strategies/IntrospectorStrategy.d.ts +0 -34
  141. package/dist/strategies-HwUWvmLC.js +0 -16
  142. package/dist/strategies-HwUWvmLC.js.map +0 -1
@@ -1,56 +0,0 @@
1
- import type { DBClient, DatabaseIntrospector } from './DatabaseIntrospector';
2
- /** Introspected column metadata. */
3
- export interface DbColumn {
4
- name: string;
5
- type: string;
6
- notNull: boolean;
7
- default: string | null;
8
- isPk: boolean;
9
- isUnique: boolean;
10
- }
11
- /** Introspected index metadata. */
12
- export interface DbIndex {
13
- name: string;
14
- table: string;
15
- unique: boolean;
16
- columns: string[];
17
- where: string | null;
18
- }
19
- /** Introspected foreign key metadata. */
20
- export interface DbForeignKey {
21
- name: string;
22
- table: string;
23
- columns: string[];
24
- refTable: string;
25
- refColumns: string[];
26
- onDelete: string | null;
27
- onUpdate: string | null;
28
- validated: boolean;
29
- }
30
- /** Introspected table metadata. */
31
- export interface DbTable {
32
- name: string;
33
- columns: Record<string, DbColumn>;
34
- pks: string[];
35
- indexes: Record<string, DbIndex>;
36
- fks: Record<string, DbForeignKey>;
37
- }
38
- /** Introspected schema metadata. */
39
- export interface DbSchema {
40
- tables: Record<string, DbTable>;
41
- }
42
- /**
43
- * PostgreSQL implementation of schema introspection.
44
- */
45
- export declare class PostgresIntrospector implements DatabaseIntrospector {
46
- static readonly BRAND: "tango.migrations.postgres_introspector";
47
- readonly __tangoBrand: typeof PostgresIntrospector.BRAND;
48
- /**
49
- * Narrow an unknown value to the PostgreSQL schema introspector.
50
- */
51
- static isPostgresIntrospector(value: unknown): value is PostgresIntrospector;
52
- /**
53
- * Read table and column metadata from PostgreSQL system catalogs.
54
- */
55
- introspect(client: DBClient): Promise<DbSchema>;
56
- }
@@ -1,53 +0,0 @@
1
- import type { DBClient, DatabaseIntrospector } from './DatabaseIntrospector';
2
- /** Introspected column metadata. */
3
- export interface DbColumn {
4
- name: string;
5
- type: string;
6
- notNull: boolean;
7
- default: string | null;
8
- isPk: boolean;
9
- isUnique: boolean;
10
- }
11
- /** Introspected table metadata. */
12
- export interface DbTable {
13
- name: string;
14
- columns: Record<string, DbColumn>;
15
- pks: string[];
16
- indexes: Record<string, {
17
- name: string;
18
- table: string;
19
- unique: boolean;
20
- columns: string[];
21
- where: string | null;
22
- }>;
23
- fks: Record<string, {
24
- name: string;
25
- table: string;
26
- columns: string[];
27
- refTable: string;
28
- refColumns: string[];
29
- onDelete: string | null;
30
- onUpdate: string | null;
31
- validated: boolean;
32
- }>;
33
- }
34
- /** Introspected schema metadata. */
35
- export interface DbSchema {
36
- tables: Record<string, DbTable>;
37
- }
38
- /**
39
- * SQLite implementation of schema introspection.
40
- */
41
- export declare class SqliteIntrospector implements DatabaseIntrospector {
42
- static readonly BRAND: "tango.migrations.sqlite_introspector";
43
- readonly __tangoBrand: typeof SqliteIntrospector.BRAND;
44
- private readonly sqlSafety;
45
- /**
46
- * Narrow an unknown value to the SQLite schema introspector.
47
- */
48
- static isSqliteIntrospector(value: unknown): value is SqliteIntrospector;
49
- /**
50
- * Read table/column/index metadata from SQLite pragmas.
51
- */
52
- introspect(client: DBClient): Promise<DbSchema>;
53
- }
@@ -1,13 +0,0 @@
1
- import { __export } from "./chunk-BkvOhyD0.js";
2
- import { PostgresIntrospector, SqliteIntrospector } from "./SqliteIntrospector-CWwPWhmA.js";
3
-
4
- //#region src/introspect/index.ts
5
- var introspect_exports = {};
6
- __export(introspect_exports, {
7
- PostgresIntrospector: () => PostgresIntrospector,
8
- SqliteIntrospector: () => SqliteIntrospector
9
- });
10
-
11
- //#endregion
12
- export { introspect_exports };
13
- //# sourceMappingURL=introspect-DD3fm15e.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"introspect-DD3fm15e.js","names":[],"sources":["../src/introspect/index.ts"],"sourcesContent":["/**\n * Domain boundary barrel: centralizes this subdomain's public contract.\n */\n\nexport type { DBClient, DatabaseIntrospector } from './DatabaseIntrospector';\nexport {\n PostgresIntrospector,\n type DbColumn as PostgresDbColumn,\n type DbForeignKey as PostgresDbForeignKey,\n type DbIndex as PostgresDbIndex,\n type DbSchema as PostgresDbSchema,\n type DbTable as PostgresDbTable,\n} from './PostgresIntrospector';\nexport {\n SqliteIntrospector,\n type DbColumn as SqliteDbColumn,\n type DbSchema as SqliteDbSchema,\n type DbTable as SqliteDbTable,\n} from './SqliteIntrospector';\n"],"mappings":""}
@@ -1,79 +0,0 @@
1
- import type { Dialect } from '../domain/Dialect';
2
- import type { CompilerStrategy } from '../strategies/CompilerStrategy';
3
- /** DB client contract required by migration execution. */
4
- interface DBClient {
5
- /** Execute SQL with optional parameters. */
6
- query<T = unknown>(sql: string, params?: readonly unknown[]): Promise<{
7
- rows: T[];
8
- }>;
9
- /** Release underlying database resources. */
10
- close(): Promise<void>;
11
- }
12
- /**
13
- * Manages the lifecycle of database migrations: applying, planning, and tracking status.
14
- *
15
- * The runner reads migration files from a directory, compiles operations to SQL
16
- * for the target dialect, and maintains a journal table to track which migrations
17
- * have been applied. Each applied migration is checksummed to detect tampering.
18
- *
19
- * @example
20
- * ```typescript
21
- * const runner = new MigrationRunner(client, 'postgres', './migrations');
22
- *
23
- * // Apply all pending migrations
24
- * await runner.apply();
25
- *
26
- * // Apply up to a specific migration
27
- * await runner.apply('003_add_indexes');
28
- *
29
- * // Preview the SQL that would be generated
30
- * const sql = await runner.plan();
31
- *
32
- * // Check which migrations are applied
33
- * const statuses = await runner.status();
34
- * ```
35
- */
36
- export declare class MigrationRunner {
37
- private client;
38
- private dialect;
39
- private migrationsDir;
40
- static readonly BRAND: "tango.migrations.runner";
41
- readonly __tangoBrand: typeof MigrationRunner.BRAND;
42
- private compilerStrategy;
43
- constructor(client: DBClient, dialect: Dialect, migrationsDir?: string, compilerStrategy?: CompilerStrategy);
44
- /**
45
- * Narrow an unknown value to `MigrationRunner`.
46
- */
47
- static isMigrationRunner(value: unknown): value is MigrationRunner;
48
- /**
49
- * Apply all pending migrations, optionally stopping at a specific migration ID.
50
- * Migrations are applied in file-sort order. Already-applied migrations are skipped.
51
- * Non-online migrations are wrapped in a transaction on Postgres.
52
- */
53
- apply(toId?: string): Promise<void>;
54
- /**
55
- * Generate a dry-run SQL plan for all migrations without executing anything.
56
- * Useful for reviewing what SQL would be run before applying.
57
- */
58
- plan(): Promise<string>;
59
- /**
60
- * Return the applied/pending status of every migration found on disk.
61
- */
62
- status(): Promise<{
63
- id: string;
64
- applied: boolean;
65
- }[]>;
66
- private ensureJournal;
67
- private listApplied;
68
- private loadMigrations;
69
- private applyMigration;
70
- /**
71
- * Compute a simple hash of the migration's operation list.
72
- * Stored alongside each applied migration in the journal table to detect
73
- * if a migration file has been modified after it was already applied.
74
- * Uses a djb2-like hash over the JSON-serialized operations.
75
- */
76
- private hashJSON;
77
- private compileOperation;
78
- }
79
- export {};
@@ -1,10 +0,0 @@
1
- import { __export } from "./chunk-BkvOhyD0.js";
2
- import { MigrationRunner } from "./MigrationRunner-DomrOZIn.js";
3
-
4
- //#region src/runner/index.ts
5
- var runner_exports = {};
6
- __export(runner_exports, { MigrationRunner: () => MigrationRunner });
7
-
8
- //#endregion
9
- export { runner_exports };
10
- //# sourceMappingURL=runner-C97xT8_W.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"runner-C97xT8_W.js","names":[],"sources":["../src/runner/index.ts"],"sourcesContent":["/**\n * Domain boundary barrel: centralizes this subdomain's public contract.\n */\n\nexport { MigrationRunner } from './MigrationRunner';\n"],"mappings":""}
@@ -1,18 +0,0 @@
1
- import { ModelRegistry } from '@danceroutine/tango-schema';
2
- /**
3
- * Load a module from a Tango app project root.
4
- *
5
- * TypeScript modules are loaded through jiti and JavaScript/ESM modules are loaded
6
- * through native dynamic import so published installs behave like end-user runtime.
7
- */
8
- export declare function loadModule(modulePath: string, options?: {
9
- projectRoot?: string;
10
- registry?: ModelRegistry;
11
- moduleCache?: boolean;
12
- }): Promise<Record<string, unknown>>;
13
- /**
14
- * Load a module and return default export when present.
15
- */
16
- export declare function loadDefaultExport(modulePath: string, options?: {
17
- projectRoot?: string;
18
- }): Promise<unknown>;
@@ -1,3 +0,0 @@
1
- import type { ModelRegistry } from '@danceroutine/tango-schema';
2
- import type { ModelMetadataLike } from '../diff/diffSchema';
3
- export declare function buildMigrationModelMetadataProjection(registry: ModelRegistry): ModelMetadataLike[];
@@ -1,42 +0,0 @@
1
- import type { CompilerFactory } from '../compilers/contracts/CompilerFactory';
2
- import type { Dialect } from '../domain/Dialect';
3
- import type { CustomMigrationOperation, MigrationOperation } from '../domain/MigrationOperation';
4
- import type { SQL } from '../compilers/contracts/SQL';
5
- import type { SQLCompiler } from '../compilers/contracts/SQLCompiler';
6
- type CompilerFactoryRegistry = Record<Dialect, CompilerFactory>;
7
- /**
8
- * Dialect-aware SQL compiler orchestration with optional custom-op handlers.
9
- */
10
- export declare class CompilerStrategy {
11
- private readonly factories;
12
- static readonly BRAND: "tango.migrations.compiler_strategy";
13
- readonly __tangoBrand: typeof CompilerStrategy.BRAND;
14
- private readonly compilerCache;
15
- private readonly customHandlers;
16
- constructor(factories: CompilerFactoryRegistry);
17
- /**
18
- * Narrow an unknown value to the dialect-aware migration compiler strategy.
19
- */
20
- static isCompilerStrategy(value: unknown): value is CompilerStrategy;
21
- /**
22
- * Prepare a batch of migration operations for a target dialect.
23
- */
24
- prepareOperations(dialect: Dialect, operations: MigrationOperation[]): MigrationOperation[];
25
- /**
26
- * Compile a migration operation to SQL for a target dialect.
27
- */
28
- compile(dialect: Dialect, operation: MigrationOperation): SQL[];
29
- /**
30
- * Register a handler for custom migration operations.
31
- */
32
- registerCustomHandler<TName extends string, TArgs extends object>(name: TName, handler: (dialect: Dialect, op: CustomMigrationOperation<TName, TArgs>) => SQL[]): this;
33
- /**
34
- * Resolve and cache a compiler instance for a dialect.
35
- */
36
- getCompiler(dialect: Dialect): SQLCompiler;
37
- }
38
- /**
39
- * Create the default compiler strategy with built-in dialect factories.
40
- */
41
- export declare function createDefaultCompilerStrategy(): CompilerStrategy;
42
- export {};
@@ -1,34 +0,0 @@
1
- import type { DBClient, DatabaseIntrospector } from '../introspect/DatabaseIntrospector';
2
- import type { Dialect } from '../domain/Dialect';
3
- import type { DbSchema } from '../introspect/PostgresIntrospector';
4
- type IntrospectorFactory = {
5
- create(): DatabaseIntrospector;
6
- };
7
- type IntrospectorFactoryRegistry = Record<Dialect, IntrospectorFactory>;
8
- /**
9
- * Dialect-aware schema introspection orchestration.
10
- */
11
- export declare class IntrospectorStrategy {
12
- private readonly factories;
13
- static readonly BRAND: "tango.migrations.introspector_strategy";
14
- readonly __tangoBrand: typeof IntrospectorStrategy.BRAND;
15
- private readonly introspectorCache;
16
- constructor(factories: IntrospectorFactoryRegistry);
17
- /**
18
- * Narrow an unknown value to the dialect-aware schema introspection strategy.
19
- */
20
- static isIntrospectorStrategy(value: unknown): value is IntrospectorStrategy;
21
- /**
22
- * Introspect database schema using a dialect-specific introspector.
23
- */
24
- introspect(dialect: Dialect, client: DBClient): Promise<DbSchema>;
25
- /**
26
- * Resolve and cache an introspector instance for a dialect.
27
- */
28
- getIntrospector(dialect: Dialect): DatabaseIntrospector;
29
- }
30
- /**
31
- * Create the default introspector strategy with built-in dialect support.
32
- */
33
- export declare function createDefaultIntrospectorStrategy(): IntrospectorStrategy;
34
- export {};
@@ -1,16 +0,0 @@
1
- import { __export } from "./chunk-BkvOhyD0.js";
2
- import { CompilerStrategy, createDefaultCompilerStrategy } from "./CompilerStrategy-_AiXiyjS.js";
3
- import { IntrospectorStrategy, createDefaultIntrospectorStrategy } from "./IntrospectorStrategy-BEIG5GqA.js";
4
-
5
- //#region src/strategies/index.ts
6
- var strategies_exports = {};
7
- __export(strategies_exports, {
8
- CompilerStrategy: () => CompilerStrategy,
9
- IntrospectorStrategy: () => IntrospectorStrategy,
10
- createDefaultCompilerStrategy: () => createDefaultCompilerStrategy,
11
- createDefaultIntrospectorStrategy: () => createDefaultIntrospectorStrategy
12
- });
13
-
14
- //#endregion
15
- export { strategies_exports };
16
- //# sourceMappingURL=strategies-HwUWvmLC.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strategies-HwUWvmLC.js","names":[],"sources":["../src/strategies/index.ts"],"sourcesContent":["/**\n * Domain boundary barrel: centralizes this subdomain's public contract.\n */\n\nexport { CompilerStrategy, createDefaultCompilerStrategy } from './CompilerStrategy';\nexport { IntrospectorStrategy, createDefaultIntrospectorStrategy } from './IntrospectorStrategy';\n"],"mappings":""}