(strings, ...values)
| 6947 | } |
| 6948 | } |
| 6949 | function p(strings, ...values) { |
| 6950 | const str = `{${join$1(strings)}}`; |
| 6951 | const comments = []; |
| 6952 | try { |
| 6953 | let expression2 = parseExpressionAt2(str, 0, acorn_opts(comments, str)); |
| 6954 | expression2 = inject(str, expression2, values, comments); |
| 6955 | return expression2.properties[0]; |
| 6956 | } catch (err) { |
| 6957 | handle_error(str, err); |
| 6958 | } |
| 6959 | } |
| 6960 | function handle_error(str, err) { |
| 6961 | re.lastIndex = 0; |
| 6962 | str = str.replace(re, (m, i, at2, hash2, name) => { |
no test coverage detected