'use strict';constcallsites=()=>{const_prepareStackTrace=Error.prepareStackTrace;Error.prepareStackTrace=(_,stack)=>stack;conststack=newError().stack.slice(1);Error.prepareStackTrace=_prepareStackTrace;returnstack;};module.exports=callsites;// TODO: Remove this for the next major releasemodule.exports.default=callsites;