MCPcopy
hub / github.com/webpack/webpack / _isIdentStartCodePointCC

Function _isIdentStartCodePointCC

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

Source from the content-addressed store, hash-verified

327 * @returns {boolean} true, if cc is an ident-start code point
328 */
329const _isIdentStartCodePointCC = (cc) =>
330 _isLetter(cc) || cc >= 0x80 || cc === CC_LOW_LINE;
331
332/**
333 * Spec: ident-code = ident-start / digit / hyphen-minus.

Callers 5

_isIdentCodePointFunction · 0.85
_consumeAnIdentSequenceFunction · 0.85
consumeANumericTokenFunction · 0.85
syntax.jsFile · 0.85

Calls 1

_isLetterFunction · 0.85

Tested by

no test coverage detected