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

Function createCharacterClass

test/babel.js:58061–58068  ·  view source on GitHub ↗
(classRanges, negative, from, to)

Source from the content-addressed store, hash-verified

58059 }
58060
58061 function createCharacterClass(classRanges, negative, from, to) {
58062 return addRaw({
58063 type: 'characterClass',
58064 body: classRanges,
58065 negative: negative,
58066 range: [from, to]
58067 });
58068 }
58069
58070 function createClassRange(min, max, from, to) {
58071 // See 15.10.2.15:

Callers 1

parseCharacterClassFunction · 0.85

Calls 1

addRawFunction · 0.85

Tested by

no test coverage detected