From 521bea8115e92823b8cc3474c8c46c8f85064f7b Mon Sep 17 00:00:00 2001 From: Ilya Mochalov Date: Sat, 29 Aug 2015 19:46:37 +0500 Subject: [PATCH] lodash: changed _.template() method --- lodash/lodash-tests.ts | 36 ++++++++++------- lodash/lodash.d.ts | 88 +++++++++++++++++++++--------------------- 2 files changed, 65 insertions(+), 59 deletions(-) diff --git a/lodash/lodash-tests.ts b/lodash/lodash-tests.ts index 5fee08b29..bc6c126d0 100644 --- a/lodash/lodash-tests.ts +++ b/lodash/lodash-tests.ts @@ -1721,21 +1721,6 @@ result = _(10).range().value(); result = _(1).range(11).value(); result = _(0).range(30, 5).value(); -result = <_.TemplateExecutor>_.template('hello <%= name %>'); -result = _.template('<%- value %>', { 'value': '