From 3e6704e6017e51ab4c52f413f693484017690868 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 12 May 2023 12:13:19 +0200 Subject: [PATCH] Move src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.ts to src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.js --- .../handlers/shared/{get_slot_scope.ts => get_slot_scope.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/compiler/compile/render_ssr/handlers/shared/{get_slot_scope.ts => get_slot_scope.js} (100%) diff --git a/src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.ts b/src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.js similarity index 100% rename from src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.ts rename to src/compiler/compile/render_ssr/handlers/shared/get_slot_scope.js