11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
"use strict";
|
|
|
|
exports._ = exports._tagged_template_literal_loose = _tagged_template_literal_loose;
|
|
function _tagged_template_literal_loose(strings, raw) {
|
|
if (!raw) raw = strings.slice(0);
|
|
|
|
strings.raw = raw;
|
|
|
|
return strings;
|
|
}
|