- build, keywords

This commit is contained in:
ezolenko 2017-09-30 12:14:16 -06:00
parent 6362a66eff
commit 5bb8a7acb0
3 changed files with 16 additions and 12 deletions

View File

@ -17152,9 +17152,7 @@ var lodash = createCommonjsModule(function (module, exports) {
// Define as an anonymous module so, through path mapping, it can be
// referenced as the "underscore" module.
undefined(function() {
return _;
});
}
// Check for `exports` after `define` in case a build optimizer adds it.
else if (freeModule) {
@ -17321,6 +17319,10 @@ if (!lodash$2) {
var lodash_1$1 = lodash$2;
"use strict";
var graph = Graph;
var DEFAULT_EDGE_NAME = "\x00";
@ -19195,8 +19197,7 @@ module['exports'] = function zalgo(text, options) {
'̷', '͡', ' ҉'
]
},
all = [].concat(soul.up, soul.down, soul.mid),
zalgo = {};
all = [].concat(soul.up, soul.down, soul.mid);
function randomNumber(range) {
var r = Math.floor(Math.random() * range);
@ -19465,7 +19466,7 @@ function init() {
}
var sequencer = function sequencer (map, str) {
var exploded = str.split(""), i = 0;
var exploded = str.split("");
exploded = exploded.map(map);
return exploded.join("");
};

View File

@ -17148,9 +17148,7 @@ var lodash = createCommonjsModule(function (module, exports) {
// Define as an anonymous module so, through path mapping, it can be
// referenced as the "underscore" module.
undefined(function() {
return _;
});
}
// Check for `exports` after `define` in case a build optimizer adds it.
else if (freeModule) {
@ -17317,6 +17315,10 @@ if (!lodash$2) {
var lodash_1$1 = lodash$2;
"use strict";
var graph = Graph;
var DEFAULT_EDGE_NAME = "\x00";
@ -19191,8 +19193,7 @@ module['exports'] = function zalgo(text, options) {
'̷', '͡', ' ҉'
]
},
all = [].concat(soul.up, soul.down, soul.mid),
zalgo = {};
all = [].concat(soul.up, soul.down, soul.mid);
function randomNumber(range) {
var r = Math.floor(Math.random() * range);
@ -19461,7 +19462,7 @@ function init() {
}
var sequencer = function sequencer (map, str) {
var exploded = str.split(""), i = 0;
var exploded = str.split("");
exploded = exploded.map(map);
return exploded.join("");
};

View File

@ -11,6 +11,8 @@
"src"
],
"keywords": [
"rollup-plugin-typescript2",
"rollup-plugin-typescript",
"rollup-plugin",
"typescript",
"es2015",