UNPKG

@decaf-ts/utils

Version:

module management utils for decaf-ts

14 lines 486 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* istanbul ignore file */ const index_js_1 = require("./../cli/commands/index.cjs"); new index_js_1.CompileMatrixCommand() .execute() .then(() => process.exit(0)) .catch((error) => { index_js_1.CompileMatrixCommand.log.error(`Failed to compile matrix`, error); process.exit(1); }); //# sourceMappingURL=compile-matrix.js.map //# sourceMappingURL=compile-matrix.cjs.map