in src/core.js [75:83]
function fromSource(source, options) { if (!options) { options = {}; } if (!options.parser) { options.parser = getParser(); } return fromAST(recast.parse(source, options)); }