Skip to content

Commit

Permalink
Delete unnecessary lang
Browse files Browse the repository at this point in the history
  • Loading branch information
inouetakuya committed May 6, 2024
1 parent ff5b4a8 commit 8f2a338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import prettier from "prettier";
import parserTypeScript from "prettier/parser-typescript";
import { convertImportDeclaration } from "./importDeclarationConverter";

const parseScript = (input: string, lang: "js" | "ts" = "js") => {
const parseScript = (input: string) => {
const {
descriptor: { script },
} = parse(input);
Expand Down

0 comments on commit 8f2a338

Please sign in to comment.