Skip to content

Commit

Permalink
support also mjs and cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Dec 27, 2023
1 parent 876ef77 commit 9b387e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var Extensions = []string{
"js", "ts", "tsx", "jsx", "d.ts",
"js", "ts", "tsx", "jsx", "d.ts", "mjs", "cjs",
}

type Language struct {
Expand Down

0 comments on commit 9b387e0

Please sign in to comment.