@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
18 lines (17 loc) • 480 B
JavaScript
;
/**
* @author WMXPY
* @namespace Debug_BreakPoint
* @description Break Point
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.MarkedDebugBreakPoint = void 0;
class MarkedDebugBreakPoint {
constructor(scriptLocation) {
this._scriptLocation = scriptLocation;
}
_properToHandle(scriptLocation) {
return this._scriptLocation.compare(scriptLocation);
}
}
exports.MarkedDebugBreakPoint = MarkedDebugBreakPoint;