mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore: for goodness' sake
This commit is contained in:
parent
0e12b6eb8b
commit
3708ee8721
@ -80,7 +80,7 @@ export const RenderPlugin = () => {
|
|||||||
|
|
||||||
// Serialize into a js function
|
// Serialize into a js function
|
||||||
const chunks = html.split(/\{{2,3}\s*[^{}]+\s*\}{2,3}/g).map(chunk => JSON.stringify(chunk))
|
const chunks = html.split(/\{{2,3}\s*[^{}]+\s*\}{2,3}/g).map(chunk => JSON.stringify(chunk))
|
||||||
let hasMessages = chunks.length > 1
|
const hasMessages = chunks.length > 1
|
||||||
let templateString = chunks.shift()
|
let templateString = chunks.shift()
|
||||||
for (const expression of html.matchAll(/\{{2,3}(\s*[^{}]+\s*)\}{2,3}/g)) {
|
for (const expression of html.matchAll(/\{{2,3}(\s*[^{}]+\s*)\}{2,3}/g)) {
|
||||||
templateString += ` + (${expression[1].trim()}) + ${chunks.shift()}`
|
templateString += ` + (${expression[1].trim()}) + ${chunks.shift()}`
|
||||||
|
Loading…
Reference in New Issue
Block a user