From dcbb0c899fa666af0f2c7ea9a5e7ec3da94bac44 Mon Sep 17 00:00:00 2001 From: ydcjeff <32727188+ydcjeff@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:39:14 +0630 Subject: [PATCH 1/4] test: add a failed test case --- packages/playground/assets/index.html | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages/playground/assets/index.html b/packages/playground/assets/index.html index f3b9a0b372a608..4c280b930ef35d 100644 --- a/packages/playground/assets/index.html +++ b/packages/playground/assets/index.html @@ -137,6 +137,10 @@

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

+

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

+ + +

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

@@ -147,6 +151,16 @@

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

+

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

+

+ + +

+

+ + +

+

simple script tag import-expression