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