Handbook
Glossary
javascript-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
javascript-file?
( path -- ? )
>lower
file-extension
{
"js"
"json"
"jsx"
"mjs"
"ts"
"tsx"
"vue"
"cjs"
"esm"
"map"
}
member?
;