From 99f9deaf4daa077875372ede60b59e01aeaed6b2 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 12 May 2023 15:10:00 +0200 Subject: [PATCH] Move src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts to src/compiler/compile/render_dom/wrappers/RawMustacheTag.js --- .../render_dom/wrappers/{RawMustacheTag.ts => RawMustacheTag.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/compiler/compile/render_dom/wrappers/{RawMustacheTag.ts => RawMustacheTag.js} (100%) diff --git a/src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts b/src/compiler/compile/render_dom/wrappers/RawMustacheTag.js similarity index 100% rename from src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts rename to src/compiler/compile/render_dom/wrappers/RawMustacheTag.js