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