git-semver-tagger
Version:
 
36 lines (34 loc) • 1.35 kB
JavaScript
(function (_, kotlin_kotlin) {
'use strict';
//region block: imports
var RegexOption_IGNORE_CASE_getInstance = kotlin_kotlin.$_$.d;
var Regex_init_$Create$ = kotlin_kotlin.$_$.u;
var Regex_init_$Create$_0 = kotlin_kotlin.$_$.t;
var protoOf = kotlin_kotlin.$_$.ba;
var initMetadataForObject = kotlin_kotlin.$_$.h9;
//endregion
//region block: pre-declaration
initMetadataForObject(Defaults, 'Defaults');
//endregion
function Defaults() {
Defaults_instance = this;
this.pl_1 = Regex_init_$Create$('\\[major\\]', RegexOption_IGNORE_CASE_getInstance());
this.ql_1 = Regex_init_$Create$('\\[minor\\]', RegexOption_IGNORE_CASE_getInstance());
this.rl_1 = Regex_init_$Create$('\\[patch\\]', RegexOption_IGNORE_CASE_getInstance());
this.sl_1 = Regex_init_$Create$('\\[none\\]', RegexOption_IGNORE_CASE_getInstance());
this.tl_1 = Regex_init_$Create$_0('\\[(?<storyId>.*?)\\]');
this.ul_1 = Regex_init_$Create$_0('-(?<ease>[1-5])-');
}
var Defaults_instance;
function Defaults_getInstance() {
if (Defaults_instance == null)
new Defaults();
return Defaults_instance;
}
//region block: exports
_.$_$ = _.$_$ || {};
_.$_$.a = Defaults_getInstance;
//endregion
return _;
}(module.exports, require('./kotlin-kotlin-stdlib.js')));
//# sourceMappingURL=tools-digger-core.js.map