MCPcopy Create free account
hub / github.com/RubyLouvre/anu / getCharacterClassEscapeSet

Function getCharacterClassEscapeSet

test/babel.js:57225–57233  ·  view source on GitHub ↗
(character)

Source from the content-addressed store, hash-verified

57223 var ESCAPE_SETS = __webpack_require__(599);
57224
57225 function getCharacterClassEscapeSet(character) {
57226 if (unicode) {
57227 if (ignoreCase) {
57228 return ESCAPE_SETS.UNICODE_IGNORE_CASE[character];
57229 }
57230 return ESCAPE_SETS.UNICODE[character];
57231 }
57232 return ESCAPE_SETS.REGULAR[character];
57233 }
57234
57235 var object = {};
57236 var hasOwnProperty = object.hasOwnProperty;

Callers 2

processCharacterClassFunction · 0.85
processTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected