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

Function parse

test/babel.js:20703–20705  ·  view source on GitHub ↗
(input, options)

Source from the content-addressed store, hash-verified

20701 plugins.jsx = jsxPlugin;
20702
20703 function parse(input, options) {
20704 return new Parser(options, input).parse();
20705 }
20706
20707 function parseExpression(input, options) {
20708 var parser = new Parser(options, input);

Callers 3

hasFunction · 0.70
babel.jsFile · 0.70
updateFunction · 0.70

Calls 4

clearStateCharFunction · 0.85
globUnescapeFunction · 0.85
parseDisjunctionFunction · 0.85
bailFunction · 0.85

Tested by

no test coverage detected