UNPKG

git-semver-tagger

Version:

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/robertfmurdock/ze-great-tools?label=Release) ![NPM Version](https://img.shields.io/npm/v/git-semver-tagger?label=npm%20git-semver-tagger)

36 lines (34 loc) 1.35 kB
(function (_, kotlin_kotlin) { 'use strict'; //region block: imports var RegexOption_IGNORE_CASE_getInstance = kotlin_kotlin.$_$.g; var Regex_init_$Create$ = kotlin_kotlin.$_$.x; var Regex_init_$Create$_0 = kotlin_kotlin.$_$.w; var protoOf = kotlin_kotlin.$_$.aa; var initMetadataForObject = kotlin_kotlin.$_$.f9; //endregion //region block: pre-declaration initMetadataForObject(Defaults, 'Defaults'); //endregion function Defaults() { Defaults_instance = this; this.n1m_1 = Regex_init_$Create$('\\[major\\]', RegexOption_IGNORE_CASE_getInstance()); this.o1m_1 = Regex_init_$Create$('\\[minor\\]', RegexOption_IGNORE_CASE_getInstance()); this.p1m_1 = Regex_init_$Create$('\\[patch\\]', RegexOption_IGNORE_CASE_getInstance()); this.q1m_1 = Regex_init_$Create$('\\[none\\]', RegexOption_IGNORE_CASE_getInstance()); this.r1m_1 = Regex_init_$Create$_0('\\[(?<storyId>.*?)\\]'); this.s1m_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