diff --git a/packages/playground/assets/index.html b/packages/playground/assets/index.html index f3b9a0b372a608..ef673053abad27 100644 --- a/packages/playground/assets/index.html +++ b/packages/playground/assets/index.html @@ -137,6 +137,14 @@

new URL('...', import.meta.url)

+

new URL('...', import.meta.url,) (with comma)

+ + + +

new URL('...', import.meta.url,) (with comma + new line)

+ + +

new URL(`./${dynamic}`, import.meta.url)

@@ -147,6 +155,16 @@

new URL(`./${dynamic}`, import.meta.url)

+

new URL(`./${dynamic}`, import.meta.url,) (with comma)

+

+ + +

+

+ + +

+

simple script tag import-expression