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