MCPcopy
hub / github.com/webpack/webpack / isAsciiLowerAlpha

Function isAsciiLowerAlpha

lib/html/syntax.js:229–230  ·  view source on GitHub ↗
(cc)

Source from the content-addressed store, hash-verified

227 * @returns {boolean} is ascii lower alpha
228 */
229const isAsciiLowerAlpha = (cc) =>
230 cc < 0x80 && (CHAR_CLASS[cc] & CCLS_LOWER) !== 0;
231
232/**
233 * Tokenizer whitespace. U+000D CARRIAGE RETURN is included because the spec's

Callers 1

walkHtmlTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected