From 5bb8a7acb0cdf790c10178472618d73356132fee Mon Sep 17 00:00:00 2001 From: ezolenko Date: Sat, 30 Sep 2017 12:14:16 -0600 Subject: [PATCH] - build, keywords --- dist/rollup-plugin-typescript2.cjs.js | 13 +++++++------ dist/rollup-plugin-typescript2.es.js | 13 +++++++------ package.json | 2 ++ 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/dist/rollup-plugin-typescript2.cjs.js b/dist/rollup-plugin-typescript2.cjs.js index 488cf0a0..98225136 100644 --- a/dist/rollup-plugin-typescript2.cjs.js +++ b/dist/rollup-plugin-typescript2.cjs.js @@ -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(""); }; diff --git a/dist/rollup-plugin-typescript2.es.js b/dist/rollup-plugin-typescript2.es.js index 3e6328e8..8c35e124 100644 --- a/dist/rollup-plugin-typescript2.es.js +++ b/dist/rollup-plugin-typescript2.es.js @@ -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(""); }; diff --git a/package.json b/package.json index 59d0784c..31487db4 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "src" ], "keywords": [ + "rollup-plugin-typescript2", + "rollup-plugin-typescript", "rollup-plugin", "typescript", "es2015",