UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

17 lines 1.01 kB
export var CompilationJobCreationErrorReason; (function (CompilationJobCreationErrorReason) { CompilationJobCreationErrorReason["NO_COMPATIBLE_SOLC_VERSION_FOUND"] = "NO_COMPATIBLE_SOLC_VERSION_FOUND"; CompilationJobCreationErrorReason["NO_COMPATIBLE_SOLC_VERSION_WITH_ROOT"] = "NO_COMPATIBLE_SOLC_VERSION_WITH_ROOT"; CompilationJobCreationErrorReason["INCOMPATIBLE_OVERRIDDEN_SOLC_VERSION"] = "INCOMPATIBLE_OVERRIDDEN_SOLC_VERSION"; CompilationJobCreationErrorReason["IMPORT_OF_INCOMPATIBLE_FILE"] = "IMPORT_OF_INCOMPATIBLE_FILE"; })(CompilationJobCreationErrorReason || (CompilationJobCreationErrorReason = {})); /** * The restult of building a file. */ export var FileBuildResultType; (function (FileBuildResultType) { FileBuildResultType["CACHE_HIT"] = "CACHE_HIT"; FileBuildResultType["BUILD_SUCCESS"] = "BUILD_SUCCESS"; FileBuildResultType["BUILD_FAILURE"] = "BUILD_FAILURE"; })(FileBuildResultType || (FileBuildResultType = {})); //# sourceMappingURL=build-system.js.map