UNPKG

@apilogic/migration-tool-api

Version:

Universal sql/no-sql database serverless migration tool

12 lines 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Compiler = void 0; class Compiler { constructor({ cwd, migrationsPath, buildPath }) { this.cwd = cwd; this.migrationsPath = migrationsPath; this.buildPath = buildPath; } } exports.Compiler = Compiler; //# sourceMappingURL=Compiler.js.map