@billy-briggs-dev/sonar
Version:
Created by Billy Briggs
15 lines • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sonarHasher = void 0;
const tslib_1 = require("tslib");
/**
* This is a boilerplate custom hasher that matches
* the default Nx hasher. If you need to extend the behavior,
* you can consume workspace details from the context.
*/
const sonarHasher = (task, context) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
return context.hasher.hashTaskWithDepsAndContext(task);
});
exports.sonarHasher = sonarHasher;
exports.default = exports.sonarHasher;
//# sourceMappingURL=hasher.js.map