Lines Matching refs:out
84 let out = subSource.substr(0, partEnd).match(/module\.exports \= ((\s||\S)*)/)[1].trim();85 if (out.indexOf('JSON.parse(') === 0) {86 out = JSON.stringify(eval(out));88 if (out.substr(out.length - 1, 1) === ';') {89 out = out.substr(0, out.length - 1);91 jsonOut[key] = out;