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