Handbook
Glossary
web-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
web-file?
( path -- ? )
>lower
file-extension
{
"css"
"scss"
"js"
"jsx"
"ejs"
"mjs"
"ts"
"tsx"
"json"
"html"
"less"
"mustache"
"snap"
"wasm"
}
member?
;