MCPcopy
hub / github.com/webpack/webpack / _isIdentCodePoint

Function _isIdentCodePoint

lib/css/syntax.js:350–351  ·  view source on GitHub ↗
(cc)

Source from the content-addressed store, hash-verified

348 * @returns {boolean} true, if cc is an ident-sequence code point
349 */
350const _isIdentCodePoint = (cc) =>
351 cc < 128 ? _identCharTable[cc] === 1 : _isIdentStartCodePointCC(cc);
352
353/**
354 * ASCII case-insensitive equality against a lowercase literal — avoids the

Callers 1

consumeNumberSignFunction · 0.85

Calls 1

_isIdentStartCodePointCCFunction · 0.85

Tested by

no test coverage detected