@gibraltarsoftware/loupe-typescript
Version:
Loupe Agent for Web clients
14 lines • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MethodSourceInfo = void 0;
var MethodSourceInfo = (function () {
function MethodSourceInfo(file, method, line, column) {
this.file = file;
this.method = method;
this.line = line;
this.column = column;
}
return MethodSourceInfo;
}());
exports.MethodSourceInfo = MethodSourceInfo;
//# sourceMappingURL=MethodSourceInfo.js.map