Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
var _templateObject, _templateObject2, _templateObject3;
|
||||
|
||||
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
||||
|
||||
var foo = bar(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["wow\na", "b ", ""], ["wow\\na", "b ", ""])), 42, _.foobar());
|
||||
var bar = bar(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["wow\nab", " ", ""], ["wow\\nab", " ", ""])), 42, _.foobar());
|
||||
var bar = bar(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose(["wow\naB", " ", ""], ["wow\\naB", " ", ""])), 42, _.baz());
|
||||
var foo = bar(_templateObject || (_templateObject = babelHelpers.taggedTemplateLiteralLoose(["wow\na", "b ", ""], ["wow\\na", "b ", ""])), 42, _.foobar());
|
||||
var bar = bar(_templateObject2 || (_templateObject2 = babelHelpers.taggedTemplateLiteralLoose(["wow\nab", " ", ""], ["wow\\nab", " ", ""])), 42, _.foobar());
|
||||
var bar = bar(_templateObject3 || (_templateObject3 = babelHelpers.taggedTemplateLiteralLoose(["wow\naB", " ", ""], ["wow\\naB", " ", ""])), 42, _.baz());
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8;
|
||||
|
||||
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
||||
|
||||
tag(_templateObject || (_templateObject = _taggedTemplateLiteralLoose([void 0], ["\\unicode and \\u{55}"])));
|
||||
tag(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose([void 0], ["\\01"])));
|
||||
tag(_templateObject3 || (_templateObject3 = _taggedTemplateLiteralLoose([void 0, "right"], ["\\xg", "right"])), 0);
|
||||
tag(_templateObject4 || (_templateObject4 = _taggedTemplateLiteralLoose(["left", void 0], ["left", "\\xg"])), 0);
|
||||
tag(_templateObject5 || (_templateObject5 = _taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\xg", "right"])), 0, 1);
|
||||
tag(_templateObject6 || (_templateObject6 = _taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\u000g", "right"])), 0, 1);
|
||||
tag(_templateObject7 || (_templateObject7 = _taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\u{-0}", "right"])), 0, 1);
|
||||
tag(_templateObject || (_templateObject = babelHelpers.taggedTemplateLiteralLoose([void 0], ["\\unicode and \\u{55}"])));
|
||||
tag(_templateObject2 || (_templateObject2 = babelHelpers.taggedTemplateLiteralLoose([void 0], ["\\01"])));
|
||||
tag(_templateObject3 || (_templateObject3 = babelHelpers.taggedTemplateLiteralLoose([void 0, "right"], ["\\xg", "right"])), 0);
|
||||
tag(_templateObject4 || (_templateObject4 = babelHelpers.taggedTemplateLiteralLoose(["left", void 0], ["left", "\\xg"])), 0);
|
||||
tag(_templateObject5 || (_templateObject5 = babelHelpers.taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\xg", "right"])), 0, 1);
|
||||
tag(_templateObject6 || (_templateObject6 = babelHelpers.taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\u000g", "right"])), 0, 1);
|
||||
tag(_templateObject7 || (_templateObject7 = babelHelpers.taggedTemplateLiteralLoose(["left", void 0, "right"], ["left", "\\u{-0}", "right"])), 0, 1);
|
||||
|
||||
function a() {
|
||||
var undefined = 4;
|
||||
tag(_templateObject8 || (_templateObject8 = _taggedTemplateLiteralLoose([void 0], ["\\01"])));
|
||||
tag(_templateObject8 || (_templateObject8 = babelHelpers.taggedTemplateLiteralLoose([void 0], ["\\01"])));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user