How to use the @babel/runtime/helpers/taggedTemplateLiteral function in @babel/runtime

To help you get started, we’ve selected a few @babel/runtime examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github salesforce / lwc / packages / @lwc / compiler / src / __tests__ / fixtures / expected-babel-compat.js View on Github external
function _templateObject() {
var data = _taggedTemplateLiteral(["wow\na", "b ", ""], ["wow\\na", "b ", ""]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
function _objectSpread(target) {
github salesforce / lwc / packages / @lwc / compiler / src / __tests__ / fixtures / expected-babel-compat.js View on Github external
function _templateObject2() {
var data = _taggedTemplateLiteral(["wow\nab", " ", ""], ["wow\\nab", " ", ""]);
_templateObject2 = function _templateObject2() {
return data;
};
return data;
}
function _templateObject() {
github salesforce / lwc / packages / @lwc / compiler / src / __tests__ / fixtures / expected-babel-compat.js View on Github external
function _templateObject3() {
var data = _taggedTemplateLiteral(["wow\naB", " ", ""], ["wow\\naB", " ", ""]);
_templateObject3 = function _templateObject3() {
return data;
};
return data;
}
function _templateObject2() {
github vuefront / vuefront / lib / seo / product.js View on Github external
function _templateObject() {
  var data = _taggedTemplateLiteral(["\n        {\n          productsList(page: 1, size: -1) {\n            content {\n              id\n              keyword\n            }\n          }\n        }\n      "]);

  _templateObject = function () {
    return data;
  };

  return data;
}
github vuefront / vuefront / lib / seo / blog_post.js View on Github external
function _templateObject() {
  var data = _taggedTemplateLiteral(["\n        {\n          postsList(page: 1, size: -1) {\n            content {\n              id\n              keyword\n            }\n          }\n        }\n      "]);

  _templateObject = function () {
    return data;
  };

  return data;
}
github vuefront / vuefront / lib / seo / blog_category.js View on Github external
function _templateObject() {
  var data = _taggedTemplateLiteral(["\n        {\n          categoriesBlogList(page: 1, size: -1) {\n            content {\n              id\n              keyword\n            }\n          }\n        }\n      "]);

  _templateObject = function () {
    return data;
  };

  return data;
}
github vuefront / vuefront / lib / seo / page.js View on Github external
function _templateObject() {
  var data = _taggedTemplateLiteral(["\n        {\n          pagesList(page: 1, size: -1) {\n            content {\n              id\n              keyword\n            }\n          }\n        }\n      "]);

  _templateObject = function () {
    return data;
  };

  return data;
}
github vuefront / vuefront / lib / seo / category.js View on Github external
function _templateObject() {
  var data = _taggedTemplateLiteral(["\n        {\n          categoriesList(page: 1, size: -1) {\n            content {\n              id\n              keyword\n            }\n          }\n        }\n      "]);

  _templateObject = function () {
    return data;
  };

  return data;
}