From a20978a2277449aad7ec62b20e5bb6efb2f8fd98 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Tue, 9 May 2023 10:02:52 +0200 Subject: [PATCH] Move ./src/compiler/parse/acorn.ts to ./src/compiler/parse/acorn.js --- src/compiler/parse/{acorn.ts => acorn.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/compiler/parse/{acorn.ts => acorn.js} (100%) diff --git a/src/compiler/parse/acorn.ts b/src/compiler/parse/acorn.js similarity index 100% rename from src/compiler/parse/acorn.ts rename to src/compiler/parse/acorn.js