javascript-file? ( path -- ? )


Vocabulary
codebase-analyzer

Inputs
pathan object


Outputs
?an object


Definition


: javascript-file? ( path -- ? )
>lower file-extension {
"js"
"json"
"jsx"
"mjs"
"ts"
"tsx"
"vue"
"cjs"
"esm"
"map"
} member? ;