Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #isWhitespace
Method
#isWhitespace
src/core/tokenizer.js:273–275 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
271
}
272
273
#isWhitespace(c) {
274
return
c ===
" "
|| c ===
"\t"
|| c ===
"\r"
|| c ===
"\n"
;
275
}
276
277
#isNewline(c) {
278
return
c ===
"\r"
|| c ===
"\n"
;
Callers
3
#consumeWhitespace
Method · 0.95
#isLineComment
Method · 0.95
#tokenize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected