From cc1caf1e797f71bc1e2949b46cb11abf28bb7909 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Thu, 11 May 2023 17:45:37 +0200 Subject: [PATCH] Move src/compiler/utils/error.ts to src/compiler/utils/error.js --- src/compiler/utils/{error.ts => error.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/compiler/utils/{error.ts => error.js} (100%) diff --git a/src/compiler/utils/error.ts b/src/compiler/utils/error.js similarity index 100% rename from src/compiler/utils/error.ts rename to src/compiler/utils/error.js