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