Solves Tagged template literal size optimization (#7379)

* Tagged template literal size optimization
solves #7352

* Incorporates review changes
This commit is contained in:
Deepak Pai
2018-02-20 21:39:23 +01:00
committed by Justin Ridgewell
parent 7e90d56024
commit dad05ed503
10 changed files with 34 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
var _taggedTemplateLiteral = require("@babel/runtime/helpers/taggedTemplateLiteral");
var _templateObject = /*#__PURE__*/ _taggedTemplateLiteral(["foo"], ["foo"]);
var _templateObject = /*#__PURE__*/ _taggedTemplateLiteral(["foo"]);
tag(_templateObject);