From 7f2e124555b9611a2af8f409128ec7f40a7827a4 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:39:43 -0800 Subject: [PATCH] Process all extensions by default --- src/utils/getJsCodeshiftParser.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/getJsCodeshiftParser.ts b/src/utils/getJsCodeshiftParser.ts index 2a765ee2b..e595898a0 100644 --- a/src/utils/getJsCodeshiftParser.ts +++ b/src/utils/getJsCodeshiftParser.ts @@ -76,7 +76,8 @@ export const getJsCodeshiftParser = () => }, extensions: { display_index: 3, - default: "js", + // Refs: https://github.com/facebook/jscodeshift/issues/582 + // default: "js", help: "transform files with these file extensions (comma separated list)", metavar: "EXT", },