From 1fd27a43b4e397e62be66448107db823df411900 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 17 Mar 2023 23:48:23 +0800 Subject: [PATCH] test(resolve): remove useless sub import --- playground/resolve/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/playground/resolve/index.html b/playground/resolve/index.html index 372db6786f10a0..158af31b3f413c 100644 --- a/playground/resolve/index.html +++ b/playground/resolve/index.html @@ -218,8 +218,6 @@

resolve package that contains # in path

import { msg as importsStar } from '#star/index.js' text('.imports-star', importsStar) - import aaaa from '#star/*' - import { msg as importsSlash } from '#slash/index.js' text('.imports-slash', importsSlash)