MCPcopy
hub / github.com/lebab/lebab / parse

Function parse

src/Parser.js:14–16  ·  view source on GitHub ↗
(js, opts)

Source from the content-addressed store, hash-verified

12 */
13export default {
14 parse(js, opts) {
15 return espree.parse(js, {...opts, ...ESPREE_OPTS});
16 },
17 tokenize(js, opts) {
18 return espree.tokenize(js, {...opts, ...ESPREE_OPTS});
19 },

Callers 2

applyAllTransformsMethod · 0.70
createDestructPatternFunction · 0.50

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…