Files
codeql-action/lib/dbhash.js
T
2020-12-10 12:29:50 +01:00

11 lines
503 B
JavaScript
Generated

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const hash_inputs_1 = require("./hash-inputs");
const logging_1 = require("./logging");
const languages_1 = require("./languages");
const dbPath = "...";
const logger = logging_1.getRunnerLogger(true);
/* TODO: Do we need to unboundle here or before? */
const stableHash = hash_inputs_1.DatabaseHash(languages_1.Language.javascript, dbPath, logger);
logger.info(`stableHash: ${stableHash}`);
//# sourceMappingURL=dbhash.js.map