/** * Inspired by Webpack's JavaScriptParser */ export default function (source: string): { options: {}; errors: any[]; };