lightrun 1.22.0 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/agent/agent-logger.js +1 -1
- package/build/src/agent/blocklisting/blocklisting-patterns.js +1 -1
- package/build/src/agent/blocklisting/dummy-blocklist-manager.js +1 -1
- package/build/src/agent/blocklisting/patterns-blocklist-manager.js +1 -1
- package/build/src/agent/config.js +1 -1
- package/build/src/agent/configuration-provider.js +1 -1
- package/build/src/agent/controller.js +1 -1
- package/build/src/agent/debuglet-helpers/createDebuggee.js +1 -0
- package/build/src/agent/debuglet-helpers/createDebuggeeMetadata.js +1 -0
- package/build/src/agent/debuglet-helpers/createUniquifier.js +1 -0
- package/build/src/agent/debuglet-helpers/delimit.js +1 -0
- package/build/src/agent/debuglet-helpers/format.js +1 -0
- package/build/src/agent/debuglet-helpers/getAgentConfig.js +1 -0
- package/build/src/agent/debuglet-helpers/getPlatform.js +1 -0
- package/build/src/agent/debuglet-helpers/mapSubtract.js +1 -0
- package/build/src/agent/debuglet-helpers/normalizeConfig.js +1 -0
- package/build/src/agent/debuglet-helpers/tokenize.js +1 -0
- package/build/src/agent/debuglet.js +1 -1
- package/build/src/agent/environment-metadata.js +1 -1
- package/build/src/agent/io/file-index.js +1 -1
- package/build/src/agent/io/scan-results.js +1 -1
- package/build/src/agent/io/scanner.js +1 -1
- package/build/src/agent/io/sourcemapper.js +1 -1
- package/build/src/agent/leaky-bucket.js +1 -1
- package/build/src/agent/log-data.js +1 -1
- package/build/src/agent/piping-manager.js +1 -1
- package/build/src/agent/quota-manager.js +1 -1
- package/build/src/agent/reduction/redaction-manager-re2js.js +1 -1
- package/build/src/agent/reduction/redaction-manager.js +1 -1
- package/build/src/agent/state/inspector-state.js +1 -1
- package/build/src/agent/state/legacy-state.js +1 -1
- package/build/src/agent/util/debug-assert.js +1 -1
- package/build/src/agent/util/utils.js +1 -1
- package/build/src/agent/util/validator.js +1 -1
- package/build/src/agent/v8/debugapi.js +1 -1
- package/build/src/agent/v8/inspector-debugapi.js +1 -1
- package/build/src/agent/v8/legacy-debugapi.js +1 -1
- package/build/src/agent/v8/v8inspector.js +1 -1
- package/build/src/client/stackdriver/debug.js +1 -1
- package/build/src/client/stackdriver/status-message.js +1 -1
- package/build/src/debuggee.js +1 -1
- package/build/src/gcp.js +1 -1
- package/build/src/index.d.ts +561 -18
- package/build/src/index.js +1 -1
- package/build/src/lambda.js +1 -1
- package/build/src/resources/version.txt +1 -1
- package/build/src/types/lightrun.js +1 -1
- package/build/src/types/stackdriver.js +1 -1
- package/build/src/types/v8.js +1 -1
- package/package.json +8 -11
- package/build/src/agent/agent-logger.d.ts +0 -10
- package/build/src/agent/agent-logger.js.map +0 -1
- package/build/src/agent/blocklisting/blocklisting-patterns.d.ts +0 -6
- package/build/src/agent/blocklisting/blocklisting-patterns.js.map +0 -1
- package/build/src/agent/blocklisting/dummy-blocklist-manager.d.ts +0 -6
- package/build/src/agent/blocklisting/dummy-blocklist-manager.js.map +0 -1
- package/build/src/agent/blocklisting/patterns-blocklist-manager.d.ts +0 -10
- package/build/src/agent/blocklisting/patterns-blocklist-manager.js.map +0 -1
- package/build/src/agent/config.d.ts +0 -418
- package/build/src/agent/config.js.map +0 -1
- package/build/src/agent/configuration-provider.d.ts +0 -19
- package/build/src/agent/configuration-provider.js.map +0 -1
- package/build/src/agent/controller.d.ts +0 -71
- package/build/src/agent/controller.js.map +0 -1
- package/build/src/agent/debuglet.d.ts +0 -234
- package/build/src/agent/debuglet.js.map +0 -1
- package/build/src/agent/environment-metadata.d.ts +0 -36
- package/build/src/agent/environment-metadata.js.map +0 -1
- package/build/src/agent/io/file-index.d.ts +0 -76
- package/build/src/agent/io/file-index.js.map +0 -1
- package/build/src/agent/io/scan-results.d.ts +0 -60
- package/build/src/agent/io/scan-results.js.map +0 -1
- package/build/src/agent/io/scanner.d.ts +0 -43
- package/build/src/agent/io/scanner.js.map +0 -1
- package/build/src/agent/io/sourcemapper.d.ts +0 -72
- package/build/src/agent/io/sourcemapper.js.map +0 -1
- package/build/src/agent/leaky-bucket.d.ts +0 -16
- package/build/src/agent/leaky-bucket.js.map +0 -1
- package/build/src/agent/log-data.d.ts +0 -13
- package/build/src/agent/log-data.js.map +0 -1
- package/build/src/agent/piping-manager.d.ts +0 -39
- package/build/src/agent/piping-manager.js.map +0 -1
- package/build/src/agent/quota-manager.d.ts +0 -40
- package/build/src/agent/quota-manager.js.map +0 -1
- package/build/src/agent/reduction/redaction-manager-re2.d.ts +0 -8
- package/build/src/agent/reduction/redaction-manager-re2.js +0 -1
- package/build/src/agent/reduction/redaction-manager-re2.js.map +0 -1
- package/build/src/agent/reduction/redaction-manager-re2js.d.ts +0 -8
- package/build/src/agent/reduction/redaction-manager-re2js.js.map +0 -1
- package/build/src/agent/reduction/redaction-manager.d.ts +0 -6
- package/build/src/agent/reduction/redaction-manager.js.map +0 -1
- package/build/src/agent/state/inspector-state.d.ts +0 -28
- package/build/src/agent/state/inspector-state.js.map +0 -1
- package/build/src/agent/state/legacy-state.d.ts +0 -22
- package/build/src/agent/state/legacy-state.js.map +0 -1
- package/build/src/agent/util/debug-assert.d.ts +0 -22
- package/build/src/agent/util/debug-assert.js.map +0 -1
- package/build/src/agent/util/utils.d.ts +0 -65
- package/build/src/agent/util/utils.js.map +0 -1
- package/build/src/agent/util/validator.d.ts +0 -12
- package/build/src/agent/util/validator.js.map +0 -1
- package/build/src/agent/v8/debugapi.d.ts +0 -23
- package/build/src/agent/v8/debugapi.js.map +0 -1
- package/build/src/agent/v8/inspector-debugapi.d.ts +0 -82
- package/build/src/agent/v8/inspector-debugapi.js.map +0 -1
- package/build/src/agent/v8/legacy-debugapi.d.ts +0 -58
- package/build/src/agent/v8/legacy-debugapi.js.map +0 -1
- package/build/src/agent/v8/v8inspector.d.ts +0 -53
- package/build/src/agent/v8/v8inspector.js.map +0 -1
- package/build/src/client/stackdriver/debug.d.ts +0 -43
- package/build/src/client/stackdriver/debug.js.map +0 -1
- package/build/src/client/stackdriver/status-message.d.ts +0 -35
- package/build/src/client/stackdriver/status-message.js.map +0 -1
- package/build/src/debuggee.d.ts +0 -80
- package/build/src/debuggee.js.map +0 -1
- package/build/src/gcp.d.ts +0 -2
- package/build/src/gcp.js.map +0 -1
- package/build/src/index.js.map +0 -1
- package/build/src/lambda.d.ts +0 -2
- package/build/src/lambda.js.map +0 -1
- package/build/src/types/lightrun.d.ts +0 -18
- package/build/src/types/lightrun.js.map +0 -1
- package/build/src/types/stackdriver.d.ts +0 -79
- package/build/src/types/stackdriver.js.map +0 -1
- package/build/src/types/v8.d.ts +0 -214
- package/build/src/types/v8.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a7_0x128409=a7_0x4a1c;(function(_0x2650bd,_0x15d22a){const _0x2c279d=a7_0x4a1c,_0x431037=_0x2650bd();while(!![]){try{const _0x4804c7=parseInt(_0x2c279d(0x1fb))/0x1*(parseInt(_0x2c279d(0x308))/0x2)+parseInt(_0x2c279d(0x2d4))/0x3*(-parseInt(_0x2c279d(0x2f1))/0x4)+parseInt(_0x2c279d(0x2b1))/0x5*(parseInt(_0x2c279d(0x21a))/0x6)+-parseInt(_0x2c279d(0x276))/0x7*(-parseInt(_0x2c279d(0x29c))/0x8)+parseInt(_0x2c279d(0x2da))/0x9+-parseInt(_0x2c279d(0x1fd))/0xa+-parseInt(_0x2c279d(0x1e2))/0xb;if(_0x4804c7===_0x15d22a)break;else _0x431037['push'](_0x431037['shift']());}catch(_0x516c9e){_0x431037['push'](_0x431037['shift']());}}}(a7_0x11a7,0x24443));const a7_0x3687b0=(function(){let _0x560d0a=!![];return function(_0x4889ac,_0x32f5d8){const _0x39fdb=_0x560d0a?function(){const _0xd5f57f=a7_0x4a1c;if(_0x32f5d8){const _0x18c3ce=_0x32f5d8[_0xd5f57f(0x2a7)](_0x4889ac,arguments);return _0x32f5d8=null,_0x18c3ce;}}:function(){};return _0x560d0a=![],_0x39fdb;};}()),a7_0x22d15f=a7_0x3687b0(this,function(){const _0x633afa=a7_0x4a1c;return a7_0x22d15f[_0x633afa(0x330)]()[_0x633afa(0x23d)](_0x633afa(0x2b8))[_0x633afa(0x330)]()[_0x633afa(0x25b)](a7_0x22d15f)[_0x633afa(0x23d)](_0x633afa(0x2b8));});a7_0x22d15f();'use strict';Object['defineProperty'](exports,a7_0x128409(0x1f2),{'value':!![]}),exports['Debuglet']=exports['CachedPromise']=exports[a7_0x128409(0x31f)]=void 0x0;const assert=require(a7_0x128409(0x264)),crypto=require(a7_0x128409(0x2eb)),events_1=require(a7_0x128409(0x31c)),extend=require(a7_0x128409(0x2e9)),fs=require('fs'),metadata=require('gcp-metadata'),path=require(a7_0x128409(0x2f2)),util=require(a7_0x128409(0x1f3)),properties=require(a7_0x128409(0x249)),status_message_1=require(a7_0x128409(0x235)),debuggee_1=require(a7_0x128409(0x1f7)),stackdriver_1=require(a7_0x128409(0x2e8)),agent_logger_1=require(a7_0x128409(0x30c)),config_1=require(a7_0x128409(0x26b)),controller_1=require('./controller'),SourceMapper=require(a7_0x128409(0x290)),debugapi=require(a7_0x128409(0x206)),piping_manager_1=require(a7_0x128409(0x2e5)),quota_manager_1=require(a7_0x128409(0x214)),patterns_blocklist_manager_1=require(a7_0x128409(0x29d)),scanner_1=require(a7_0x128409(0x2cf)),environment_metadata_1=require(a7_0x128409(0x207)),file_index_1=require(a7_0x128409(0x30b)),utils_1=require(a7_0x128409(0x20e)),configuration_provider_1=require(a7_0x128409(0x226)),readFilep=util[a7_0x128409(0x32f)](fs[a7_0x128409(0x2c5)]),PROMISE_RESOLVE_CUT_OFF_IN_MILLISECONDS=(0x28+0x21c)/0x2*0x3e8;function a7_0x4a1c(_0x36188b,_0x3d4dd6){const _0x4d9a3b=a7_0x11a7();return a7_0x4a1c=function(_0x22d15f,_0x3687b0){_0x22d15f=_0x22d15f-0x1df;let _0x11a72b=_0x4d9a3b[_0x22d15f];return _0x11a72b;},a7_0x4a1c(_0x36188b,_0x3d4dd6);}var Platforms;(function(_0x53bfb5){const _0x1b505e=a7_0x128409;_0x53bfb5[_0x1b505e(0x28f)]='cloud_function',_0x53bfb5[_0x1b505e(0x26e)]=_0x1b505e(0x266);}(Platforms=exports[a7_0x128409(0x31f)]||(exports[a7_0x128409(0x31f)]={})));const formatBreakpoint=(_0x123b46,_0x3e20a7)=>{const _0x24b618=a7_0x128409;let _0x239b68=_0x123b46+util[_0x24b618(0x2fa)](_0x24b618(0x22e),_0x3e20a7['id'],_0x3e20a7['action'],util['inspect'](_0x3e20a7[_0x24b618(0x2d6)]));if(_0x3e20a7[_0x24b618(0x32c)]){const _0x34d130=Number(_0x3e20a7[_0x24b618(0x32c)][_0x24b618(0x204)]),_0x54a3f5=new Date(_0x34d130*0x3e8);_0x239b68+=_0x24b618(0x2c3)+_0x54a3f5['toString']();}return _0x3e20a7[_0x24b618(0x2be)]&&(_0x239b68+=_0x24b618(0x222)+util[_0x24b618(0x201)](_0x3e20a7[_0x24b618(0x2be)])),_0x3e20a7[_0x24b618(0x2ff)]&&(_0x239b68+=_0x24b618(0x254)+util[_0x24b618(0x201)](_0x3e20a7[_0x24b618(0x2ff)])),_0x239b68;},formatBreakpoints=(_0x22fee8,_0x405f5e)=>{const _0x55060a=a7_0x128409;return _0x22fee8+Object[_0x55060a(0x1f0)](_0x405f5e)[_0x55060a(0x1e7)](_0x1fd073=>{return formatBreakpoint('',_0x405f5e[_0x1fd073]);})[_0x55060a(0x230)]('\x0a');};class CachedPromise{constructor(){const _0x5bead7=a7_0x128409;this['promiseResolve']=null,this[_0x5bead7(0x314)]=new Promise(_0x445f86=>{const _0x1e1514=_0x5bead7;this[_0x1e1514(0x229)]=_0x445f86;});}[a7_0x128409(0x24a)](){const _0x28fb8b=a7_0x128409;return this[_0x28fb8b(0x314)];}['resolve'](){const _0xf960ab=a7_0x128409;this['promiseResolve']&&(this['promiseResolve'](),this[_0xf960ab(0x229)]=null);}}exports['CachedPromise']=CachedPromise;function a7_0x11a7(){const _0xa61fcf=['filter','GAE-','_delimit','\x0a\x09createdTime:\x20','buildRegExp','readFile','argv','pipeLogs','fetchBreakpointsOnce','FileIndex','set','setPipingStatus','tags','breakpointFetchedTimestamp','Working\x20directory:\x20','./io/scanner','rejectBreakpoint_','scanner','getProps','CAPTURE','59847hcngGV','then','location','controller','quotaRecoverySeconds','data','2342412jDSciZ','collect_log_cooldown_ms','reportBreakpointAccepted_','Lightrun\x20Debugger\x20is\x20attached\x20to\x20','getClusterNameFromMetadata','Server\x20breakpoints:\x0a','\x09remove\x20breakpoint','getFirst','getPlatform','fetcherActive','breakpoint_expiration_sec','./piping-manager','removeBreakpoint_','ignoreQuota','../types/stackdriver','extend','Found\x20breakpoint\x20with\x20invalid\x20action:','crypto','remainingHits','updatePromise','breakpointFetched','K_SERVICE','PipingManager','32BtUrUz','path','concat','addBreakpoint_','mapFiles','Breakpoint','EventEmitter','logsPath','Redactions:\x20\x0a\x09','format','GAE_MODULE_NAME','\x09adding\x20breakpoint','serviceContext','title','expressions','do\x20this.','max_snapshot_buffer_size','warn','replace','removePerBreakpointQuota','logLevel','fetch_breakpoints_once','cwd','22VqXlfu','getInt','pinned_certs','./io/file-index','./agent-logger','breakpoints_fetched','debuggee','.\x20message:\x20','debuggeEnvironmentProperties','clearTransmissionTimeout','breakpoint_set','disable','promise','digest','extra_paths','name','update','The\x20working\x20directory\x20is\x20a\x20root\x20directory.\x20Disabling\x20','waitExpired','posix','events','module','max_dynamic_log_rate','Platforms','utf8','NOT_SET','\x20because\x20','StatusMessage','NODE_VERSION_MESSAGE','redactionManager','string','com.lightrun.secret','\x09Got\x20error\x20from\x20server.\x20status:\x20','config','satisfies','bind','createTime','stdErrThreshold','rejecting\x20breakpoint','promisify','toString','activeBreakpointMap','length','max_watchlist_variable_size','listBreakpoints','agentConfigFile','SIGINT','\x20accepted\x20by\x20agent','globalPipingStatus','UNSPECIFIED','1514062taAFtU','\x20completed.','relative','GAE_VERSION','FUNCTION_NAME','map','unref','debuggeeRegistered','Starting\x20debuggee','createHash','values','ignore_quota','error','Fetching\x20breakpoints','keys','\x20(type:\x20','__esModule','util','caseInsensitive','push','breakpoints','../debuggee','logger','stop','_createUniquifier','9301TDChUu','version','1478610SYfRPN','registerSignals','blacklist','createLogger','inspect','normalizeConfig_','action','seconds','Use\x20config\x20`allowRootAsWorkingDirectory`\x20if\x20you\x20really\x20want\x20to\x20','./v8/debugapi','./environment-metadata','allowRootAsWorkingDirectory','Debuggee\x20is\x20not\x20registered','5.2\x20||\x20<4','LOGPOINT:\x20','ALLOW_EXPRESSIONS_MESSAGE','sep','./util/utils','Malformed\x20source-context.json\x20file:\x20','once','.\x20Error:\x20','selectStats','pipingManager','./quota-manager','NODE_10_CIRC_REF_MESSAGE','setBlocklistManager','workingDirectory','existsSync','_tokenize','1098540akOhWL','level','Error\x20scanning\x20the\x20filesystem.','backoff','isRunning','Failed\x20to\x20register\x20debuggee:\x20','apiEndpoint','info','\x0a\x09condition:\x20','clear','unversioned','collectLogRequestId','./configuration-provider','metadata','resolve','promiseResolve','PatternsBlocklistManager','max_condition_cost','agentLog','LIGHTRUN_INIT_WAIT_TIME_MS','breakpoint\x20id:\x20%s,\x0a\x09type:\x20%s\x0a\x09location:\x20%s','hex','join','LIGHTRUN_SECRET','QuotaManager','./reduction/redaction-manager-re2js','nextEnableTimeout','../client/stackdriver/status-message','>=12','blocklistManager','GAE_MINOR_VERSION','Noting\x20to\x20stop,\x20agent\x20is\x20not\x20running','forEach','isDisabled','LOG','search','expireOldBreakpoints','filename','isAvailable','LIGHTRUN_TAGS','Switching\x20globalPiping\x20status\x20from\x20','Stopping\x20Debuglet','getFloat','hash','create','initError','Controller','java-properties','get','description','getBooleanValue','log','Scheduling\x20registration\x20in\x20','getBlocklist','to\x20avoid\x20a\x20scan\x20of\x20the\x20entire\x20filesystem\x20for\x20JavaScript\x20files.\x20','blacklist_exception','SIGTERM','expirationTime','\x0a\x09expressions:\x20','stringify','LIGHTRUN_AGENT_CONFIG','createDebuggee','extraPaths','configProvider','all','constructor','pipingStatus','javascriptFileExtensions','completedBreakpointMap','getAgentConfig','\x20caseInsensitive:\x20','getRedactions','Expiring\x20breakpoint','\x09updating\x20breakpoint\x20data\x20on\x20server\x20(no\x20errors)\x20for','assert','runningOnGCP','default','normalize','quotaManager','capture','minorversion','./config','setPatterns','started','DEFAULT','getBoolean','mapSubtract','BREAKPOINT_ACTION_MESSAGE','>=10\x20<10.15.3\x20||\x20>=11\x20<11.7\x20||\x20>=12','sha1','collectAndSendLog','transmission_bulk_max_size','7VVjlSe','findFiles','arm64','debuglet','start','Error\x20processing\x20the\x20sourcemaps.','remotelyDisabled','debug','./reduction/redaction-manager-re2','pid','source-context.json','LIGHTRUN_METADATA_FILE','service','register_','Debuglet','agent_regmetadata_file','v8debug','parameters','registration','defaultConfig','pattern','jsFileIndex','status','isFinalState','scheduleBreakpointFetch_','CLOUD_FUNCTION','./io/sourcemapper','Initializing\x20Node.js\x20agent\x20version:\x20','enqueueBreakpointUpdate','arch','\x20to\x20','.\x20Retrying\x20in\x20','errors','max_variable_size','wait','max_snapshot_frame_count','K_REVISION','versions','383784slCxmy','./blocklisting/patterns-blocklist-manager','convertBreakpointListToMap_','addAndPipeLog','quota','split','updateBreakpoint_','mainModule','running','now','logs\x20path\x20not\x20defined\x20or\x20log\x20file\x20does\x20not\x20exits','apply','enable','readFullVersion','Ignoring\x20request\x20to\x20collect\x20logs\x20with\x20id\x20','GAE_DEPLOYMENT_ID','isError','Result:\x20\x0a','emit','Registered\x20as\x20debuggee:\x20','env','5UpVZFH','dynamic_log_quota_recovery_ms','LIGHTRUN_API_ENDPOINT','deregister','internal','scheduleRegistration_','message','(((.+)+)+)+$','max_log_file_bytes','node','registered','isReady','fromFileStats','condition','getSourceContextFromFile'];a7_0x11a7=function(){return _0xa61fcf;};return a7_0x11a7();}class IsReadyImpl{constructor(_0x4da744){this['debuglet']=_0x4da744;}[a7_0x128409(0x2bc)](){const _0x28257f=a7_0x128409;return this[_0x28257f(0x279)][_0x28257f(0x2bc)]();}}class Debuglet extends events_1[a7_0x128409(0x2f7)]{constructor(_0x10ed2a,_0x3102d7){const _0x203ec4=a7_0x128409;super(),this[_0x203ec4(0x234)]=null,this['isReadyManager']=new IsReadyImpl(this),this[_0x203ec4(0x329)]=Debuglet[_0x203ec4(0x202)](_0x3102d7),this[_0x203ec4(0x259)]=new configuration_provider_1['ConfigurationProvider'](this[_0x203ec4(0x329)]),this['debug']=_0x10ed2a,this['v8debug']=null,this[_0x203ec4(0x2a4)]=![],this['project']=null,this[_0x203ec4(0x2e3)]=![],this[_0x203ec4(0x1f8)]=agent_logger_1[_0x203ec4(0x266)][_0x203ec4(0x200)](this[_0x203ec4(0x329)][_0x203ec4(0x22c)][_0x203ec4(0x2f8)],this[_0x203ec4(0x329)]['agentLog'][_0x203ec4(0x21b)],this[_0x203ec4(0x329)][_0x203ec4(0x22c)][_0x203ec4(0x32d)]),config_1['logMainConfigParams'](this[_0x203ec4(0x329)],this[_0x203ec4(0x1f8)]),this[_0x203ec4(0x310)]=new environment_metadata_1['EnvironmentMetadata'](this[_0x203ec4(0x1f8)])[_0x203ec4(0x2d2)](),this[_0x203ec4(0x2d7)]=new controller_1[(_0x203ec4(0x248))](this[_0x203ec4(0x27d)],this[_0x203ec4(0x329)],this[_0x203ec4(0x1f8)]),this[_0x203ec4(0x2d1)]=new scanner_1['Scanner'](this[_0x203ec4(0x1f8)]),this[_0x203ec4(0x30e)]=null,this['activeBreakpointMap']={},this[_0x203ec4(0x25e)]={},this[_0x203ec4(0x2ee)]=null,this[_0x203ec4(0x2cd)]=-Infinity,this[_0x203ec4(0x1e9)]=new CachedPromise(),this['quotaManager']=new quota_manager_1[(_0x203ec4(0x232))](this[_0x203ec4(0x1f8)],this[_0x203ec4(0x329)]),this[_0x203ec4(0x213)]=new piping_manager_1[(_0x203ec4(0x2f0))]('APP_ONLY',this[_0x203ec4(0x2d7)],this[_0x203ec4(0x329)]);}static['normalizeConfig_'](_0x2dee46){const _0x25d0bc=a7_0x128409,_0x15340d={'serviceContext':{'service':process[_0x25d0bc(0x2b0)]['GAE_SERVICE']||process[_0x25d0bc(0x2b0)][_0x25d0bc(0x2fb)]||process['env'][_0x25d0bc(0x2ef)],'version':process['env'][_0x25d0bc(0x1e5)]||process['env']['GAE_MODULE_VERSION']||process[_0x25d0bc(0x2b0)][_0x25d0bc(0x29a)],'minorVersion_':process['env'][_0x25d0bc(0x2ab)]||process[_0x25d0bc(0x2b0)][_0x25d0bc(0x238)]},'metadata':{'filename':process[_0x25d0bc(0x2b0)][_0x25d0bc(0x281)],'registration':{}},'lightrunSecret':process[_0x25d0bc(0x2b0)][_0x25d0bc(0x231)],'apiEndpoint':process['env'][_0x25d0bc(0x2b3)],'noCheckCertificate':utils_1[_0x25d0bc(0x24c)](process[_0x25d0bc(0x2b0)]['NO_CHECK_CERTIFICATE']),'fetchBreakpointsOnce':utils_1[_0x25d0bc(0x24c)](process[_0x25d0bc(0x2b0)]['FETCH_BREAKPOINTS_ONCE']),'lightrunWaitForInit':utils_1[_0x25d0bc(0x24c)](process['env']['LIGHTRUN_WAIT_FOR_INIT']),'lightrunInitWaitTimeMs':process['env'][_0x25d0bc(0x22d)]};process[_0x25d0bc(0x2b0)][_0x25d0bc(0x1e6)]&&(_0x15340d[_0x25d0bc(0x2fd)][_0x25d0bc(0x282)]=process[_0x25d0bc(0x2b0)][_0x25d0bc(0x1e6)],_0x15340d[_0x25d0bc(0x2fd)][_0x25d0bc(0x1fc)]=_0x25d0bc(0x224));process[_0x25d0bc(0x2b0)][_0x25d0bc(0x241)]&&(_0x15340d['metadata'][_0x25d0bc(0x288)]={'tags':process['env'][_0x25d0bc(0x241)][_0x25d0bc(0x2a1)](',')});const _0x2a0197=Debuglet[_0x25d0bc(0x25f)](process[_0x25d0bc(0x2b0)][_0x25d0bc(0x256)]||(_0x2dee46===null||_0x2dee46===void 0x0?void 0x0:_0x2dee46[_0x25d0bc(0x335)])||config_1[_0x25d0bc(0x289)][_0x25d0bc(0x335)]);return extend(!![],{},config_1[_0x25d0bc(0x289)],_0x2a0197,_0x2dee46,_0x15340d);}static[a7_0x128409(0x25f)](_0x3333e0){const _0x15291c=a7_0x128409;var _0x3e1b51,_0xd35367,_0x18e568;if(fs['existsSync'](_0x3333e0)){const _0x3f0c69=properties['of'](_0x3333e0);return{'lightrunSecret':_0x3f0c69[_0x15291c(0x2e1)](_0x15291c(0x327)),'apiEndpoint':_0x3f0c69[_0x15291c(0x2e1)](_0x15291c(0x220)),'breakpointExpirationSec':_0x3f0c69['getInt'](_0x15291c(0x2e4)),'transmissionBulkMaxSize':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x275)),'noCheckCertificate':_0x3f0c69[_0x15291c(0x26f)]('noCheckCertificate'),'pinnedCerts':(_0x3e1b51=_0x3f0c69[_0x15291c(0x2e1)](_0x15291c(0x30a)))===null||_0x3e1b51===void 0x0?void 0x0:_0x3e1b51[_0x15291c(0x2a1)](','),'metadata':{'filename':_0x3f0c69[_0x15291c(0x2e1)](_0x15291c(0x285))},'capture':{'maxFrames':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x299)),'maxDataSize':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x301)),'maxSnapshotBufferSize':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x301)),'maxVariableSize':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x297)),'maxWatchListVariableSize':_0x3f0c69['getInt'](_0x15291c(0x333))},'agentLog':{'collectCooldownMs':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x2db)),'maxLogFileBytes':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x2b9))},'quota':{'ignoreQuota':_0x3f0c69[_0x15291c(0x26f)](_0x15291c(0x1ed)),'maxCPUCost':_0x3f0c69[_0x15291c(0x244)]('max_log_cpu_cost'),'maxConditionCost':_0x3f0c69['getFloat'](_0x15291c(0x22b)),'maxDynamicLogRate':_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x31e)),'maxDynamicLogByteRate':_0x3f0c69['getInt']('max_dynamic_log_bytes_rate'),'quotaRecoverySeconds':_0x3f0c69[_0x15291c(0x309)]('dynamic_log_quota_recovery_ms')&&_0x3f0c69[_0x15291c(0x309)](_0x15291c(0x2b2))/0x3e8},'fetchBreakpointsOnce':_0x3f0c69['getBoolean'](_0x15291c(0x306)),'extraPaths':(_0x18e568=(_0xd35367=_0x3f0c69['getFirst'](_0x15291c(0x316)))===null||_0xd35367===void 0x0?void 0x0:_0xd35367[_0x15291c(0x2a1)](','))===null||_0x18e568===void 0x0?void 0x0:_0x18e568[_0x15291c(0x1e7)](_0x40eab6=>_0x40eab6['trim']())};}return;}static[a7_0x128409(0x2c4)](_0x2ed9be){const _0x1a8a07=a7_0x128409;return new RegExp(_0x2ed9be[_0x1a8a07(0x1e7)](_0x3a3e8f=>_0x3a3e8f+'$')['join']('|'));}async[a7_0x128409(0x277)](_0x19eb28,_0x3fa047){const _0x55382f=a7_0x128409,_0x1688ba=_0x19eb28['workingDirectory'],_0xb168b6=await this[_0x55382f(0x2d1)]['scan'](_0x1688ba,Debuglet[_0x55382f(0x2c4)](_0x19eb28[_0x55382f(0x25d)][_0x55382f(0x2f3)]('js.map')),_0x3fa047,_0x19eb28[_0x55382f(0x258)]),_0xc9d235=_0xb168b6[_0x55382f(0x212)](Debuglet[_0x55382f(0x2c4)](_0x19eb28['javascriptFileExtensions'])),_0x5813f3=file_index_1[_0x55382f(0x2c9)][_0x55382f(0x2bd)](_0xc9d235),_0x4490d1=_0xb168b6['selectFiles'](/.js.map$/,process[_0x55382f(0x307)]()),_0x4c6951=_0xb168b6[_0x55382f(0x296)]();return{'mapFiles':_0x4490d1,'errors':_0x4c6951,'jsFileIndex':_0x5813f3,'hash':_0xb168b6['hash']};}async[a7_0x128409(0x27a)](){const _0x5a2725=a7_0x128409;var _0x5b1a3a;const _0x507828=this,_0x585b0d=_0x507828['config'][_0x5a2725(0x217)];if(!_0x507828[_0x5a2725(0x329)][_0x5a2725(0x208)]&&path['join'](_0x585b0d,'..')===_0x585b0d){const _0x1d93c4=_0x5a2725(0x319)+_0x5a2725(0x250)+_0x5a2725(0x205)+_0x5a2725(0x300);_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x1ee)](_0x1d93c4),_0x507828[_0x5a2725(0x2ae)](_0x5a2725(0x247),new Error(_0x1d93c4));return;}let _0x3411e7;process[_0x5a2725(0x2b0)][_0x5a2725(0x238)]&&(_0x3411e7=_0x5a2725(0x2c1)+process[_0x5a2725(0x2b0)][_0x5a2725(0x238)]);let _0x559218,_0x5ab2f0=_0x3411e7||'';try{_0x559218=await this['findFiles'](_0x507828[_0x5a2725(0x329)],_0x3411e7),_0x559218['errors'][_0x5a2725(0x23a)](_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x302)]);}catch(_0xf00859){_0x507828[_0x5a2725(0x1f8)]['error'](_0x5a2725(0x21c),_0xf00859),_0x507828[_0x5a2725(0x2ae)](_0x5a2725(0x247),_0xf00859);return;}try{const _0x33d8df=await SourceMapper[_0x5a2725(0x246)](_0x559218[_0x5a2725(0x2f5)]);_0x507828[_0x5a2725(0x286)]=debugapi[_0x5a2725(0x246)](_0x507828[_0x5a2725(0x1f8)],_0x507828['config'],_0x559218[_0x5a2725(0x28b)],_0x33d8df,this[_0x5a2725(0x268)]),_0x5ab2f0=_0x3411e7||_0x559218[_0x5a2725(0x245)];}catch(_0x14a6c9){_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x1ee)](_0x5a2725(0x27b),_0x14a6c9),_0x507828[_0x5a2725(0x2ae)](_0x5a2725(0x247),_0x14a6c9);}_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x221)]('Unique\x20ID\x20for\x20this\x20Application:\x20'+_0x5ab2f0);const _0x12c719=utils_1[_0x5a2725(0x2a9)](_0x507828['logger'])[_0x5a2725(0x303)]('\x0a','');_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x221)](_0x5a2725(0x291)+_0x12c719);let _0x420196;try{_0x420196=_0x507828[_0x5a2725(0x329)]['sourceContext']||await Debuglet['getSourceContextFromFile']();}catch(_0x2b5956){}this[_0x5a2725(0x329)][_0x5a2725(0x269)]&&this['configProvider']['getMaxSnapshotBufferSize']()===0x0&&utils_1['satisfies'](process['version'],_0x5a2725(0x272))&&_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x302)](utils_1[_0x5a2725(0x296)][_0x5a2725(0x215)]),_0x507828[_0x5a2725(0x1f8)]['info'](_0x5a2725(0x2dd)+((_0x5b1a3a=process[_0x5a2725(0x2a3)])===null||_0x5b1a3a===void 0x0?void 0x0:_0x5b1a3a[_0x5a2725(0x23f)])),_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x27d)](_0x5a2725(0x2ce)+_0x585b0d),_0x507828[_0x5a2725(0x1f8)][_0x5a2725(0x27d)](_0x5a2725(0x1ea)),_0x507828[_0x5a2725(0x2a4)]=!![],_0x507828[_0x5a2725(0x30e)]=Debuglet[_0x5a2725(0x257)](_0x5ab2f0,_0x507828[_0x5a2725(0x329)],_0x420196,_0x507828[_0x5a2725(0x27d)]['packageInfo'],_0x12c719,_0x507828['logger'],_0x507828[_0x5a2725(0x310)],undefined),_0x507828['registerSignals'](),_0x507828['register_'](),_0x507828[_0x5a2725(0x2ae)](_0x5a2725(0x26d));}[a7_0x128409(0x1fe)](){const _0x3ca449=a7_0x128409,_0x199fba=[_0x3ca449(0x252),_0x3ca449(0x336),'SIGQUIT'];_0x199fba[_0x3ca449(0x23a)](_0x1e37f3=>{const _0x22c59e=_0x3ca449;process[_0x22c59e(0x210)](_0x1e37f3,()=>{const _0x35b531=_0x22c59e;this[_0x35b531(0x2d7)]['deregister'](this[_0x35b531(0x30e)],()=>{const _0x1429a1=_0x35b531;process['kill'](process[_0x1429a1(0x27f)],_0x1e37f3);});});}),process[_0x3ca449(0x210)]('beforeExit',()=>{const _0x3fb6d6=_0x3ca449;this[_0x3fb6d6(0x2d7)][_0x3fb6d6(0x2b4)](this[_0x3fb6d6(0x30e)],()=>{});});}[a7_0x128409(0x2bc)](){const _0x2e1ea9=a7_0x128409;if(Date[_0x2e1ea9(0x2a5)]()<this[_0x2e1ea9(0x2cd)]+PROMISE_RESOLVE_CUT_OFF_IN_MILLISECONDS)return Promise[_0x2e1ea9(0x228)]();else{if(this['breakpointFetched'])return this[_0x2e1ea9(0x2ee)][_0x2e1ea9(0x24a)]();return this[_0x2e1ea9(0x2ee)]=new CachedPromise(),this[_0x2e1ea9(0x1e9)][_0x2e1ea9(0x24a)]()[_0x2e1ea9(0x2d5)](()=>{this['scheduleBreakpointFetch_'](0x0,!![]);}),this['breakpointFetched'][_0x2e1ea9(0x24a)]();}}static['createDebuggeeMetadata'](_0x3c6494,_0x33e184){const _0x3bc0ab=a7_0x128409;var _0x41f9c8,_0x1e70b2,_0xee95f9;let _0x2685d7={'registration':{}};if((_0x41f9c8=_0x3c6494[_0x3bc0ab(0x227)])===null||_0x41f9c8===void 0x0?void 0x0:_0x41f9c8[_0x3bc0ab(0x23f)])try{_0x2685d7=JSON['parse'](fs['readFileSync'](_0x3c6494[_0x3bc0ab(0x227)]['filename'],'utf-8'));}catch(_0x3435c7){_0x33e184['warn']('Failed\x20to\x20read\x20metadata\x20file\x20'+_0x3c6494[_0x3bc0ab(0x227)][_0x3bc0ab(0x23f)],_0x3435c7);}return _0x2685d7[_0x3bc0ab(0x288)]=extend(!![],{},(_0x1e70b2=_0x3c6494['metadata'])===null||_0x1e70b2===void 0x0?void 0x0:_0x1e70b2[_0x3bc0ab(0x288)],_0x2685d7[_0x3bc0ab(0x288)]),((_0xee95f9=_0x2685d7[_0x3bc0ab(0x288)])===null||_0xee95f9===void 0x0?void 0x0:_0xee95f9['tags'])&&(_0x2685d7[_0x3bc0ab(0x288)][_0x3bc0ab(0x2cc)]=_0x2685d7[_0x3bc0ab(0x288)]['tags'][_0x3bc0ab(0x1e7)](_0x3e95c2=>typeof _0x3e95c2===_0x3bc0ab(0x326)?{'name':_0x3e95c2}:_0x3e95c2)),_0x2685d7;}static[a7_0x128409(0x257)](_0xd40e95,_0x2bc03f,_0x16f516,_0x1388e,_0x49610f,_0x5ae8f7,_0x9ee50,_0x5823ca){const _0x3607cd=a7_0x128409,_0x289e9a=process['cwd'](),_0x12d65a=path[_0x3607cd(0x1e4)](_0x289e9a,process[_0x3607cd(0x2c6)][0x1]),_0x2c0bb9={'main\x20script':_0x12d65a,'process.title':process[_0x3607cd(0x2fe)],'node\x20version':process[_0x3607cd(0x29b)][_0x3607cd(0x2ba)],'V8\x20version':process['versions']['v8'],'agent.name':_0x1388e['name'],'agent.version':_0x49610f,'platform':Debuglet[_0x3607cd(0x2e2)]()},_0x1baced=_0x2bc03f[_0x3607cd(0x2fd)];_0x1baced&&(typeof _0x1baced[_0x3607cd(0x282)]===_0x3607cd(0x326)&&_0x1baced[_0x3607cd(0x282)]!==_0x3607cd(0x266)&&(_0x2c0bb9[_0x3607cd(0x31d)]=_0x1baced[_0x3607cd(0x282)]),typeof _0x1baced[_0x3607cd(0x1fc)]===_0x3607cd(0x326)&&(_0x2c0bb9[_0x3607cd(0x1fc)]=_0x1baced['version']),typeof _0x1baced['minorVersion_']===_0x3607cd(0x326)&&(_0x2c0bb9[_0x3607cd(0x26a)]=_0x1baced['minorVersion_']));const _0x19d471=Debuglet[_0x3607cd(0x1fa)](_0x49610f,_0xd40e95,_0x16f516,_0x2c0bb9),_0x56fb63=_0x5823ca?new status_message_1['StatusMessage'](status_message_1['StatusMessage'][_0x3607cd(0x1e1)],_0x5823ca,!![]):undefined,_0x5cdc77=Debuglet['createDebuggeeMetadata'](_0x2bc03f,_0x5ae8f7),_0x25fde4={'uniquifier':_0x19d471,'agentVersion':_0x49610f,'labels':{'metadata':JSON[_0x3607cd(0x255)](_0x5cdc77)},'statusMessage':_0x56fb63,'packageInfo':_0x1388e,..._0x9ee50};return _0x16f516&&(_0x25fde4['sourceContexts']=[_0x16f516]),new debuggee_1['Debuggee'](_0x25fde4);}static['getPlatform'](){const _0x1d4b87=a7_0x128409,{FUNCTION_NAME:_0x31a7a0,FUNCTION_TARGET:_0x329b37}=process[_0x1d4b87(0x2b0)];if(_0x31a7a0||_0x329b37)return Platforms['CLOUD_FUNCTION'];return Platforms[_0x1d4b87(0x26e)];}static[a7_0x128409(0x265)](){const _0x4ee479=a7_0x128409;return metadata[_0x4ee479(0x240)]();}static async[a7_0x128409(0x2de)](){const _0x1cc7ad=a7_0x128409;return(await metadata['instance']('attributes/cluster-name'))[_0x1cc7ad(0x2d9)];}static async[a7_0x128409(0x2bf)](){const _0x17e140=a7_0x128409,_0x30bd78=await readFilep(_0x17e140(0x280),_0x17e140(0x320));try{return JSON['parse'](_0x30bd78);}catch(_0x2c3259){throw new Error(_0x17e140(0x20f)+_0x2c3259);}}[a7_0x128409(0x283)](){const _0x13a934=a7_0x128409;this[_0x13a934(0x2b6)](0x0);}[a7_0x128409(0x2b6)](_0x59ba1c){const _0x4cecb8=a7_0x128409,_0x3fd91c=this;_0x3fd91c['logger']['debug'](_0x59ba1c?_0x4cecb8(0x24e)+_0x59ba1c+'s':'Registering\x20debuggee');function _0x4fd2b8(_0x186d76,_0x5effa5){const _0x152c0f=_0x4cecb8;var _0x451bc6,_0x299aaf;const _0xe6223b=((_0x451bc6=_0x3fd91c['debuggee'])===null||_0x451bc6===void 0x0?void 0x0:_0x451bc6['id'])?'Failed\x20to\x20re-register\x20debuggee\x20'+((_0x299aaf=_0x3fd91c[_0x152c0f(0x30e)])===null||_0x299aaf===void 0x0?void 0x0:_0x299aaf['id'])+':\x20'+_0x186d76:_0x152c0f(0x21f)+_0x186d76;_0x3fd91c[_0x152c0f(0x1f8)][_0x152c0f(0x1ee)](_0xe6223b),_0x5effa5&&_0x3fd91c['logger'][_0x152c0f(0x1ee)](_0x152c0f(0x2ad),_0x5effa5),_0x3fd91c[_0x152c0f(0x2b6)](utils_1['backoff'](_0x59ba1c,_0x3fd91c[_0x152c0f(0x329)][_0x152c0f(0x2b5)]['maxRequestRetryDelaySeconds']));}setTimeout(()=>{const _0x20f2ea=_0x4cecb8;if(!_0x3fd91c[_0x20f2ea(0x2a4)]){_0x4fd2b8(new Error('Debuglet\x20not\x20running'));return;}_0x3fd91c['controller']['register'](_0x3fd91c[_0x20f2ea(0x30e)],(_0x5ddf0c,_0x11e7e1)=>{const _0x3ed1e0=_0x20f2ea;if(_0x5ddf0c){_0x4fd2b8(_0x5ddf0c,_0x11e7e1);return;}if(_0x11e7e1[_0x3ed1e0(0x30e)][_0x3ed1e0(0x23b)]){_0x4fd2b8(new Error('Disabled\x20by\x20the\x20server')),_0x3fd91c[_0x3ed1e0(0x2ae)](_0x3ed1e0(0x27c));return;}const _0x1e7eaf=_0x11e7e1[_0x3ed1e0(0x30e)]['id'];_0x3fd91c['logger'][_0x3ed1e0(0x221)](_0x3ed1e0(0x2af)+_0x1e7eaf),_0x3fd91c[_0x3ed1e0(0x30e)]['id']=_0x1e7eaf;const _0x2f4e22=[_0x3fd91c[_0x3ed1e0(0x24f)]['bind'](_0x3fd91c)(_0x3fd91c[_0x3ed1e0(0x30e)]['id'])];_0x3fd91c[_0x3ed1e0(0x329)]['redactionEnabled']&&_0x2f4e22['push'](_0x3fd91c['getRedactions'][_0x3ed1e0(0x32b)](_0x3fd91c)(_0x3fd91c[_0x3ed1e0(0x30e)]['id'])),Promise[_0x3ed1e0(0x25a)](_0x2f4e22)['then'](()=>{const _0x25a0e7=_0x3ed1e0;var _0x2084c3;_0x3fd91c[_0x25a0e7(0x2ae)](_0x25a0e7(0x2bb),_0x1e7eaf),_0x3fd91c[_0x25a0e7(0x1e9)]['resolve'](),(_0x2084c3=_0x3fd91c[_0x25a0e7(0x286)])===null||_0x2084c3===void 0x0?void 0x0:_0x2084c3[_0x25a0e7(0x216)](_0x3fd91c['blocklistManager']),!_0x3fd91c['fetcherActive']&&_0x3fd91c['scheduleBreakpointFetch_'](0x0,this[_0x25a0e7(0x329)][_0x25a0e7(0x2c8)]);},_0x4916d5=>{_0x4fd2b8(_0x4916d5);});});},_0x59ba1c*0x3e8)[_0x4cecb8(0x1e8)]();}[a7_0x128409(0x28e)](_0x46dbb5,_0x28f1e0){const _0x2e13dc=a7_0x128409,_0x244c10=this;!_0x28f1e0&&(_0x244c10[_0x2e13dc(0x2e3)]=!![]),setTimeout(()=>{const _0x4e12c6=_0x2e13dc;if(!_0x244c10['running'])return;!_0x28f1e0&&assert(_0x244c10['fetcherActive']),_0x244c10[_0x4e12c6(0x1f8)][_0x4e12c6(0x221)](_0x4e12c6(0x1ef)),_0x244c10[_0x4e12c6(0x2d7)][_0x4e12c6(0x334)](_0x244c10[_0x4e12c6(0x30e)],(_0x2435ec,_0x514a87,_0xf737e2)=>{const _0x3fbb74=_0x4e12c6;if((_0x514a87===null||_0x514a87===void 0x0?void 0x0:_0x514a87[_0x3fbb74(0x28c)])===0x194){_0x244c10['logger']['info'](_0x3fbb74(0x209)),_0x244c10[_0x3fbb74(0x2e3)]=![],_0x244c10[_0x3fbb74(0x2ed)](),_0x244c10[_0x3fbb74(0x283)]();return;}if(_0x2435ec){const _0x3143f7=utils_1[_0x3fbb74(0x21d)](_0x46dbb5,_0x244c10[_0x3fbb74(0x329)][_0x3fbb74(0x2b5)]['maxRequestRetryDelaySeconds']);_0x244c10['logger']['error'](_0x3fbb74(0x328)+(_0x514a87===null||_0x514a87===void 0x0?void 0x0:_0x514a87[_0x3fbb74(0x28c)])+_0x3fbb74(0x30f)+_0x2435ec['message']+_0x3fbb74(0x295)+_0x3143f7+'s'),_0x244c10[_0x3fbb74(0x28e)](_0x3143f7,_0x28f1e0);return;}_0x244c10['logger'][_0x3fbb74(0x221)]('\x09'+_0x514a87[_0x3fbb74(0x28c)]+_0x3fbb74(0x1e3));if(!_0xf737e2){const _0x542248=_0x244c10[_0x3fbb74(0x329)]['breakpointUpdateIntervalSec'];_0x244c10[_0x3fbb74(0x1f8)][_0x3fbb74(0x1ee)]('\x09Invalid\x20list\x20response:\x20empty\x20body.\x20Retrying\x20in\x20'+_0x542248+'s'),_0x244c10[_0x3fbb74(0x28e)](_0x542248,_0x28f1e0);return;}if(_0xf737e2[_0x3fbb74(0x31a)]){_0x244c10[_0x3fbb74(0x1f8)][_0x3fbb74(0x221)]('\x09Long\x20poll\x20completed.'),_0x244c10[_0x3fbb74(0x28e)](0x0,_0x28f1e0);return;}if(_0xf737e2[_0x3fbb74(0x2c7)]&&_0xf737e2[_0x3fbb74(0x2c7)]!==_0x3fbb74(0x321)){const _0x3eb08e=this[_0x3fbb74(0x213)][_0x3fbb74(0x1e0)];_0x3eb08e!==_0xf737e2[_0x3fbb74(0x2c7)]&&(this['logger']['debug'](_0x3fbb74(0x242)+_0x3eb08e+_0x3fbb74(0x294)+_0xf737e2[_0x3fbb74(0x2c7)]),this[_0x3fbb74(0x213)]['globalPipingStatus']=_0xf737e2[_0x3fbb74(0x2c7)]);}if(_0xf737e2[_0x3fbb74(0x274)]&&_0xf737e2[_0x3fbb74(0x225)]!==_0x244c10[_0x3fbb74(0x225)]){_0x244c10[_0x3fbb74(0x225)]=_0xf737e2['collectLogRequestId'];const _0x2b97a5=_0x244c10[_0x3fbb74(0x329)]['agentLog'][_0x3fbb74(0x2f8)]&&path['join'](_0x244c10['config'][_0x3fbb74(0x22c)][_0x3fbb74(0x2f8)],agent_logger_1['default']['AGENT_LOG_FILE']);_0x2b97a5&&fs[_0x3fbb74(0x218)](_0x2b97a5)?setTimeout(()=>_0x244c10[_0x3fbb74(0x2d7)]['sendAgentLogsToServer'](_0x244c10[_0x3fbb74(0x30e)],_0xf737e2[_0x3fbb74(0x225)],_0x2b97a5)):_0x244c10[_0x3fbb74(0x1f8)]['info'](_0x3fbb74(0x2aa)+_0xf737e2['collectLogRequestId']+_0x3fbb74(0x322)+_0x3fbb74(0x2a6));}const _0x80de78=(_0xf737e2[_0x3fbb74(0x1f6)]||[])[_0x3fbb74(0x1e7)](_0x4e4319=>new stackdriver_1[(_0x3fbb74(0x2f6))](_0x4e4319))[_0x3fbb74(0x2c0)](_0x388468=>{const _0x10d109=_0x3fbb74,_0x3a479=_0x388468[_0x10d109(0x203)]||_0x10d109(0x2d3);if(_0x244c10[_0x10d109(0x25e)][_0x388468['id']])return![];if(_0x3a479!==_0x10d109(0x2d3)&&_0x3a479!==_0x10d109(0x23c))return _0x244c10[_0x10d109(0x1f8)]['warn'](_0x10d109(0x2ea),_0x3a479),_0x388468[_0x10d109(0x28c)]=new status_message_1[(_0x10d109(0x323))](status_message_1[_0x10d109(0x323)]['UNSPECIFIED'],utils_1['errors'][_0x10d109(0x271)],!![]),_0x244c10[_0x10d109(0x2d0)](_0x388468),![];return!![];});_0x244c10['expireOldBreakpoints'](),_0x244c10['updateActiveBreakpoints_'](_0x80de78),_0x244c10['emit'](_0x3fbb74(0x30d),_0x80de78[_0x3fbb74(0x332)]);Object[_0x3fbb74(0x1f0)](_0x244c10[_0x3fbb74(0x331)])[_0x3fbb74(0x332)]&&_0x244c10[_0x3fbb74(0x1f8)][_0x3fbb74(0x221)](formatBreakpoints('Active\x20Breakpoints:\x20\x0a',_0x244c10[_0x3fbb74(0x331)]));_0x244c10[_0x3fbb74(0x2cd)]=Date[_0x3fbb74(0x2a5)]();_0x28f1e0?_0x244c10[_0x3fbb74(0x2ee)]&&(_0x244c10[_0x3fbb74(0x2ee)][_0x3fbb74(0x228)](),_0x244c10['breakpointFetched']=null):_0x244c10[_0x3fbb74(0x28e)](0x0,_0x28f1e0);return;});},_0x46dbb5*0x3e8)[_0x2e13dc(0x1e8)]();}['updatePromise'](){const _0x2fea19=a7_0x128409;this[_0x2fea19(0x1e9)]=new CachedPromise(),this['breakpointFetched']&&(this['breakpointFetched']['resolve'](),this[_0x2fea19(0x2ee)]=null);}['updateActiveBreakpoints_'](_0x58a90a){const _0x2f9240=a7_0x128409,_0x4bfc0e=this,_0x226348=this[_0x2f9240(0x29e)](_0x58a90a);_0x58a90a[_0x2f9240(0x332)]&&_0x4bfc0e[_0x2f9240(0x1f8)]['info'](formatBreakpoints(_0x2f9240(0x2df),_0x226348)),_0x58a90a['forEach'](_0x4fde5b=>{const _0x2db75a=_0x2f9240;!_0x4bfc0e[_0x2db75a(0x25e)][_0x4fde5b['id']]&&!_0x4bfc0e[_0x2db75a(0x331)][_0x4fde5b['id']]&&(_0x4bfc0e[_0x2db75a(0x2f4)](_0x4fde5b,_0x1df931=>{_0x1df931&&_0x4bfc0e['updateBreakpoint_'](_0x4fde5b,!![],![]);}),this[_0x2db75a(0x268)]['createPerBreakpointConditionQuota'](_0x4fde5b['id'])),_0x4bfc0e[_0x2db75a(0x268)]['setIgnoreQuota'](_0x4fde5b['id'],_0x4fde5b[_0x2db75a(0x2e7)]),_0x4bfc0e['pipingManager'][_0x2db75a(0x2cb)](_0x4fde5b['id'],_0x4fde5b[_0x2db75a(0x25c)]);}),Debuglet[_0x2f9240(0x270)](this[_0x2f9240(0x25e)],_0x226348)[_0x2f9240(0x23a)](_0x4568ac=>{const _0x239b6d=_0x2f9240;delete _0x4bfc0e[_0x239b6d(0x25e)][_0x4568ac['id']];}),Debuglet['mapSubtract'](this['activeBreakpointMap'],_0x226348)[_0x2f9240(0x23a)](_0x87f822=>{const _0x235290=_0x2f9240;this[_0x235290(0x2e6)](_0x87f822,!![]);});}[a7_0x128409(0x29e)](_0xe37973){const _0x126b34={};return _0xe37973['forEach'](_0x3fede5=>{_0x126b34[_0x3fede5['id']]=_0x3fede5;}),_0x126b34;}[a7_0x128409(0x2e6)](_0xbe9cf5,_0x4d9320){const _0x40baf3=a7_0x128409;this['logger'][_0x40baf3(0x221)](_0x40baf3(0x2e0),_0xbe9cf5),this[_0x40baf3(0x268)][_0x40baf3(0x304)](_0xbe9cf5['id']),this[_0x40baf3(0x213)]['removeBreakpoint'](_0xbe9cf5['id']),delete this['activeBreakpointMap'][_0xbe9cf5['id']],_0x4d9320&&this['v8debug']&&this['v8debug'][_0x40baf3(0x223)](_0xbe9cf5,_0x422990=>{const _0x4b5cbc=_0x40baf3;if(_0x422990)this[_0x4b5cbc(0x1f8)][_0x4b5cbc(0x1ee)](_0x422990);});}[a7_0x128409(0x2f4)](_0x8a15ce,_0x327f1a){const _0x34014b=a7_0x128409;var _0x184263;const _0x44b5fa=this;_0x44b5fa[_0x34014b(0x1f8)][_0x34014b(0x221)](_0x34014b(0x2fc),_0x8a15ce);if(!_0x44b5fa[_0x34014b(0x329)]['allowExpressions']&&(_0x8a15ce[_0x34014b(0x2be)]||_0x8a15ce[_0x34014b(0x2ff)])){_0x44b5fa[_0x34014b(0x1f8)][_0x34014b(0x1ee)](utils_1[_0x34014b(0x296)][_0x34014b(0x20c)][_0x34014b(0x24b)]||''),_0x8a15ce['status']=new status_message_1[(_0x34014b(0x323))](status_message_1['StatusMessage'][_0x34014b(0x1e1)],utils_1[_0x34014b(0x296)][_0x34014b(0x20c)],!![]),setImmediate(()=>{const _0x1188ad=_0x34014b;_0x327f1a(utils_1[_0x1188ad(0x296)][_0x1188ad(0x20c)]);});return;}if(utils_1[_0x34014b(0x32a)](process[_0x34014b(0x1fc)],_0x34014b(0x20a))){const _0x33e6bf=utils_1[_0x34014b(0x296)][_0x34014b(0x324)];_0x44b5fa[_0x34014b(0x1f8)][_0x34014b(0x1ee)](_0x33e6bf),_0x8a15ce[_0x34014b(0x28c)]=new status_message_1[(_0x34014b(0x323))](status_message_1['StatusMessage'][_0x34014b(0x1e1)],_0x33e6bf,!![]),setImmediate(()=>{_0x327f1a(_0x33e6bf);});return;}const _0x27d890=_0x8a15ce[_0x34014b(0x32c)]?Number(_0x8a15ce[_0x34014b(0x32c)][_0x34014b(0x204)]):Date[_0x34014b(0x2a5)]()/0x3e8,_0x322c43=_0x8a15ce['expirationSeconds']||_0x44b5fa['config']['breakpointExpirationSec'];_0x8a15ce[_0x34014b(0x253)]=_0x27d890+_0x322c43,((_0x184263=_0x8a15ce[_0x34014b(0x2d6)])===null||_0x184263===void 0x0?void 0x0:_0x184263['path'])&&(_0x8a15ce['location'][_0x34014b(0x2f2)]=path[_0x34014b(0x267)](_0x8a15ce[_0x34014b(0x2d6)]['path']),path['sep']===path[_0x34014b(0x31b)]['sep']&&(_0x8a15ce['location'][_0x34014b(0x2f2)]=_0x8a15ce[_0x34014b(0x2d6)]['path'][_0x34014b(0x2a1)]('\x5c')[_0x34014b(0x230)](path[_0x34014b(0x20d)]))),_0x44b5fa['v8debug'][_0x34014b(0x2ca)](_0x8a15ce,_0x2597e4=>{const _0x551462=_0x34014b;if(_0x2597e4){_0x327f1a(_0x2597e4);return;}_0x44b5fa[_0x551462(0x1f8)][_0x551462(0x221)]('\x09successfully\x20added\x20breakpoint',_0x8a15ce),_0x44b5fa[_0x551462(0x331)][_0x8a15ce['id']]=_0x8a15ce,_0x8a15ce['action']==='LOG'?_0x44b5fa[_0x551462(0x286)][_0x551462(0x24d)](_0x8a15ce,(_0x9e2e82,_0x3029b7)=>{const _0x4ae282=_0x551462;var _0x3ec7ba,_0x2999d8,_0x203f0f;const _0x1d8319=Debuglet[_0x4ae282(0x2fa)](_0x9e2e82,_0x3029b7),_0x2c48b4=_0x4ae282(0x20b)+(((_0x3ec7ba=_0x44b5fa['redactionManager'])===null||_0x3ec7ba===void 0x0?void 0x0:_0x3ec7ba['redactData'](_0x1d8319))||_0x1d8319),_0x1f9fb1=this['quotaManager']['quotaCheck'](_0x2c48b4,_0x8a15ce['id']);if(_0x1f9fb1){const _0x1782ed=_0x1f9fb1[_0x4ae282(0x2b7)],_0x37df27=_0x1f9fb1['isOutOfQuota'];_0x44b5fa[_0x4ae282(0x213)][_0x4ae282(0x29f)](_0x44b5fa[_0x4ae282(0x30e)],_0x8a15ce['id'],_0x1782ed,_0x8a15ce[_0x4ae282(0x305)]);if(_0x37df27)(_0x2999d8=_0x44b5fa[_0x4ae282(0x286)])===null||_0x2999d8===void 0x0?void 0x0:_0x2999d8[_0x4ae282(0x313)](),this['nextEnableTimeout']&&clearTimeout(this[_0x4ae282(0x234)]),this[_0x4ae282(0x234)]=setTimeout(()=>{const _0x56c3ee=_0x4ae282;var _0x2e93df;(_0x2e93df=_0x44b5fa[_0x56c3ee(0x286)])===null||_0x2e93df===void 0x0?void 0x0:_0x2e93df[_0x56c3ee(0x2a8)](),_0x44b5fa[_0x56c3ee(0x234)]=null;},_0x44b5fa['config'][_0x4ae282(0x2a0)][_0x4ae282(0x2d8)]*0x3e8);else(_0x1782ed===null||_0x1782ed===void 0x0?void 0x0:_0x1782ed[_0x4ae282(0x332)])===0x0&&((_0x203f0f=_0x44b5fa['v8debug'])===null||_0x203f0f===void 0x0?void 0x0:_0x203f0f[_0x4ae282(0x313)]());}},()=>{const _0xfa8038=_0x551462;return _0x44b5fa[_0xfa8038(0x25e)][_0x8a15ce['id']];},_0xf25419=>{const _0x5ae8e5=_0x551462;if(_0xf25419){_0x44b5fa[_0x5ae8e5(0x1f8)][_0x5ae8e5(0x1ee)](_0xf25419),_0x327f1a(_0xf25419);return;}}):_0x44b5fa[_0x551462(0x286)][_0x551462(0x298)](_0x8a15ce,_0x54ca00=>{const _0x103450=_0x551462;if(_0x54ca00){setImmediate(()=>{const _0x58f7a1=a7_0x4a1c;_0x44b5fa[_0x58f7a1(0x1f8)]['error'](_0x54ca00),_0x327f1a(_0x54ca00);});return;}_0x44b5fa[_0x103450(0x1f8)][_0x103450(0x221)]('Breakpoint\x20hit!:\x20',_0x8a15ce),_0x44b5fa['updateBreakpoint_'](_0x8a15ce,_0x44b5fa[_0x103450(0x286)][_0x103450(0x2ec)](_0x8a15ce['id'])<=0x0);}),_0x44b5fa[_0x551462(0x2dc)](_0x8a15ce);}),this[_0x34014b(0x2ae)](_0x34014b(0x312));}[a7_0x128409(0x2a2)](_0x326849,_0x515408,_0x3caffa=!![]){const _0x48da96=a7_0x128409;var _0xd625b,_0x9f80c3,_0x8213a4,_0x1b718f,_0x17356c,_0x57d648;const _0x2d99b7=this;if(_0x326849[_0x48da96(0x28c)]&&_0x326849[_0x48da96(0x28c)][_0x48da96(0x2ac)]){let _0x586fc6=((_0x9f80c3=(_0xd625b=_0x326849[_0x48da96(0x28c)])===null||_0xd625b===void 0x0?void 0x0:_0xd625b[_0x48da96(0x24b)])===null||_0x9f80c3===void 0x0?void 0x0:_0x9f80c3[_0x48da96(0x2fa)])||'';((_0x1b718f=(_0x8213a4=_0x326849[_0x48da96(0x28c)])===null||_0x8213a4===void 0x0?void 0x0:_0x8213a4['description'])===null||_0x1b718f===void 0x0?void 0x0:_0x1b718f[_0x48da96(0x287)])&&(_0x586fc6+=':\x20'+((_0x57d648=(_0x17356c=_0x326849[_0x48da96(0x28c)])===null||_0x17356c===void 0x0?void 0x0:_0x17356c[_0x48da96(0x24b)])===null||_0x57d648===void 0x0?void 0x0:_0x57d648['parameters'][_0x48da96(0x330)]())),_0x2d99b7[_0x48da96(0x1f8)][_0x48da96(0x302)]('\x09Notifying\x20server\x20about\x20error\x20for\x20'+_0x326849+_0x48da96(0x211)+_0x586fc6);}else _0x2d99b7['logger'][_0x48da96(0x221)](_0x48da96(0x263),_0x326849);_0x515408&&(_0x2d99b7['completedBreakpointMap'][_0x326849['id']]=!![],_0x2d99b7[_0x48da96(0x2e6)](_0x326849,_0x3caffa)),_0x2d99b7[_0x48da96(0x2d7)][_0x48da96(0x292)](_0x2d99b7[_0x48da96(0x30e)],extend(!![],{},_0x326849));}[a7_0x128409(0x2dc)](_0x22690c){const _0x26850c=a7_0x128409,_0x47edf9=this;_0x47edf9[_0x26850c(0x1f8)][_0x26850c(0x27d)]('reporting\x20breakpoint\x20'+_0x22690c+_0x26850c(0x1df));const _0x45a421=extend(!![],{},_0x22690c);_0x45a421[_0x26850c(0x28d)]=![],_0x45a421[_0x26850c(0x28c)]=new status_message_1[(_0x26850c(0x323))](status_message_1[_0x26850c(0x323)][_0x26850c(0x1e1)],undefined,![],!![]),_0x47edf9[_0x26850c(0x2d7)][_0x26850c(0x292)](_0x47edf9['debuggee'],_0x45a421);}[a7_0x128409(0x2d0)](_0x54c7f4){const _0x2496c1=a7_0x128409,_0x193329=this;this[_0x2496c1(0x1f8)][_0x2496c1(0x221)](_0x2496c1(0x32e),_0x54c7f4),_0x193329[_0x2496c1(0x25e)][_0x54c7f4['id']]=!![],_0x193329[_0x2496c1(0x2d7)]['enqueueBreakpointUpdate'](_0x193329[_0x2496c1(0x30e)],_0x54c7f4);}[a7_0x128409(0x23e)](){const _0x43df9b=a7_0x128409,_0xcaa80b=this,_0xeabcbc=Date[_0x43df9b(0x2a5)]()/0x3e8;Object[_0x43df9b(0x1ec)](this[_0x43df9b(0x331)])['filter'](_0x221708=>_0x221708[_0x43df9b(0x253)]?_0x221708[_0x43df9b(0x253)]<_0xeabcbc:![])[_0x43df9b(0x23a)](_0x457594=>{const _0x34eeb1=_0x43df9b;_0xcaa80b[_0x34eeb1(0x1f8)][_0x34eeb1(0x221)](_0x34eeb1(0x262),_0x457594),_0xcaa80b[_0x34eeb1(0x25e)][_0x457594['id']]=!![],_0xcaa80b[_0x34eeb1(0x2e6)](_0x457594,!![]);});}[a7_0x128409(0x21e)](){const _0x49bf89=a7_0x128409;return this[_0x49bf89(0x2a4)];}[a7_0x128409(0x1f9)](){const _0x4afb3a=a7_0x128409;var _0x5a822f;if(!this[_0x4afb3a(0x2a4)]){this[_0x4afb3a(0x1f8)][_0x4afb3a(0x27d)](_0x4afb3a(0x239));return;}this[_0x4afb3a(0x1f8)][_0x4afb3a(0x27d)](_0x4afb3a(0x243)),this[_0x4afb3a(0x234)]&&(clearTimeout(this['nextEnableTimeout']),this[_0x4afb3a(0x234)]=null),(_0x5a822f=this[_0x4afb3a(0x2d7)])===null||_0x5a822f===void 0x0?void 0x0:_0x5a822f[_0x4afb3a(0x311)](),this['running']=![],this[_0x4afb3a(0x2ae)]('stopped');}async[a7_0x128409(0x24f)](_0x101d0c){const _0x5a546a=a7_0x128409,_0x2ddd58=await this[_0x5a546a(0x2d7)]['getBlocklist'](_0x101d0c),_0x5d4bb4=_0x2ddd58[_0x5a546a(0x1ff)],_0x36c32b=_0x2ddd58[_0x5a546a(0x251)];_0x5d4bb4&&_0x5d4bb4['length']&&this['logger']['debug']('Blacklist:\x20\x0a\x09',_0x5d4bb4[_0x5a546a(0x230)]('\x0a\x09')),_0x36c32b&&_0x36c32b[_0x5a546a(0x332)]&&this[_0x5a546a(0x1f8)][_0x5a546a(0x27d)]('Blacklist\x20Exceptions:\x20\x0a\x09',_0x36c32b[_0x5a546a(0x230)]('\x0a\x09')),this[_0x5a546a(0x237)]=new patterns_blocklist_manager_1[(_0x5a546a(0x22a))](_0x5d4bb4,_0x36c32b,this[_0x5a546a(0x329)]);}async['getRedactions'](_0x51c2db){const _0x51beeb=a7_0x128409,_0x27127b=await this['controller'][_0x51beeb(0x261)](_0x51c2db);(_0x27127b===null||_0x27127b===void 0x0?void 0x0:_0x27127b[_0x51beeb(0x332)])&&this[_0x51beeb(0x1f8)]['debug'](_0x51beeb(0x2f9),_0x27127b['map'](_0x293479=>'name:\x20'+_0x293479[_0x51beeb(0x317)]+_0x51beeb(0x1f1)+_0x293479['type']+'):\x20pattern:\x20'+_0x293479[_0x51beeb(0x28a)]+_0x51beeb(0x260)+_0x293479[_0x51beeb(0x1f4)])[_0x51beeb(0x230)]('\x0a\x09'));if(utils_1[_0x51beeb(0x32a)](process[_0x51beeb(0x1fc)],_0x51beeb(0x236))){const {RedactionManagerRE2JS:_0x21299c}=await Promise['resolve']()[_0x51beeb(0x2d5)](()=>require(_0x51beeb(0x233)));this['redactionManager']=new _0x21299c(),this['redactionManager'][_0x51beeb(0x26c)](_0x27127b);}else{if(process[_0x51beeb(0x293)]!==_0x51beeb(0x278)){const {RedactionManagerRE2:_0x5ceab5}=await Promise[_0x51beeb(0x228)]()[_0x51beeb(0x2d5)](()=>require(_0x51beeb(0x27e)));this[_0x51beeb(0x325)]=new _0x5ceab5(),this[_0x51beeb(0x325)]['setPatterns'](_0x27127b);}}}static[a7_0x128409(0x270)](_0x22d378,_0x40f663){const _0x25f18f=a7_0x128409,_0x6dd74c=[];for(const _0x433c21 in _0x22d378){!_0x40f663[_0x433c21]&&_0x6dd74c[_0x25f18f(0x1f5)](_0x22d378[_0x433c21]);}return _0x6dd74c;}static[a7_0x128409(0x2fa)](_0x49047a,_0x3eea31){const _0x12f14c=a7_0x128409,_0x3f3803=Debuglet[_0x12f14c(0x219)](_0x49047a,_0x3eea31[_0x12f14c(0x332)]);for(let _0x1e7152=0x0;_0x1e7152<_0x3f3803['length'];_0x1e7152++){if(!_0x3f3803[_0x1e7152]['v'])continue;if(_0x3f3803[_0x1e7152]['v']==='$$'){_0x3f3803[_0x1e7152]='$';continue;}for(let _0x3a69ba=0x0;_0x3a69ba<_0x3eea31['length'];_0x3a69ba++){if(_0x3f3803[_0x1e7152]['v']==='$'+_0x3a69ba){_0x3f3803[_0x1e7152]=_0x3eea31[_0x3a69ba];break;}}}return _0x3f3803[_0x12f14c(0x230)]('');}static['_tokenize'](_0x4cef49,_0x2f708d){const _0x5c031e=a7_0x128409;let _0x8437c9=Debuglet['_delimit'](_0x4cef49,'$$');for(let _0x3b4798=_0x2f708d-0x1;_0x3b4798>=0x0;_0x3b4798--){const _0x26bb81=[];for(let _0x523bb5=0x0;_0x523bb5<_0x8437c9[_0x5c031e(0x332)];_0x523bb5++){_0x8437c9[_0x523bb5]['v']?_0x26bb81[_0x5c031e(0x1f5)](_0x8437c9[_0x523bb5]):_0x26bb81['push'](...Debuglet[_0x5c031e(0x2c2)](_0x8437c9[_0x523bb5],'$'+_0x3b4798));}_0x8437c9=_0x26bb81;}return _0x8437c9;}static[a7_0x128409(0x2c2)](_0x2e0d70,_0x3e1b99){const _0x406129=a7_0x128409,_0x5ba47f=_0x2e0d70['split'](_0x3e1b99),_0x248605=[];_0x248605[_0x406129(0x1f5)](_0x5ba47f[0x0]);for(let _0x36fef5=0x1;_0x36fef5<_0x5ba47f[_0x406129(0x332)];_0x36fef5++){_0x248605[_0x406129(0x1f5)]({'v':_0x3e1b99},_0x5ba47f[_0x36fef5]);}return _0x248605;}static[a7_0x128409(0x1fa)](_0x461c10,_0x5e3b8a,_0x29687c,_0x4b0e81){const _0x5262af=a7_0x128409,_0x418df4=_0x461c10+_0x5e3b8a+JSON[_0x5262af(0x255)](_0x29687c)+JSON['stringify'](_0x4b0e81);return crypto[_0x5262af(0x1eb)](_0x5262af(0x273))[_0x5262af(0x318)](_0x418df4)[_0x5262af(0x315)](_0x5262af(0x22f));}}exports[a7_0x128409(0x284)]=Debuglet;
|
|
1
|
+
const a17_0x1446e2=a17_0x499a;(function(_0x233a8f,_0x4688ba){const _0x2bd0dc=a17_0x499a,_0x56d8b0=_0x233a8f();while(!![]){try{const _0x2ad263=parseInt(_0x2bd0dc(0x145))/0x1*(-parseInt(_0x2bd0dc(0x176))/0x2)+parseInt(_0x2bd0dc(0x18b))/0x3+parseInt(_0x2bd0dc(0x19b))/0x4+-parseInt(_0x2bd0dc(0x13a))/0x5*(parseInt(_0x2bd0dc(0x136))/0x6)+-parseInt(_0x2bd0dc(0x193))/0x7*(parseInt(_0x2bd0dc(0x142))/0x8)+-parseInt(_0x2bd0dc(0x1e5))/0x9*(parseInt(_0x2bd0dc(0x1ee))/0xa)+parseInt(_0x2bd0dc(0x1f6))/0xb;if(_0x2ad263===_0x4688ba)break;else _0x56d8b0['push'](_0x56d8b0['shift']());}catch(_0x2c9e05){_0x56d8b0['push'](_0x56d8b0['shift']());}}}(a17_0x5a15,0x4a00d));function a17_0x5a15(){const _0x104a2c=['LOG','breakpointExpirationSec','sep','pipingStatus','register','1007080XlnoTc','./io/file-index','expirationSeconds','./controller','filter','waitExpired','logger','Controller','Breakpoint','enable','Result:\x20\x0a','./v8/debugapi','path','type','logs\x20path\x20not\x20defined\x20or\x20log\x20file\x20does\x20not\x20exits','APP_ONLY','GAE_MINOR_VERSION','isFinalState','get','once','PatternsBlocklistManager','Scanner','./debuglet-helpers/normalizeConfig','apply','ConfigurationProvider','./configuration-provider','replace','extraPaths','all','Switching\x20globalPiping\x20status\x20from\x20','start','Registered\x20as\x20debuggee:\x20','\x0a\x09condition:\x20','message','):\x20pattern:\x20','posix','keys','breakpointUpdateIntervalSec','5.2\x20||\x20<4','quotaRecoverySeconds','warn','CachedPromise','createLogger','isOutOfQuota','parse','javascriptFileExtensions','function','env','pipingManager','./debuglet-helpers/createDebuggee','Breakpoint\x20hit!:\x20','format','normalize','StatusMessage','source-context.json','Found\x20breakpoint\x20with\x20invalid\x20action:','constructor','GAE-','getBlocklist','\x0a\x09expressions:\x20','add','emit','condition','reporting\x20breakpoint\x20','Stopping\x20Debuglet','createDebuggee','Fetching\x20breakpoints','utf8','push','attributes/cluster-name','wait','capture','\x09Notifying\x20server\x20about\x20error\x20for\x20','bind','5697JxvPMC','collectAndSendLog','create','packageInfo','promiseResolve','../types/stackdriver','sourceContext','findFiles','fromFileStats','8330DTKkWS','maxRequestRetryDelaySeconds','\x09successfully\x20added\x20breakpoint','seconds','CAPTURE','setPipingStatus','errors','filename','7683599NkUqFa','debuglet','setIgnoreQuota','default','readFile','Error\x20scanning\x20the\x20filesystem.','Blacklist:\x20\x0a\x09','registered','./io/sourcemapper','Private\x20accessor\x20was\x20defined\x20without\x20a\x20setter','Disabled\x20by\x20the\x20server','globalPipingStatus','\x09Got\x20error\x20from\x20server.\x20status:\x20','Malformed\x20source-context.json\x20file:\x20','fetcherActive','getSourceContextFromFile','debuggee','parameters','isError','has','scan','./quota-manager','createPerBreakpointConditionQuota','forEach','location','debug','__classPrivateFieldGet','pipeLogs','rejecting\x20breakpoint','gcp-metadata','\x20caseInsensitive:\x20','beforeExit','Ignoring\x20request\x20to\x20collect\x20logs\x20with\x20id\x20','join','name:\x20','quotaCheck','clear','backoff','hash','to\x20avoid\x20a\x20scan\x20of\x20the\x20entire\x20filesystem\x20for\x20JavaScript\x20files.\x20','Failed\x20to\x20re-register\x20debuggee\x20','map','QuotaManager','extend','BREAKPOINT_ACTION_MESSAGE','expressions','PipingManager','./agent-logger','inspect','getProps','./reduction/redaction-manager-re2js','unref','workingDirectory','cwd','initError','caseInsensitive','then','addAndPipeLog','FileIndex','error','enqueueBreakpointUpdate','allowRootAsWorkingDirectory','remotelyDisabled','satisfies','(((.+)+)+)+$','Debuglet','12KwhNIS','activeBreakpointMap','logsPath','selectStats','241160VaoJbr','length','Registering\x20debuggee','clearTransmissionTimeout','normalizeConfig','Redactions:\x20\x0a\x09','./io/scanner','quota','8pZpaiO','expirationTime','deregister','298891CFbNcm','ignoreQuota','NODE_VERSION_MESSAGE','isRunning','\x09Long\x20poll\x20completed.','log','\x0a\x09createdTime:\x20','assert','setBlocklistManager','EventEmitter','level','pid','createTime','Use\x20config\x20`allowRootAsWorkingDirectory`\x20if\x20you\x20really\x20want\x20to\x20','status','disable','agentLog','ALLOW_EXPRESSIONS_MESSAGE','../client/stackdriver/status-message','AGENT_LOG_FILE','selectFiles','\x20completed.','description','Starting\x20debuggee','SIGQUIT','existsSync','\x09updating\x20breakpoint\x20data\x20on\x20server\x20(no\x20errors)\x20for','info','UNSPECIFIED','SIGINT','action','Active\x20Breakpoints:\x20\x0a','\x20accepted\x20by\x20agent','Debuglet\x20not\x20running','stopped','version','SIGTERM','mainModule','breakpoint\x20id:\x20%s,\x0a\x09type:\x20%s\x0a\x09location:\x20%s','Failed\x20to\x20register\x20debuggee:\x20','.\x20message:\x20','isReady','\x20(type:\x20','breakpoints_fetched','promise','collectLogRequestId','kill','__classPrivateFieldSet','./environment-metadata','2WPJyvH','The\x20working\x20directory\x20is\x20a\x20root\x20directory.\x20Disabling\x20','stdErrThreshold','resolve','isReadyManager','allowExpressions','Cannot\x20write\x20private\x20member\x20to\x20an\x20object\x20whose\x20class\x20did\x20not\x20declare\x20it','setPatterns','isDisabled','pattern','name','set','config','now','call','Unique\x20ID\x20for\x20this\x20Application:\x20','breakpoint_set','\x09adding\x20breakpoint','values','\x20because\x20','__esModule','1676442YeRnRy','split','removePerBreakpointQuota','Expiring\x20breakpoint','toString','./config','Error\x20processing\x20the\x20sourcemaps.','LOGPOINT:\x20','1983324wZitnC','search','.\x20Error:\x20'];a17_0x5a15=function(){return _0x104a2c;};return a17_0x5a15();}const a17_0x1d2cfb=(function(){let _0x208b71=!![];return function(_0x2d2770,_0x23064f){const _0x51283c=_0x208b71?function(){const _0x11e126=a17_0x499a;if(_0x23064f){const _0x3084f3=_0x23064f[_0x11e126(0x1b2)](_0x2d2770,arguments);return _0x23064f=null,_0x3084f3;}}:function(){};return _0x208b71=![],_0x51283c;};}()),a17_0xe1481e=a17_0x1d2cfb(this,function(){const _0x3ba796=a17_0x499a;return a17_0xe1481e['toString']()[_0x3ba796(0x194)](_0x3ba796(0x134))['toString']()[_0x3ba796(0x1d3)](a17_0xe1481e)[_0x3ba796(0x194)](_0x3ba796(0x134));});a17_0xe1481e();'use strict';var __classPrivateFieldSet=this&&this[a17_0x1446e2(0x174)]||function(_0x3a77b2,_0x1cf9a0,_0x11e4f4,_0xdc4fcd,_0x29b136){const _0x2501d7=a17_0x1446e2;if(_0xdc4fcd==='m')throw new TypeError('Private\x20method\x20is\x20not\x20writable');if(_0xdc4fcd==='a'&&!_0x29b136)throw new TypeError(_0x2501d7(0xfd));if(typeof _0x1cf9a0===_0x2501d7(0x1c9)?_0x3a77b2!==_0x1cf9a0||!_0x29b136:!_0x1cf9a0[_0x2501d7(0x107)](_0x3a77b2))throw new TypeError(_0x2501d7(0x17c));return _0xdc4fcd==='a'?_0x29b136[_0x2501d7(0x184)](_0x3a77b2,_0x11e4f4):_0x29b136?_0x29b136['value']=_0x11e4f4:_0x1cf9a0[_0x2501d7(0x181)](_0x3a77b2,_0x11e4f4),_0x11e4f4;},__classPrivateFieldGet=this&&this[a17_0x1446e2(0x10e)]||function(_0x1bfe1f,_0x30e44c,_0x201a85,_0xf16cd7){const _0x50be22=a17_0x1446e2;if(_0x201a85==='a'&&!_0xf16cd7)throw new TypeError('Private\x20accessor\x20was\x20defined\x20without\x20a\x20getter');if(typeof _0x30e44c===_0x50be22(0x1c9)?_0x1bfe1f!==_0x30e44c||!_0xf16cd7:!_0x30e44c[_0x50be22(0x107)](_0x1bfe1f))throw new TypeError('Cannot\x20read\x20private\x20member\x20from\x20an\x20object\x20whose\x20class\x20did\x20not\x20declare\x20it');return _0x201a85==='m'?_0xf16cd7:_0x201a85==='a'?_0xf16cd7['call'](_0x1bfe1f):_0xf16cd7?_0xf16cd7['value']:_0x30e44c[_0x50be22(0x1ad)](_0x1bfe1f);},_Debuglet_instances,_a,_Debuglet_debug,_Debuglet_v8debug,_Debuglet_running,_Debuglet_controller,_Debuglet_completedBreakpointMap,_Debuglet_breakpointFetchedTimestamp,_Debuglet_breakpointFetched,_Debuglet_debuggeeRegistered,_Debuglet_nextEnableTimeout,_Debuglet_debuggeEnvironmentProperties,_Debuglet_scanner,_Debuglet_quotaManager,_Debuglet_blocklistManager,_Debuglet_redactionManager,_Debuglet_configProvider,_Debuglet_buildRegExp,_Debuglet_registerSignals,_Debuglet_runningOnGCP,_Debuglet_getClusterNameFromMetadata,_Debuglet_register_,_Debuglet_scheduleRegistration_,_Debuglet_scheduleBreakpointFetch_,_Debuglet_updatePromise,_Debuglet_updateActiveBreakpoints_,_Debuglet_convertBreakpointListToMap_,_Debuglet_removeBreakpoint_,_Debuglet_addBreakpoint_,_Debuglet_updateBreakpoint_,_Debuglet_reportBreakpointAccepted_,_Debuglet_rejectBreakpoint_,_Debuglet_expireOldBreakpoints,_Debuglet_getBlocklist,_Debuglet_getRedactions;Object['defineProperty'](exports,a17_0x1446e2(0x18a),{'value':!![]}),exports[a17_0x1446e2(0x135)]=exports[a17_0x1446e2(0x1c4)]=void 0x0;const assert=require(a17_0x1446e2(0x14c)),events_1=require('events'),extend=require(a17_0x1446e2(0x11f)),fs=require('fs'),metadata=require(a17_0x1446e2(0x111)),path=require('path'),util=require('util'),status_message_1=require(a17_0x1446e2(0x157)),stackdriver_1=require(a17_0x1446e2(0x1ea)),agent_logger_1=require(a17_0x1446e2(0x123)),config_1=require(a17_0x1446e2(0x190)),controller_1=require(a17_0x1446e2(0x19e)),SourceMapper=require(a17_0x1446e2(0xfc)),debugapi=require(a17_0x1446e2(0x1a6)),piping_manager_1=require('./piping-manager'),quota_manager_1=require(a17_0x1446e2(0x109)),patterns_blocklist_manager_1=require('./blocklisting/patterns-blocklist-manager'),scanner_1=require(a17_0x1446e2(0x140)),environment_metadata_1=require(a17_0x1446e2(0x175)),file_index_1=require(a17_0x1446e2(0x19c)),utils_1=require('./util/utils'),configuration_provider_1=require(a17_0x1446e2(0x1b4)),normalizeConfig_1=require(a17_0x1446e2(0x1b1)),mapSubtract_1=require('./debuglet-helpers/mapSubtract'),format_1=require('./debuglet-helpers/format'),createDebuggee_1=require(a17_0x1446e2(0x1cc)),readFilep=util['promisify'](fs[a17_0x1446e2(0x1fa)]),PROMISE_RESOLVE_CUT_OFF_IN_MILLISECONDS=(0x28+0x21c)/0x2*0x3e8,formatBreakpoint=(_0x5a168b,_0x59784d)=>{const _0x460e64=a17_0x1446e2;let _0x4f23f8=_0x5a168b+util[_0x460e64(0x1ce)](_0x460e64(0x16b),_0x59784d['id'],_0x59784d['action'],util[_0x460e64(0x124)](_0x59784d[_0x460e64(0x10c)]));if(_0x59784d[_0x460e64(0x151)]){const _0x4d35b9=Number(_0x59784d[_0x460e64(0x151)][_0x460e64(0x1f1)]),_0x14c066=new Date(_0x4d35b9*0x3e8);_0x4f23f8+=_0x460e64(0x14b)+_0x14c066['toString']();}return _0x59784d[_0x460e64(0x1d9)]&&(_0x4f23f8+=_0x460e64(0x1bb)+util[_0x460e64(0x124)](_0x59784d['condition'])),_0x59784d[_0x460e64(0x121)]&&(_0x4f23f8+=_0x460e64(0x1d6)+util[_0x460e64(0x124)](_0x59784d['expressions'])),_0x4f23f8;},formatBreakpoints=(_0x15d0c7,_0x5ccd53)=>{const _0x38fdfb=a17_0x1446e2;return _0x15d0c7+Object[_0x38fdfb(0x1bf)](_0x5ccd53)[_0x38fdfb(0x11d)](_0x52ea06=>{return formatBreakpoint('',_0x5ccd53[_0x52ea06]);})[_0x38fdfb(0x115)]('\x0a');};class CachedPromise{constructor(){const _0x3e3bad=a17_0x1446e2;this[_0x3e3bad(0x1e9)]=null,this[_0x3e3bad(0x171)]=new Promise(_0x39ac16=>{const _0x27d213=_0x3e3bad;this[_0x27d213(0x1e9)]=_0x39ac16;});}['get'](){const _0x3e63d4=a17_0x1446e2;return this[_0x3e63d4(0x171)];}[a17_0x1446e2(0x179)](){const _0x3f5b29=a17_0x1446e2;this[_0x3f5b29(0x1e9)]&&(this[_0x3f5b29(0x1e9)](),this['promiseResolve']=null);}}function a17_0x499a(_0xa32315,_0x2c33cd){const _0xbceed2=a17_0x5a15();return a17_0x499a=function(_0xe1481e,_0x1d2cfb){_0xe1481e=_0xe1481e-0xfb;let _0x5a1548=_0xbceed2[_0xe1481e];return _0x5a1548;},a17_0x499a(_0xa32315,_0x2c33cd);}exports[a17_0x1446e2(0x1c4)]=CachedPromise;class IsReadyImpl{constructor(_0x55c526){this['debuglet']=_0x55c526;}['isReady'](){const _0x4978e3=a17_0x1446e2;return this[_0x4978e3(0x1f7)][_0x4978e3(0x16e)]();}}class Debuglet extends events_1[a17_0x1446e2(0x14e)]{constructor(_0x7ffbdd,_0x305932){const _0x105dab=a17_0x1446e2;super(),_Debuglet_instances[_0x105dab(0x1d7)](this),_Debuglet_debug['set'](this,void 0x0),_Debuglet_v8debug[_0x105dab(0x181)](this,void 0x0),_Debuglet_running[_0x105dab(0x181)](this,void 0x0),_Debuglet_controller[_0x105dab(0x181)](this,void 0x0),_Debuglet_completedBreakpointMap[_0x105dab(0x181)](this,void 0x0),_Debuglet_breakpointFetchedTimestamp[_0x105dab(0x181)](this,void 0x0),_Debuglet_breakpointFetched[_0x105dab(0x181)](this,void 0x0),_Debuglet_debuggeeRegistered[_0x105dab(0x181)](this,void 0x0),_Debuglet_nextEnableTimeout[_0x105dab(0x181)](this,null),this[_0x105dab(0x17a)]=new IsReadyImpl(this),_Debuglet_debuggeEnvironmentProperties[_0x105dab(0x181)](this,void 0x0),_Debuglet_scanner['set'](this,void 0x0),_Debuglet_quotaManager[_0x105dab(0x181)](this,void 0x0),_Debuglet_blocklistManager['set'](this,void 0x0),_Debuglet_redactionManager['set'](this,void 0x0),_Debuglet_configProvider[_0x105dab(0x181)](this,void 0x0),this[_0x105dab(0x182)]=(0x0,normalizeConfig_1[_0x105dab(0x13e)])(_0x305932),__classPrivateFieldSet(this,_Debuglet_configProvider,new configuration_provider_1[(_0x105dab(0x1b3))](this[_0x105dab(0x182)]),'f'),__classPrivateFieldSet(this,_Debuglet_debug,_0x7ffbdd,'f'),__classPrivateFieldSet(this,_Debuglet_v8debug,null,'f'),__classPrivateFieldSet(this,_Debuglet_running,![],'f'),this[_0x105dab(0x102)]=![],this[_0x105dab(0x1a1)]=agent_logger_1[_0x105dab(0x1f9)][_0x105dab(0x1c5)](this['config']['agentLog'][_0x105dab(0x138)],this['config'][_0x105dab(0x155)][_0x105dab(0x14f)],this[_0x105dab(0x182)][_0x105dab(0x155)][_0x105dab(0x178)]),(0x0,config_1['logMainConfigParams'])(this['config'],this[_0x105dab(0x1a1)]),__classPrivateFieldSet(this,_Debuglet_debuggeEnvironmentProperties,new environment_metadata_1['EnvironmentMetadata'](this[_0x105dab(0x1a1)])[_0x105dab(0x125)](),'f'),__classPrivateFieldSet(this,_Debuglet_controller,new controller_1[(_0x105dab(0x1a2))](__classPrivateFieldGet(this,_Debuglet_debug,'f'),this['config'],this[_0x105dab(0x1a1)]),'f'),__classPrivateFieldSet(this,_Debuglet_scanner,new scanner_1[(_0x105dab(0x1b0))](this[_0x105dab(0x1a1)]),'f'),this[_0x105dab(0x104)]=null,this[_0x105dab(0x137)]={},__classPrivateFieldSet(this,_Debuglet_completedBreakpointMap,{},'f'),__classPrivateFieldSet(this,_Debuglet_breakpointFetched,null,'f'),__classPrivateFieldSet(this,_Debuglet_breakpointFetchedTimestamp,-Infinity,'f'),__classPrivateFieldSet(this,_Debuglet_debuggeeRegistered,new CachedPromise(),'f'),__classPrivateFieldSet(this,_Debuglet_quotaManager,new quota_manager_1[(_0x105dab(0x11e))](this['logger'],this['config']),'f'),this[_0x105dab(0x1cb)]=new piping_manager_1[(_0x105dab(0x122))](_0x105dab(0x1aa),__classPrivateFieldGet(this,_Debuglet_controller,'f'),this['config']);}async['findFiles'](_0x543b51,_0x593eb0){const _0x5736f6=a17_0x1446e2,_0x1786eb=_0x543b51['workingDirectory'],_0x501a54=await __classPrivateFieldGet(this,_Debuglet_scanner,'f')[_0x5736f6(0x108)](_0x1786eb,__classPrivateFieldGet(Debuglet,_a,'m',_Debuglet_buildRegExp)[_0x5736f6(0x184)](Debuglet,_0x543b51[_0x5736f6(0x1c8)]['concat']('js.map')),_0x593eb0,_0x543b51[_0x5736f6(0x1b6)]),_0x525b8a=_0x501a54[_0x5736f6(0x139)](__classPrivateFieldGet(Debuglet,_a,'m',_Debuglet_buildRegExp)['call'](Debuglet,_0x543b51[_0x5736f6(0x1c8)])),_0x478757=file_index_1[_0x5736f6(0x12e)][_0x5736f6(0x1ed)](_0x525b8a),_0x31da91=_0x501a54[_0x5736f6(0x159)](/.js.map$/,process[_0x5736f6(0x129)]()),_0x20a257=_0x501a54[_0x5736f6(0x1f4)]();return{'mapFiles':_0x31da91,'errors':_0x20a257,'jsFileIndex':_0x478757,'hash':_0x501a54[_0x5736f6(0x11a)]};}async[a17_0x1446e2(0x1b9)](){const _0x484841=a17_0x1446e2;var _0x1a1611;const _0x41bda4=this,_0x533cec=_0x41bda4[_0x484841(0x182)][_0x484841(0x128)];if(!_0x41bda4[_0x484841(0x182)][_0x484841(0x131)]&&path[_0x484841(0x115)](_0x533cec,'..')===_0x533cec){const _0x26a5fa=_0x484841(0x177)+_0x484841(0x11b)+_0x484841(0x152)+'do\x20this.';_0x41bda4[_0x484841(0x1a1)][_0x484841(0x12f)](_0x26a5fa),_0x41bda4['emit']('initError',new Error(_0x26a5fa));return;}let _0x115cf0;process[_0x484841(0x1ca)][_0x484841(0x1ab)]&&(_0x115cf0=_0x484841(0x1d4)+process[_0x484841(0x1ca)][_0x484841(0x1ab)]);let _0x11a64c,_0x2063ba=_0x115cf0||'';try{_0x11a64c=await this[_0x484841(0x1ec)](_0x41bda4[_0x484841(0x182)],_0x115cf0),_0x11a64c[_0x484841(0x1f4)][_0x484841(0x10b)](_0x41bda4[_0x484841(0x1a1)]['warn']);}catch(_0x31267e){_0x41bda4[_0x484841(0x1a1)][_0x484841(0x12f)](_0x484841(0x1fb),_0x31267e),_0x41bda4['emit']('initError',_0x31267e);return;}try{const _0x194f73=await SourceMapper[_0x484841(0x1e7)](_0x11a64c['mapFiles']);__classPrivateFieldSet(_0x41bda4,_Debuglet_v8debug,debugapi[_0x484841(0x1e7)](_0x41bda4[_0x484841(0x1a1)],_0x41bda4[_0x484841(0x182)],_0x11a64c['jsFileIndex'],_0x194f73,__classPrivateFieldGet(this,_Debuglet_quotaManager,'f')),'f'),_0x2063ba=_0x115cf0||_0x11a64c['hash'];}catch(_0x4cc709){_0x41bda4['logger'][_0x484841(0x12f)](_0x484841(0x191),_0x4cc709),_0x41bda4[_0x484841(0x1d8)](_0x484841(0x12a),_0x4cc709);}_0x41bda4[_0x484841(0x1a1)]['info'](_0x484841(0x185)+_0x2063ba);const _0x4a9587=(0x0,utils_1['readFullVersion'])(_0x41bda4['logger'])[_0x484841(0x1b5)]('\x0a','');_0x41bda4['logger'][_0x484841(0x160)]('Initializing\x20Node.js\x20agent\x20version:\x20'+_0x4a9587);let _0x453194;try{_0x453194=_0x41bda4['config'][_0x484841(0x1eb)]||await Debuglet[_0x484841(0x103)]();}catch(_0x1d51c1){}this['config'][_0x484841(0x1e2)]&&__classPrivateFieldGet(this,_Debuglet_configProvider,'f')['getMaxSnapshotBufferSize']()===0x0&&(0x0,utils_1['satisfies'])(process[_0x484841(0x168)],'>=10\x20<10.15.3\x20||\x20>=11\x20<11.7\x20||\x20>=12')&&_0x41bda4['logger'][_0x484841(0x1c3)](utils_1[_0x484841(0x1f4)]['NODE_10_CIRC_REF_MESSAGE']),_0x41bda4[_0x484841(0x1a1)][_0x484841(0x160)]('Lightrun\x20Debugger\x20is\x20attached\x20to\x20'+((_0x1a1611=process[_0x484841(0x16a)])===null||_0x1a1611===void 0x0?void 0x0:_0x1a1611[_0x484841(0x1f5)])),_0x41bda4[_0x484841(0x1a1)][_0x484841(0x10d)]('Working\x20directory:\x20'+_0x533cec),_0x41bda4[_0x484841(0x1a1)][_0x484841(0x10d)](_0x484841(0x15c)),__classPrivateFieldSet(_0x41bda4,_Debuglet_running,!![],'f'),_0x41bda4[_0x484841(0x104)]=(0x0,createDebuggee_1[_0x484841(0x1dc)])(_0x2063ba,_0x41bda4[_0x484841(0x182)],_0x453194,__classPrivateFieldGet(_0x41bda4,_Debuglet_debug,'f')[_0x484841(0x1e8)],_0x4a9587,_0x41bda4[_0x484841(0x1a1)],__classPrivateFieldGet(_0x41bda4,_Debuglet_debuggeEnvironmentProperties,'f'),undefined),__classPrivateFieldGet(_0x41bda4,_Debuglet_instances,'m',_Debuglet_registerSignals)['call'](_0x41bda4),__classPrivateFieldGet(_0x41bda4,_Debuglet_instances,'m',_Debuglet_register_)[_0x484841(0x184)](_0x41bda4),_0x41bda4[_0x484841(0x1d8)]('started');}['isReady'](){const _0x53c535=a17_0x1446e2;if(Date[_0x53c535(0x183)]()<__classPrivateFieldGet(this,_Debuglet_breakpointFetchedTimestamp,'f')+PROMISE_RESOLVE_CUT_OFF_IN_MILLISECONDS)return Promise[_0x53c535(0x179)]();else{if(__classPrivateFieldGet(this,_Debuglet_breakpointFetched,'f'))return __classPrivateFieldGet(this,_Debuglet_breakpointFetched,'f')[_0x53c535(0x1ad)]();return __classPrivateFieldSet(this,_Debuglet_breakpointFetched,new CachedPromise(),'f'),__classPrivateFieldGet(this,_Debuglet_debuggeeRegistered,'f')['get']()[_0x53c535(0x12c)](()=>{const _0x323f53=_0x53c535;__classPrivateFieldGet(this,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)[_0x323f53(0x184)](this,0x0,!![]);}),__classPrivateFieldGet(this,_Debuglet_breakpointFetched,'f')[_0x53c535(0x1ad)]();}}static async[a17_0x1446e2(0x103)](){const _0x7ea92e=a17_0x1446e2,_0x1d41d9=await readFilep(_0x7ea92e(0x1d1),_0x7ea92e(0x1de));try{return JSON[_0x7ea92e(0x1c7)](_0x1d41d9);}catch(_0x3f28e7){throw new Error(_0x7ea92e(0x101)+_0x3f28e7);}}[a17_0x1446e2(0x148)](){return __classPrivateFieldGet(this,_Debuglet_running,'f');}['stop'](){const _0x4bb7a6=a17_0x1446e2;var _0xc39f8b;if(!__classPrivateFieldGet(this,_Debuglet_running,'f')){this[_0x4bb7a6(0x1a1)]['debug']('Noting\x20to\x20stop,\x20agent\x20is\x20not\x20running');return;}this[_0x4bb7a6(0x1a1)]['debug'](_0x4bb7a6(0x1db)),__classPrivateFieldGet(this,_Debuglet_nextEnableTimeout,'f')&&(clearTimeout(__classPrivateFieldGet(this,_Debuglet_nextEnableTimeout,'f')),__classPrivateFieldSet(this,_Debuglet_nextEnableTimeout,null,'f')),(_0xc39f8b=__classPrivateFieldGet(this,_Debuglet_controller,'f'))===null||_0xc39f8b===void 0x0?void 0x0:_0xc39f8b[_0x4bb7a6(0x13d)](),__classPrivateFieldSet(this,_Debuglet_running,![],'f'),this['emit'](_0x4bb7a6(0x167));}}exports[a17_0x1446e2(0x135)]=Debuglet,(_a=Debuglet,_Debuglet_debug=new WeakMap(),_Debuglet_v8debug=new WeakMap(),_Debuglet_running=new WeakMap(),_Debuglet_controller=new WeakMap(),_Debuglet_completedBreakpointMap=new WeakMap(),_Debuglet_breakpointFetchedTimestamp=new WeakMap(),_Debuglet_breakpointFetched=new WeakMap(),_Debuglet_debuggeeRegistered=new WeakMap(),_Debuglet_nextEnableTimeout=new WeakMap(),_Debuglet_debuggeEnvironmentProperties=new WeakMap(),_Debuglet_scanner=new WeakMap(),_Debuglet_quotaManager=new WeakMap(),_Debuglet_blocklistManager=new WeakMap(),_Debuglet_redactionManager=new WeakMap(),_Debuglet_configProvider=new WeakMap(),_Debuglet_instances=new WeakSet(),_Debuglet_buildRegExp=function _Debuglet_buildRegExp(_0x22b08b){const _0x3543da=a17_0x1446e2;return new RegExp(_0x22b08b['map'](_0x438b3c=>_0x438b3c+'$')[_0x3543da(0x115)]('|'));},_Debuglet_registerSignals=function _Debuglet_registerSignals(){const _0x223fd=a17_0x1446e2,_0x3959ab=[_0x223fd(0x169),_0x223fd(0x162),_0x223fd(0x15d)];_0x3959ab['forEach'](_0x3d8c20=>{const _0x197ef8=_0x223fd;process[_0x197ef8(0x1ae)](_0x3d8c20,()=>{const _0x4c30b0=_0x197ef8;__classPrivateFieldGet(this,_Debuglet_controller,'f')[_0x4c30b0(0x144)](this[_0x4c30b0(0x104)],()=>{const _0xe652c=_0x4c30b0;process[_0xe652c(0x173)](process[_0xe652c(0x150)],_0x3d8c20);});});}),process['once'](_0x223fd(0x113),()=>{const _0x312ffa=_0x223fd;__classPrivateFieldGet(this,_Debuglet_controller,'f')['deregister'](this[_0x312ffa(0x104)],()=>{});});},_Debuglet_runningOnGCP=function _Debuglet_runningOnGCP(){return metadata['isAvailable']();},_Debuglet_getClusterNameFromMetadata=async function _Debuglet_getClusterNameFromMetadata(){const _0x22bbea=a17_0x1446e2;return(await metadata['instance'](_0x22bbea(0x1e0)))['data'];},_Debuglet_register_=function _Debuglet_register_(){const _0x534973=a17_0x1446e2;__classPrivateFieldGet(this,_Debuglet_instances,'m',_Debuglet_scheduleRegistration_)[_0x534973(0x184)](this,0x0);},_Debuglet_scheduleRegistration_=function _Debuglet_scheduleRegistration_(_0x3ec04d){const _0x5f0b29=a17_0x1446e2,_0xdcb192=this;_0xdcb192['logger'][_0x5f0b29(0x10d)](_0x3ec04d?'Scheduling\x20registration\x20in\x20'+_0x3ec04d+'s':_0x5f0b29(0x13c));function _0x42e940(_0x4a9fcd,_0x145f7d){const _0x2b1d77=_0x5f0b29;var _0x344662,_0x25e2ac;const _0x11a139=((_0x344662=_0xdcb192[_0x2b1d77(0x104)])===null||_0x344662===void 0x0?void 0x0:_0x344662['id'])?_0x2b1d77(0x11c)+((_0x25e2ac=_0xdcb192[_0x2b1d77(0x104)])===null||_0x25e2ac===void 0x0?void 0x0:_0x25e2ac['id'])+':\x20'+_0x4a9fcd:_0x2b1d77(0x16c)+_0x4a9fcd;_0xdcb192[_0x2b1d77(0x1a1)][_0x2b1d77(0x12f)](_0x11a139),_0x145f7d&&_0xdcb192[_0x2b1d77(0x1a1)][_0x2b1d77(0x12f)](_0x2b1d77(0x1a5),_0x145f7d),__classPrivateFieldGet(_0xdcb192,_Debuglet_instances,'m',_Debuglet_scheduleRegistration_)[_0x2b1d77(0x184)](_0xdcb192,(0x0,utils_1[_0x2b1d77(0x119)])(_0x3ec04d,_0xdcb192[_0x2b1d77(0x182)]['internal'][_0x2b1d77(0x1ef)]));}setTimeout(()=>{const _0x3709f1=_0x5f0b29;if(!__classPrivateFieldGet(_0xdcb192,_Debuglet_running,'f')){_0x42e940(new Error(_0x3709f1(0x166)));return;}__classPrivateFieldGet(_0xdcb192,_Debuglet_controller,'f')[_0x3709f1(0x19a)](_0xdcb192[_0x3709f1(0x104)],(_0x11a754,_0x580182)=>{const _0x4e91cc=_0x3709f1;if(_0x11a754){_0x42e940(_0x11a754,_0x580182);return;}if(_0x580182['debuggee'][_0x4e91cc(0x17e)]){_0x42e940(new Error(_0x4e91cc(0xfe))),_0xdcb192['emit'](_0x4e91cc(0x132));return;}const _0x15dc95=_0x580182[_0x4e91cc(0x104)]['id'];_0xdcb192[_0x4e91cc(0x1a1)]['info'](_0x4e91cc(0x1ba)+_0x15dc95),_0xdcb192[_0x4e91cc(0x104)]['id']=_0x15dc95;const _0x3009a0=[__classPrivateFieldGet(_0xdcb192,_Debuglet_instances,'m',_Debuglet_getBlocklist)['bind'](_0xdcb192)(_0xdcb192[_0x4e91cc(0x104)]['id'])];_0xdcb192[_0x4e91cc(0x182)]['redactionEnabled']&&_0x3009a0[_0x4e91cc(0x1df)](__classPrivateFieldGet(_0xdcb192,_Debuglet_instances,'m',_Debuglet_getRedactions)[_0x4e91cc(0x1e4)](_0xdcb192)(_0xdcb192[_0x4e91cc(0x104)]['id'])),Promise[_0x4e91cc(0x1b7)](_0x3009a0)[_0x4e91cc(0x12c)](()=>{const _0x46d03b=_0x4e91cc;var _0x4fd383;_0xdcb192[_0x46d03b(0x1d8)](_0x46d03b(0xfb),_0x15dc95),__classPrivateFieldGet(_0xdcb192,_Debuglet_debuggeeRegistered,'f')[_0x46d03b(0x179)](),(_0x4fd383=__classPrivateFieldGet(_0xdcb192,_Debuglet_v8debug,'f'))===null||_0x4fd383===void 0x0?void 0x0:_0x4fd383[_0x46d03b(0x14d)](__classPrivateFieldGet(_0xdcb192,_Debuglet_blocklistManager,'f')),!_0xdcb192[_0x46d03b(0x102)]&&__classPrivateFieldGet(_0xdcb192,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)['call'](_0xdcb192,0x0,this[_0x46d03b(0x182)]['fetchBreakpointsOnce']);},_0x299d3a=>{_0x42e940(_0x299d3a);});});},_0x3ec04d*0x3e8)['unref']();},_Debuglet_scheduleBreakpointFetch_=function _Debuglet_scheduleBreakpointFetch_(_0x137fd6,_0x552531){const _0xb11be4=a17_0x1446e2,_0x3f6876=this;!_0x552531&&(_0x3f6876[_0xb11be4(0x102)]=!![]),setTimeout(()=>{const _0x311e68=_0xb11be4;if(!__classPrivateFieldGet(_0x3f6876,_Debuglet_running,'f'))return;!_0x552531&&assert(_0x3f6876[_0x311e68(0x102)]),_0x3f6876[_0x311e68(0x1a1)][_0x311e68(0x160)](_0x311e68(0x1dd)),__classPrivateFieldGet(_0x3f6876,_Debuglet_controller,'f')['listBreakpoints'](_0x3f6876[_0x311e68(0x104)],(_0x3c4a5a,_0x4dc2ba,_0xd986fa)=>{const _0x561f22=_0x311e68;if((_0x4dc2ba===null||_0x4dc2ba===void 0x0?void 0x0:_0x4dc2ba[_0x561f22(0x153)])===0x194){_0x3f6876[_0x561f22(0x1a1)][_0x561f22(0x160)]('Debuggee\x20is\x20not\x20registered'),_0x3f6876[_0x561f22(0x102)]=![],__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_updatePromise)[_0x561f22(0x184)](_0x3f6876),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_register_)[_0x561f22(0x184)](_0x3f6876);return;}if(_0x3c4a5a){const _0x2384e0=(0x0,utils_1[_0x561f22(0x119)])(_0x137fd6,_0x3f6876[_0x561f22(0x182)]['internal'][_0x561f22(0x1ef)]);_0x3f6876[_0x561f22(0x1a1)]['error'](_0x561f22(0x100)+(_0x4dc2ba===null||_0x4dc2ba===void 0x0?void 0x0:_0x4dc2ba['status'])+_0x561f22(0x16d)+_0x3c4a5a[_0x561f22(0x1bc)]+'.\x20Retrying\x20in\x20'+_0x2384e0+'s'),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)[_0x561f22(0x184)](_0x3f6876,_0x2384e0,_0x552531);return;}_0x3f6876[_0x561f22(0x1a1)][_0x561f22(0x160)]('\x09'+_0x4dc2ba['status']+_0x561f22(0x15a));if(!_0xd986fa){const _0x28ddfc=_0x3f6876['config'][_0x561f22(0x1c0)];_0x3f6876[_0x561f22(0x1a1)]['error']('\x09Invalid\x20list\x20response:\x20empty\x20body.\x20Retrying\x20in\x20'+_0x28ddfc+'s'),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)['call'](_0x3f6876,_0x28ddfc,_0x552531);return;}if(_0xd986fa[_0x561f22(0x1a0)]){_0x3f6876['logger'][_0x561f22(0x160)](_0x561f22(0x149)),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)[_0x561f22(0x184)](_0x3f6876,0x0,_0x552531);return;}if(_0xd986fa[_0x561f22(0x10f)]&&_0xd986fa[_0x561f22(0x10f)]!=='NOT_SET'){const _0x4a719c=this['pipingManager']['globalPipingStatus'];_0x4a719c!==_0xd986fa[_0x561f22(0x10f)]&&(this[_0x561f22(0x1a1)][_0x561f22(0x10d)](_0x561f22(0x1b8)+_0x4a719c+'\x20to\x20'+_0xd986fa[_0x561f22(0x10f)]),this[_0x561f22(0x1cb)][_0x561f22(0xff)]=_0xd986fa[_0x561f22(0x10f)]);}if(_0xd986fa[_0x561f22(0x1e6)]&&_0xd986fa['collectLogRequestId']!==_0x3f6876[_0x561f22(0x172)]){_0x3f6876[_0x561f22(0x172)]=_0xd986fa[_0x561f22(0x172)];const _0x32f4d8=_0x3f6876[_0x561f22(0x182)][_0x561f22(0x155)][_0x561f22(0x138)]&&path[_0x561f22(0x115)](_0x3f6876['config'][_0x561f22(0x155)][_0x561f22(0x138)],agent_logger_1['default'][_0x561f22(0x158)]);_0x32f4d8&&fs[_0x561f22(0x15e)](_0x32f4d8)?setTimeout(()=>__classPrivateFieldGet(_0x3f6876,_Debuglet_controller,'f')['sendAgentLogsToServer'](_0x3f6876[_0x561f22(0x104)],_0xd986fa[_0x561f22(0x172)],_0x32f4d8)):_0x3f6876[_0x561f22(0x1a1)][_0x561f22(0x160)](_0x561f22(0x114)+_0xd986fa[_0x561f22(0x172)]+_0x561f22(0x189)+_0x561f22(0x1a9));}const _0x7f39d6=(_0xd986fa['breakpoints']||[])[_0x561f22(0x11d)](_0x3d6c6a=>new stackdriver_1[(_0x561f22(0x1a3))](_0x3d6c6a))[_0x561f22(0x19f)](_0x2090e7=>{const _0x2d171c=_0x561f22,_0xd6ba63=_0x2090e7[_0x2d171c(0x163)]||_0x2d171c(0x1f2);if(__classPrivateFieldGet(_0x3f6876,_Debuglet_completedBreakpointMap,'f')[_0x2090e7['id']])return![];if(_0xd6ba63!==_0x2d171c(0x1f2)&&_0xd6ba63!==_0x2d171c(0x196))return _0x3f6876[_0x2d171c(0x1a1)]['warn'](_0x2d171c(0x1d2),_0xd6ba63),_0x2090e7[_0x2d171c(0x153)]=new status_message_1[(_0x2d171c(0x1d0))](status_message_1['StatusMessage']['UNSPECIFIED'],utils_1['errors'][_0x2d171c(0x120)],!![]),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_rejectBreakpoint_)['call'](_0x3f6876,_0x2090e7),![];return!![];});__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_expireOldBreakpoints)['call'](_0x3f6876),__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_updateActiveBreakpoints_)[_0x561f22(0x184)](_0x3f6876,_0x7f39d6),_0x3f6876['emit'](_0x561f22(0x170),_0x7f39d6[_0x561f22(0x13b)]);Object[_0x561f22(0x1bf)](_0x3f6876['activeBreakpointMap'])['length']&&_0x3f6876[_0x561f22(0x1a1)]['info'](formatBreakpoints(_0x561f22(0x164),_0x3f6876['activeBreakpointMap']));__classPrivateFieldSet(_0x3f6876,_Debuglet_breakpointFetchedTimestamp,Date[_0x561f22(0x183)](),'f');_0x552531?__classPrivateFieldGet(_0x3f6876,_Debuglet_breakpointFetched,'f')&&(__classPrivateFieldGet(_0x3f6876,_Debuglet_breakpointFetched,'f')[_0x561f22(0x179)](),__classPrivateFieldSet(_0x3f6876,_Debuglet_breakpointFetched,null,'f')):__classPrivateFieldGet(_0x3f6876,_Debuglet_instances,'m',_Debuglet_scheduleBreakpointFetch_)['call'](_0x3f6876,0x0,_0x552531);return;});},_0x137fd6*0x3e8)[_0xb11be4(0x127)]();},_Debuglet_updatePromise=function _Debuglet_updatePromise(){const _0x1ba5c3=a17_0x1446e2;__classPrivateFieldSet(this,_Debuglet_debuggeeRegistered,new CachedPromise(),'f'),__classPrivateFieldGet(this,_Debuglet_breakpointFetched,'f')&&(__classPrivateFieldGet(this,_Debuglet_breakpointFetched,'f')[_0x1ba5c3(0x179)](),__classPrivateFieldSet(this,_Debuglet_breakpointFetched,null,'f'));},_Debuglet_updateActiveBreakpoints_=function _Debuglet_updateActiveBreakpoints_(_0x7481a5){const _0x8e89be=a17_0x1446e2,_0x4b11f9=this,_0x263038=__classPrivateFieldGet(this,_Debuglet_instances,'m',_Debuglet_convertBreakpointListToMap_)['call'](this,_0x7481a5);_0x7481a5[_0x8e89be(0x13b)]&&_0x4b11f9[_0x8e89be(0x1a1)]['info'](formatBreakpoints('Server\x20breakpoints:\x0a',_0x263038)),_0x7481a5[_0x8e89be(0x10b)](_0x1abe48=>{const _0x2d6bd6=_0x8e89be;!__classPrivateFieldGet(_0x4b11f9,_Debuglet_completedBreakpointMap,'f')[_0x1abe48['id']]&&!_0x4b11f9[_0x2d6bd6(0x137)][_0x1abe48['id']]&&(__classPrivateFieldGet(_0x4b11f9,_Debuglet_instances,'m',_Debuglet_addBreakpoint_)[_0x2d6bd6(0x184)](_0x4b11f9,_0x1abe48,_0x14bd03=>{const _0x253e66=_0x2d6bd6;_0x14bd03&&__classPrivateFieldGet(_0x4b11f9,_Debuglet_instances,'m',_Debuglet_updateBreakpoint_)[_0x253e66(0x184)](_0x4b11f9,_0x1abe48,!![],![]);}),__classPrivateFieldGet(this,_Debuglet_quotaManager,'f')[_0x2d6bd6(0x10a)](_0x1abe48['id'])),__classPrivateFieldGet(_0x4b11f9,_Debuglet_quotaManager,'f')[_0x2d6bd6(0x1f8)](_0x1abe48['id'],_0x1abe48[_0x2d6bd6(0x146)]),_0x4b11f9['pipingManager'][_0x2d6bd6(0x1f3)](_0x1abe48['id'],_0x1abe48[_0x2d6bd6(0x199)]);}),(0x0,mapSubtract_1['mapSubtract'])(__classPrivateFieldGet(this,_Debuglet_completedBreakpointMap,'f'),_0x263038)['forEach'](_0x11ac51=>{delete __classPrivateFieldGet(_0x4b11f9,_Debuglet_completedBreakpointMap,'f')[_0x11ac51['id']];}),(0x0,mapSubtract_1['mapSubtract'])(this[_0x8e89be(0x137)],_0x263038)[_0x8e89be(0x10b)](_0x7d3fc9=>{const _0x7ee374=_0x8e89be;__classPrivateFieldGet(this,_Debuglet_instances,'m',_Debuglet_removeBreakpoint_)[_0x7ee374(0x184)](this,_0x7d3fc9,!![]);});},_Debuglet_convertBreakpointListToMap_=function _Debuglet_convertBreakpointListToMap_(_0x2775d5){const _0xb59f6d=a17_0x1446e2,_0x33a2a2={};return _0x2775d5[_0xb59f6d(0x10b)](_0x150c5c=>{_0x33a2a2[_0x150c5c['id']]=_0x150c5c;}),_0x33a2a2;},_Debuglet_removeBreakpoint_=function _Debuglet_removeBreakpoint_(_0x48d09e,_0x19d2eb){const _0x2b6204=a17_0x1446e2;this[_0x2b6204(0x1a1)]['info']('\x09remove\x20breakpoint',_0x48d09e),__classPrivateFieldGet(this,_Debuglet_quotaManager,'f')[_0x2b6204(0x18d)](_0x48d09e['id']),this[_0x2b6204(0x1cb)]['removeBreakpoint'](_0x48d09e['id']),delete this[_0x2b6204(0x137)][_0x48d09e['id']],_0x19d2eb&&__classPrivateFieldGet(this,_Debuglet_v8debug,'f')&&__classPrivateFieldGet(this,_Debuglet_v8debug,'f')[_0x2b6204(0x118)](_0x48d09e,_0x1b1e63=>{const _0x37f1bf=_0x2b6204;if(_0x1b1e63)this[_0x37f1bf(0x1a1)][_0x37f1bf(0x12f)](_0x1b1e63);});},_Debuglet_addBreakpoint_=function _Debuglet_addBreakpoint_(_0x468f3c,_0x3088c4){const _0x188d87=a17_0x1446e2;var _0x24cd04;const _0x42e91f=this;_0x42e91f[_0x188d87(0x1a1)][_0x188d87(0x160)](_0x188d87(0x187),_0x468f3c);if(!_0x42e91f['config'][_0x188d87(0x17b)]&&(_0x468f3c[_0x188d87(0x1d9)]||_0x468f3c[_0x188d87(0x121)])){_0x42e91f[_0x188d87(0x1a1)][_0x188d87(0x12f)](utils_1[_0x188d87(0x1f4)][_0x188d87(0x156)]['description']||''),_0x468f3c[_0x188d87(0x153)]=new status_message_1[(_0x188d87(0x1d0))](status_message_1[_0x188d87(0x1d0)]['UNSPECIFIED'],utils_1['errors'][_0x188d87(0x156)],!![]),setImmediate(()=>{const _0xf7db31=_0x188d87;_0x3088c4(utils_1[_0xf7db31(0x1f4)][_0xf7db31(0x156)]);});return;}if((0x0,utils_1[_0x188d87(0x133)])(process[_0x188d87(0x168)],_0x188d87(0x1c1))){const _0x3ccb2b=utils_1[_0x188d87(0x1f4)][_0x188d87(0x147)];_0x42e91f[_0x188d87(0x1a1)]['error'](_0x3ccb2b),_0x468f3c[_0x188d87(0x153)]=new status_message_1['StatusMessage'](status_message_1[_0x188d87(0x1d0)][_0x188d87(0x161)],_0x3ccb2b,!![]),setImmediate(()=>{_0x3088c4(_0x3ccb2b);});return;}const _0x1dc1ed=_0x468f3c[_0x188d87(0x151)]?Number(_0x468f3c[_0x188d87(0x151)]['seconds']):Date['now']()/0x3e8,_0x172b07=_0x468f3c[_0x188d87(0x19d)]||_0x42e91f['config'][_0x188d87(0x197)];_0x468f3c[_0x188d87(0x143)]=_0x1dc1ed+_0x172b07,((_0x24cd04=_0x468f3c[_0x188d87(0x10c)])===null||_0x24cd04===void 0x0?void 0x0:_0x24cd04[_0x188d87(0x1a7)])&&(_0x468f3c[_0x188d87(0x10c)][_0x188d87(0x1a7)]=path[_0x188d87(0x1cf)](_0x468f3c[_0x188d87(0x10c)][_0x188d87(0x1a7)]),path[_0x188d87(0x198)]===path[_0x188d87(0x1be)][_0x188d87(0x198)]&&(_0x468f3c['location'][_0x188d87(0x1a7)]=_0x468f3c[_0x188d87(0x10c)][_0x188d87(0x1a7)][_0x188d87(0x18c)]('\x5c')['join'](path[_0x188d87(0x198)]))),__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f')[_0x188d87(0x181)](_0x468f3c,_0x4b569d=>{const _0x3ef623=_0x188d87;if(_0x4b569d){_0x3088c4(_0x4b569d);return;}_0x42e91f[_0x3ef623(0x1a1)]['info'](_0x3ef623(0x1f0),_0x468f3c),_0x42e91f[_0x3ef623(0x137)][_0x468f3c['id']]=_0x468f3c,_0x468f3c['action']===_0x3ef623(0x196)?__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f')[_0x3ef623(0x14a)](_0x468f3c,(_0x39f8f1,_0x399609)=>{const _0x107ae8=_0x3ef623;var _0x3b9219,_0x56eed1,_0x1bfa4c;const _0x54bfac=(0x0,format_1[_0x107ae8(0x1ce)])(_0x39f8f1,_0x399609),_0x587cae=_0x107ae8(0x192)+(((_0x3b9219=__classPrivateFieldGet(_0x42e91f,_Debuglet_redactionManager,'f'))===null||_0x3b9219===void 0x0?void 0x0:_0x3b9219['redactData'](_0x54bfac))||_0x54bfac),_0x34e6ba=__classPrivateFieldGet(this,_Debuglet_quotaManager,'f')[_0x107ae8(0x117)](_0x587cae,_0x468f3c['id']);if(_0x34e6ba){const _0xb9aa3f=_0x34e6ba[_0x107ae8(0x1bc)],_0x32565b=_0x34e6ba[_0x107ae8(0x1c6)];_0x42e91f['pipingManager'][_0x107ae8(0x12d)](_0x42e91f[_0x107ae8(0x104)],_0x468f3c['id'],_0xb9aa3f,_0x468f3c['logLevel']);if(_0x32565b)(_0x56eed1=__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f'))===null||_0x56eed1===void 0x0?void 0x0:_0x56eed1[_0x107ae8(0x154)](),__classPrivateFieldGet(this,_Debuglet_nextEnableTimeout,'f')&&clearTimeout(__classPrivateFieldGet(this,_Debuglet_nextEnableTimeout,'f')),__classPrivateFieldSet(this,_Debuglet_nextEnableTimeout,setTimeout(()=>{const _0x1afd2f=_0x107ae8;var _0x4ef0de;(_0x4ef0de=__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f'))===null||_0x4ef0de===void 0x0?void 0x0:_0x4ef0de[_0x1afd2f(0x1a4)](),__classPrivateFieldSet(_0x42e91f,_Debuglet_nextEnableTimeout,null,'f');},_0x42e91f[_0x107ae8(0x182)][_0x107ae8(0x141)][_0x107ae8(0x1c2)]*0x3e8),'f');else(_0xb9aa3f===null||_0xb9aa3f===void 0x0?void 0x0:_0xb9aa3f[_0x107ae8(0x13b)])===0x0&&((_0x1bfa4c=__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f'))===null||_0x1bfa4c===void 0x0?void 0x0:_0x1bfa4c[_0x107ae8(0x154)]());}},()=>{return __classPrivateFieldGet(_0x42e91f,_Debuglet_completedBreakpointMap,'f')[_0x468f3c['id']];},_0x8a2e21=>{if(_0x8a2e21){_0x42e91f['logger']['error'](_0x8a2e21),_0x3088c4(_0x8a2e21);return;}}):__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f')[_0x3ef623(0x1e1)](_0x468f3c,_0x5dd594=>{const _0x5ba3be=_0x3ef623;if(_0x5dd594){setImmediate(()=>{const _0x1804ad=a17_0x499a;_0x42e91f[_0x1804ad(0x1a1)][_0x1804ad(0x12f)](_0x5dd594),_0x3088c4(_0x5dd594);});return;}_0x42e91f[_0x5ba3be(0x1a1)][_0x5ba3be(0x160)](_0x5ba3be(0x1cd),_0x468f3c),__classPrivateFieldGet(_0x42e91f,_Debuglet_instances,'m',_Debuglet_updateBreakpoint_)[_0x5ba3be(0x184)](_0x42e91f,_0x468f3c,__classPrivateFieldGet(_0x42e91f,_Debuglet_v8debug,'f')['remainingHits'](_0x468f3c['id'])<=0x0);}),__classPrivateFieldGet(_0x42e91f,_Debuglet_instances,'m',_Debuglet_reportBreakpointAccepted_)['call'](_0x42e91f,_0x468f3c);}),this[_0x188d87(0x1d8)](_0x188d87(0x186));},_Debuglet_updateBreakpoint_=function _Debuglet_updateBreakpoint_(_0x55a536,_0x2a5664,_0x1ac04a=!![]){const _0x397c43=a17_0x1446e2;var _0x44a4d7,_0x43316f,_0x56ce9f,_0x39fc1e,_0x1fac3a,_0x4cd1f0;const _0x2a2295=this;if(_0x55a536[_0x397c43(0x153)]&&_0x55a536[_0x397c43(0x153)][_0x397c43(0x106)]){let _0x5c314d=((_0x43316f=(_0x44a4d7=_0x55a536[_0x397c43(0x153)])===null||_0x44a4d7===void 0x0?void 0x0:_0x44a4d7['description'])===null||_0x43316f===void 0x0?void 0x0:_0x43316f['format'])||'';((_0x39fc1e=(_0x56ce9f=_0x55a536[_0x397c43(0x153)])===null||_0x56ce9f===void 0x0?void 0x0:_0x56ce9f[_0x397c43(0x15b)])===null||_0x39fc1e===void 0x0?void 0x0:_0x39fc1e[_0x397c43(0x105)])&&(_0x5c314d+=':\x20'+((_0x4cd1f0=(_0x1fac3a=_0x55a536[_0x397c43(0x153)])===null||_0x1fac3a===void 0x0?void 0x0:_0x1fac3a[_0x397c43(0x15b)])===null||_0x4cd1f0===void 0x0?void 0x0:_0x4cd1f0['parameters'][_0x397c43(0x18f)]())),_0x2a2295[_0x397c43(0x1a1)][_0x397c43(0x1c3)](_0x397c43(0x1e3)+_0x55a536+_0x397c43(0x195)+_0x5c314d);}else _0x2a2295[_0x397c43(0x1a1)][_0x397c43(0x160)](_0x397c43(0x15f),_0x55a536);_0x2a5664&&(__classPrivateFieldGet(_0x2a2295,_Debuglet_completedBreakpointMap,'f')[_0x55a536['id']]=!![],__classPrivateFieldGet(_0x2a2295,_Debuglet_instances,'m',_Debuglet_removeBreakpoint_)[_0x397c43(0x184)](_0x2a2295,_0x55a536,_0x1ac04a)),__classPrivateFieldGet(_0x2a2295,_Debuglet_controller,'f')[_0x397c43(0x130)](_0x2a2295[_0x397c43(0x104)],extend(!![],{},_0x55a536));},_Debuglet_reportBreakpointAccepted_=function _Debuglet_reportBreakpointAccepted_(_0x349b17){const _0x551607=a17_0x1446e2,_0x3964b8=this;_0x3964b8[_0x551607(0x1a1)][_0x551607(0x10d)](_0x551607(0x1da)+_0x349b17+_0x551607(0x165));const _0x1fc625=extend(!![],{},_0x349b17);_0x1fc625[_0x551607(0x1ac)]=![],_0x1fc625[_0x551607(0x153)]=new status_message_1[(_0x551607(0x1d0))](status_message_1['StatusMessage'][_0x551607(0x161)],undefined,![],!![]),__classPrivateFieldGet(_0x3964b8,_Debuglet_controller,'f')[_0x551607(0x130)](_0x3964b8[_0x551607(0x104)],_0x1fc625);},_Debuglet_rejectBreakpoint_=function _Debuglet_rejectBreakpoint_(_0x2b7323){const _0x1c6562=a17_0x1446e2,_0x2f9b0e=this;this['logger'][_0x1c6562(0x160)](_0x1c6562(0x110),_0x2b7323),__classPrivateFieldGet(_0x2f9b0e,_Debuglet_completedBreakpointMap,'f')[_0x2b7323['id']]=!![],__classPrivateFieldGet(_0x2f9b0e,_Debuglet_controller,'f')[_0x1c6562(0x130)](_0x2f9b0e[_0x1c6562(0x104)],_0x2b7323);},_Debuglet_expireOldBreakpoints=function _Debuglet_expireOldBreakpoints(){const _0x47bd96=a17_0x1446e2,_0x87aa5=this,_0x1f0ef8=Date[_0x47bd96(0x183)]()/0x3e8;Object[_0x47bd96(0x188)](this[_0x47bd96(0x137)])['filter'](_0x18855d=>_0x18855d['expirationTime']?_0x18855d[_0x47bd96(0x143)]<_0x1f0ef8:![])[_0x47bd96(0x10b)](_0x33bc9b=>{const _0x376e52=_0x47bd96;_0x87aa5['logger']['info'](_0x376e52(0x18e),_0x33bc9b),__classPrivateFieldGet(_0x87aa5,_Debuglet_completedBreakpointMap,'f')[_0x33bc9b['id']]=!![],__classPrivateFieldGet(_0x87aa5,_Debuglet_instances,'m',_Debuglet_removeBreakpoint_)[_0x376e52(0x184)](_0x87aa5,_0x33bc9b,!![]);});},_Debuglet_getBlocklist=async function _Debuglet_getBlocklist(_0x39ec88){const _0xf8c32f=a17_0x1446e2,_0x4ff20d=await __classPrivateFieldGet(this,_Debuglet_controller,'f')[_0xf8c32f(0x1d5)](_0x39ec88),_0x5b0453=_0x4ff20d['blacklist'],_0x5c3edb=_0x4ff20d['blacklist_exception'];_0x5b0453&&_0x5b0453[_0xf8c32f(0x13b)]&&this['logger']['debug'](_0xf8c32f(0x1fc),_0x5b0453[_0xf8c32f(0x115)]('\x0a\x09')),_0x5c3edb&&_0x5c3edb[_0xf8c32f(0x13b)]&&this[_0xf8c32f(0x1a1)]['debug']('Blacklist\x20Exceptions:\x20\x0a\x09',_0x5c3edb['join']('\x0a\x09')),__classPrivateFieldSet(this,_Debuglet_blocklistManager,new patterns_blocklist_manager_1[(_0xf8c32f(0x1af))](_0x5b0453,_0x5c3edb,this[_0xf8c32f(0x182)]),'f');},_Debuglet_getRedactions=async function _Debuglet_getRedactions(_0x1fa2ce){const _0xec78e8=a17_0x1446e2;var _0x442c74;const _0x3bb780=await __classPrivateFieldGet(this,_Debuglet_controller,'f')['getRedactions'](_0x1fa2ce);(_0x3bb780===null||_0x3bb780===void 0x0?void 0x0:_0x3bb780['length'])&&this[_0xec78e8(0x1a1)][_0xec78e8(0x10d)](_0xec78e8(0x13f),_0x3bb780[_0xec78e8(0x11d)](_0x4b8e15=>_0xec78e8(0x116)+_0x4b8e15[_0xec78e8(0x180)]+_0xec78e8(0x16f)+_0x4b8e15[_0xec78e8(0x1a8)]+_0xec78e8(0x1bd)+_0x4b8e15[_0xec78e8(0x17f)]+_0xec78e8(0x112)+_0x4b8e15[_0xec78e8(0x12b)])[_0xec78e8(0x115)]('\x0a\x09'));if((0x0,utils_1[_0xec78e8(0x133)])(process[_0xec78e8(0x168)],'>=12')){const {RedactionManagerRE2JS:_0x3324db}=await Promise[_0xec78e8(0x179)]()[_0xec78e8(0x12c)](()=>require(_0xec78e8(0x126)));__classPrivateFieldSet(this,_Debuglet_redactionManager,new _0x3324db(),'f'),(_0x442c74=__classPrivateFieldGet(this,_Debuglet_redactionManager,'f'))===null||_0x442c74===void 0x0?void 0x0:_0x442c74[_0xec78e8(0x17d)](_0x3bb780);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';
|
|
1
|
+
'use strict';function a18_0x1584(_0x403e5f,_0xa104fa){const _0x6e5da4=a18_0x1f83();return a18_0x1584=function(_0x51d722,_0x973902){_0x51d722=_0x51d722-0xe2;let _0x1f83ff=_0x6e5da4[_0x51d722];return _0x1f83ff;},a18_0x1584(_0x403e5f,_0xa104fa);}function a18_0x1f83(){const _0x121dd2=['Linux','trim','constructor','host','1261017Vwtjfx','readFileSync','linux','Failed\x20to\x20open\x20and\x20parse\x20/etc/os-release','MacOS','x64','8peCjVk','getProps','assert','apply','windows','arm64','1071235TPOcYJ','mac','11136130wsZELu','arm','runtimeEnvironmentVersion','_cachedOsRelease','linuxDistroName','Windows','108867tQNYLN','/.dockerenv','get','Node.js\x20','\x20on\x20','18KcwPeh','pid','match','_logger','cpuCoreCount','procArch','KUBERNETES_SERVICE_HOST','2556184VkQxdb','cpus','platform','forEach','osVersion','(((.+)+)+)+$','arch','agentOS','runtimeEnvironmentInfo','replace','node','2deCyHH','_osRelease','length','931519wIltsb','error','release','EnvironmentMetadata','x32','toString','isInDocker','3785663bcfRRU','search','isInK8s','warn'];a18_0x1f83=function(){return _0x121dd2;};return a18_0x1f83();}const a18_0x2596b9=a18_0x1584;(function(_0x3e739d,_0x513640){const _0x39420c=a18_0x1584,_0x5b524b=_0x3e739d();while(!![]){try{const _0x1ab121=parseInt(_0x39420c(0xed))/0x1*(parseInt(_0x39420c(0xea))/0x2)+parseInt(_0x39420c(0x110))/0x3+parseInt(_0x39420c(0x11c))/0x4+-parseInt(_0x39420c(0x108))/0x5*(parseInt(_0x39420c(0x115))/0x6)+parseInt(_0x39420c(0xf4))/0x7*(parseInt(_0x39420c(0x102))/0x8)+parseInt(_0x39420c(0xfc))/0x9+-parseInt(_0x39420c(0x10a))/0xa;if(_0x1ab121===_0x513640)break;else _0x5b524b['push'](_0x5b524b['shift']());}catch(_0x5e92c3){_0x5b524b['push'](_0x5b524b['shift']());}}}(a18_0x1f83,0x81bde));Object['defineProperty'](exports,'__esModule',{'value':!![]}),exports[a18_0x2596b9(0xf0)]=void 0x0;const os_1=require('os'),fs_1=require('fs'),assert=require(a18_0x2596b9(0x104));var OS;(function(_0x4b03be){const _0x1c195=a18_0x2596b9,_0x599e58=(function(){let _0x22a0a3=!![];return function(_0x9735b2,_0x28b646){const _0xdb273a=_0x22a0a3?function(){const _0x38e4fb=a18_0x1584;if(_0x28b646){const _0x53d5d2=_0x28b646[_0x38e4fb(0x105)](_0x9735b2,arguments);return _0x28b646=null,_0x53d5d2;}}:function(){};return _0x22a0a3=![],_0xdb273a;};}()),_0x426918=_0x599e58(this,function(){const _0x50bb34=a18_0x1584;return _0x426918['toString']()[_0x50bb34(0xf5)](_0x50bb34(0xe4))[_0x50bb34(0xf2)]()[_0x50bb34(0xfa)](_0x426918)[_0x50bb34(0xf5)]('(((.+)+)+)+$');});_0x426918(),_0x4b03be[_0x1c195(0xf8)]=_0x1c195(0xfe),_0x4b03be[_0x1c195(0x10f)]=_0x1c195(0x106),_0x4b03be[_0x1c195(0x100)]=_0x1c195(0x109);}(OS||(OS={})));var ProcArch;(function(_0x59d738){const _0x34a4ce=a18_0x2596b9;_0x59d738[_0x34a4ce(0x101)]='x64',_0x59d738[_0x34a4ce(0xf1)]=_0x34a4ce(0xf1),_0x59d738[_0x34a4ce(0x10b)]='arm',_0x59d738['arm64']=_0x34a4ce(0x107);}(ProcArch||(ProcArch={})));const PlatformToOsMap={'linux':OS[a18_0x2596b9(0xf8)],'win32':OS[a18_0x2596b9(0x10f)],'darwin':OS[a18_0x2596b9(0x100)]},ArchToProcArchMap={'x32':ProcArch[a18_0x2596b9(0xf1)],'x64':ProcArch[a18_0x2596b9(0x101)],'arm':ProcArch['arm'],'arm64':ProcArch['arm64']};class EnvironmentMetadata{constructor(_0xba4271){assert(_0xba4271!==null),this['_logger']=_0xba4271;}get[a18_0x2596b9(0x10c)](){const _0x427516=a18_0x2596b9;try{const _0x564aef=process['versions'][_0x427516(0xe9)][_0x427516(0x117)](/(\d+\.\d+)\..*/);if(_0x564aef)return _0x564aef[0x1];}catch(_0x58ff5e){this[_0x427516(0x118)]['error'](_0x58ff5e);}return;}get['runtimeEnvironmentInfo'](){const _0x129455=a18_0x2596b9;return _0x129455(0x113)+process['version']+_0x129455(0x114)+(0x0,os_1['platform'])()+'\x20'+(0x0,os_1[_0x129455(0xef)])();}get[a18_0x2596b9(0x116)](){const _0x286c58=a18_0x2596b9;return process[_0x286c58(0x116)][_0x286c58(0xf2)]();}get[a18_0x2596b9(0x11a)](){const _0x98808f=a18_0x2596b9;return ArchToProcArchMap[process[_0x98808f(0xe5)]]||process[_0x98808f(0xe5)];}get['cpuCoreCount'](){const _0x124764=a18_0x2596b9;return(0x0,os_1[_0x124764(0x11d)])()[_0x124764(0xec)];}get['systemTotalMemoryBytes'](){return(0x0,os_1['totalmem'])();}get[a18_0x2596b9(0xfb)](){return(0x0,os_1['hostname'])();}get['agentOS'](){const _0x3388e5=a18_0x2596b9;return PlatformToOsMap[(0x0,os_1[_0x3388e5(0x11e)])()]||(0x0,os_1[_0x3388e5(0x11e)])();}get[a18_0x2596b9(0xe3)](){const _0x46d66d=a18_0x2596b9;try{if(this[_0x46d66d(0xe6)]===OS[_0x46d66d(0xf8)])return this[_0x46d66d(0xeb)][_0x46d66d(0x112)]('VERSION_ID')||(0x0,os_1[_0x46d66d(0xef)])();return(0x0,os_1['release'])();}catch(_0x3df237){this['_logger'][_0x46d66d(0xee)](_0x3df237);}return;}get['linuxDistroName'](){const _0x84093a=a18_0x2596b9;return this[_0x84093a(0xe6)]===OS[_0x84093a(0xf8)]&&this[_0x84093a(0xeb)]['get']('ID')||'';}get[a18_0x2596b9(0xf3)](){const _0x1ba0e3=a18_0x2596b9;return this['agentOS']===OS[_0x1ba0e3(0xf8)]?(0x0,fs_1['existsSync'])(_0x1ba0e3(0x111)):![];}get[a18_0x2596b9(0xf6)](){const _0x43b0e8=a18_0x2596b9;return!!process['env'][_0x43b0e8(0x11b)];}get[a18_0x2596b9(0xeb)](){const _0x3e4975=a18_0x2596b9;if(!this[_0x3e4975(0x10d)]){this[_0x3e4975(0x10d)]=new Map();try{if(this[_0x3e4975(0xe6)]===OS['Linux']){const _0x32f96e=(0x0,fs_1[_0x3e4975(0xfd)])('/etc/os-release','utf-8');_0x32f96e['split'](/\r?\n/)[_0x3e4975(0xe2)](_0x56d81b=>{const _0x4160cb=_0x3e4975;var _0x4e1302;const [_0x1b1d2c,_0x2d71ed]=_0x56d81b[_0x4160cb(0xf9)]()['split']('=');(_0x4e1302=this[_0x4160cb(0x10d)])===null||_0x4e1302===void 0x0?void 0x0:_0x4e1302['set'](_0x1b1d2c,(_0x2d71ed===null||_0x2d71ed===void 0x0?void 0x0:_0x2d71ed[_0x4160cb(0xe8)](/^"|"$/g,''))||'');});}}catch(_0x451921){this[_0x3e4975(0x118)][_0x3e4975(0xf7)](_0x3e4975(0xff),_0x451921);}}return this[_0x3e4975(0x10d)];}[a18_0x2596b9(0x103)](){const _0x50974b=a18_0x2596b9;return{'runtimeEnvironmentVersion':this[_0x50974b(0x10c)],'runtimeEnvironmentInfo':this[_0x50974b(0xe7)],'pid':this[_0x50974b(0x116)],'cpuCoreCount':this[_0x50974b(0x119)],'systemTotalMemoryBytes':this['systemTotalMemoryBytes'],'host':this['host'],'agentOS':this[_0x50974b(0xe6)],'osVersion':this[_0x50974b(0xe3)],'linuxDistroName':this[_0x50974b(0x10e)]||undefined,'isInDocker':this[_0x50974b(0xf3)],'isInK8s':this[_0x50974b(0xf6)],'procArch':this[_0x50974b(0x11a)]};}}exports[a18_0x2596b9(0xf0)]=EnvironmentMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a19_0xcf11(_0x259aab,_0xe8ee73){const _0x4ff8b5=a19_0x3ca3();return a19_0xcf11=function(_0x11609b,_0x181472){_0x11609b=_0x11609b-0x122;let _0x3ca38b=_0x4ff8b5[_0x11609b];return _0x3ca38b;},a19_0xcf11(_0x259aab,_0xe8ee73);}const a19_0x4e22a1=a19_0xcf11;(function(_0x2544d3,_0x482784){const _0x4924b7=a19_0xcf11,_0x95d7c9=_0x2544d3();while(!![]){try{const _0xd11dc4=parseInt(_0x4924b7(0x12d))/0x1*(parseInt(_0x4924b7(0x144))/0x2)+-parseInt(_0x4924b7(0x138))/0x3+-parseInt(_0x4924b7(0x13d))/0x4*(parseInt(_0x4924b7(0x126))/0x5)+parseInt(_0x4924b7(0x12c))/0x6+-parseInt(_0x4924b7(0x122))/0x7+parseInt(_0x4924b7(0x123))/0x8+parseInt(_0x4924b7(0x132))/0x9;if(_0xd11dc4===_0x482784)break;else _0x95d7c9['push'](_0x95d7c9['shift']());}catch(_0x118c65){_0x95d7c9['push'](_0x95d7c9['shift']());}}}(a19_0x3ca3,0x35104));const a19_0x181472=(function(){let _0x131265=!![];return function(_0x4ad856,_0x53c7dc){const _0x1be22f=_0x131265?function(){const _0x320432=a19_0xcf11;if(_0x53c7dc){const _0x15056b=_0x53c7dc[_0x320432(0x146)](_0x4ad856,arguments);return _0x53c7dc=null,_0x15056b;}}:function(){};return _0x131265=![],_0x1be22f;};}()),a19_0x11609b=a19_0x181472(this,function(){const _0x249ef7=a19_0xcf11;return a19_0x11609b[_0x249ef7(0x140)]()['search'](_0x249ef7(0x137))[_0x249ef7(0x140)]()[_0x249ef7(0x125)](a19_0x11609b)['search'](_0x249ef7(0x137));});a19_0x11609b();'use strict';Object[a19_0x4e22a1(0x13b)](exports,'__esModule',{'value':!![]}),exports[a19_0x4e22a1(0x141)]=void 0x0;const path=require(a19_0x4e22a1(0x136));function a19_0x3ca3(){const _0x52d1ca=['FileIndex','get','substring','25720ZIArrC','length','apply','716716BruKfK','717880YLAWMM','fileStats','constructor','20eOMzTF','_fileStats','push','fromFileStats','search','has','307320DQKCHd','14EusxDz','fromFileList','fileIndex','stripStartingSep','min','2876238WOhffN','buildIndex','map','keys','path','(((.+)+)+)+$','763395uMJymH','set','generateSubPaths','defineProperty','size','66376JSNtcS','indexOf','sep','toString'];a19_0x3ca3=function(){return _0x52d1ca;};return a19_0x3ca3();}class FileIndex{constructor(_0x5d5153){const _0x7528cd=a19_0x4e22a1;this[_0x7528cd(0x127)]=_0x5d5153,this[_0x7528cd(0x12f)]=new Map();}static[a19_0x4e22a1(0x129)](_0xd66c7a){const _0x428c1c=a19_0x4e22a1,_0x10d938=new FileIndex(_0xd66c7a);return _0x10d938[_0x428c1c(0x133)](Object[_0x428c1c(0x135)](_0xd66c7a)||[]),_0x10d938;}static[a19_0x4e22a1(0x12e)](_0x494f78){const _0x26fc7e=a19_0x4e22a1,_0x2299cf=new FileIndex(undefined);return _0x2299cf[_0x26fc7e(0x133)](_0x494f78||[]),_0x2299cf;}get[a19_0x4e22a1(0x124)](){const _0x1f8118=a19_0x4e22a1;return this[_0x1f8118(0x127)]||{};}['findShortestFuzzyMatches'](_0x5df612){const _0x41f2d0=a19_0x4e22a1,_0x3f23e1=this[_0x41f2d0(0x12a)](_0x5df612);if(!_0x3f23e1||_0x3f23e1[_0x41f2d0(0x13c)]===0x0)return[];const _0x5c5147=[..._0x3f23e1][_0x41f2d0(0x134)](_0x15430f=>_0x15430f[_0x41f2d0(0x145)]),_0x51f0de=Math[_0x41f2d0(0x131)](..._0x5c5147),_0x414b95=[..._0x3f23e1]['filter'](_0x946e76=>_0x946e76['length']===_0x51f0de);return _0x414b95;}[a19_0x4e22a1(0x133)](_0x276b43){const _0x308174=a19_0x4e22a1;for(const _0xac380d of _0x276b43){for(const _0xfff41b of this[_0x308174(0x13a)](_0xac380d)){let _0x419bd0=this[_0x308174(0x12f)][_0x308174(0x142)](_0xfff41b);_0x419bd0===undefined&&(_0x419bd0=new Set(),this[_0x308174(0x12f)][_0x308174(0x139)](_0xfff41b,_0x419bd0)),_0x419bd0['add'](_0xac380d);}}}[a19_0x4e22a1(0x13a)](_0x4d08f5){const _0x3ad69b=a19_0x4e22a1;_0x4d08f5=this[_0x3ad69b(0x130)](_0x4d08f5);const _0x2b534c=[_0x4d08f5];while(_0x4d08f5[_0x3ad69b(0x13e)](path[_0x3ad69b(0x13f)])>=0x0){_0x4d08f5=_0x4d08f5[_0x3ad69b(0x143)](_0x4d08f5['indexOf'](path[_0x3ad69b(0x13f)])+path[_0x3ad69b(0x13f)][_0x3ad69b(0x145)],_0x4d08f5[_0x3ad69b(0x145)]),_0x2b534c[_0x3ad69b(0x128)](_0x4d08f5);}return _0x2b534c;}[a19_0x4e22a1(0x12a)](_0x24a087){const _0x5636e2=a19_0x4e22a1;if(!_0x24a087)return undefined;_0x24a087=this[_0x5636e2(0x130)](_0x24a087);for(const _0x124ff8 of this[_0x5636e2(0x13a)](_0x24a087)){if(this[_0x5636e2(0x12f)][_0x5636e2(0x12b)](_0x124ff8))return this['fileIndex'][_0x5636e2(0x142)](_0x124ff8);}return undefined;}[a19_0x4e22a1(0x130)](_0x46997f){if(_0x46997f&&(_0x46997f[0x0]==='/'||_0x46997f[0x0]==='\x5c'))return _0x46997f['substr'](0x1);return _0x46997f;}}exports[a19_0x4e22a1(0x141)]=FileIndex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a20_0x5e5cb9=a20_0x4e74;(function(_0x15ce9d,_0x5c5628){const _0x5144ed=a20_0x4e74,_0xb5a378=_0x15ce9d();while(!![]){try{const _0x516d51=parseInt(_0x5144ed(0xea))/0x1+parseInt(_0x5144ed(0xd6))/0x2+-parseInt(_0x5144ed(0xd9))/0x3+-parseInt(_0x5144ed(0xe5))/0x4*(-parseInt(_0x5144ed(0xec))/0x5)+-parseInt(_0x5144ed(0xd7))/0x6+-parseInt(_0x5144ed(0xe1))/0x7+parseInt(_0x5144ed(0xda))/0x8*(parseInt(_0x5144ed(0xd4))/0x9);if(_0x516d51===_0x5c5628)break;else _0xb5a378['push'](_0xb5a378['shift']());}catch(_0x467957){_0xb5a378['push'](_0xb5a378['shift']());}}}(a20_0x1523,0xd06fb));const a20_0x56c4dd=(function(){let _0x5773c2=!![];return function(_0x12cf07,_0x1d94dc){const _0x313c38=_0x5773c2?function(){if(_0x1d94dc){const _0x334375=_0x1d94dc['apply'](_0x12cf07,arguments);return _0x1d94dc=null,_0x334375;}}:function(){};return _0x5773c2=![],_0x313c38;};}()),a20_0x346dd6=a20_0x56c4dd(this,function(){const _0x59dc37=a20_0x4e74;return a20_0x346dd6[_0x59dc37(0xdb)]()['search'](_0x59dc37(0xe6))[_0x59dc37(0xdb)]()[_0x59dc37(0xe4)](a20_0x346dd6)[_0x59dc37(0xdd)](_0x59dc37(0xe6));});a20_0x346dd6();'use strict';function a20_0x1523(){const _0x19ea08=['defineProperty','search','errorMap','sep','normalize','11241734zzWwwc','hash','replace','constructor','4437620jtompd','(((.+)+)+)+$','stats','map','ScanResultsImpl','483470abBFLE','test','5zvPLGa','all','errors','464337oDIWTf','selectFiles','1541738uoehkr','2170002hGNeKC','__esModule','3889566SsWMuE','272hwANOe','toString'];a20_0x1523=function(){return _0x19ea08;};return a20_0x1523();}Object[a20_0x5e5cb9(0xdc)](exports,a20_0x5e5cb9(0xd8),{'value':!![]}),exports[a20_0x5e5cb9(0xe9)]=void 0x0;const path=require('path');class ScanResultsImpl{constructor(_0x197c81,_0x189edb,_0x5e36c7){const _0x5b2569=a20_0x5e5cb9;this[_0x5b2569(0xe7)]=_0x197c81,this[_0x5b2569(0xde)]=_0x189edb,this[_0x5b2569(0xe2)]=_0x5e36c7;}[a20_0x5e5cb9(0xd3)](){const _0x10fcad=a20_0x5e5cb9;return this[_0x10fcad(0xde)];}[a20_0x5e5cb9(0xed)](){const _0x3e2f8e=a20_0x5e5cb9;return this[_0x3e2f8e(0xe7)];}['selectStats'](_0x350869){const _0x44a3e6=a20_0x5e5cb9,_0x798449={};return Object['keys'](this[_0x44a3e6(0xe7)])['forEach'](_0x20c2ba=>{const _0x2a63db=_0x44a3e6;_0x350869['test'](_0x20c2ba)&&(_0x798449[_0x20c2ba]=this[_0x2a63db(0xe7)][_0x20c2ba]);}),_0x798449;}[a20_0x5e5cb9(0xd5)](_0xe064b6,_0x8aba5f){const _0x53a1e9=a20_0x5e5cb9;return _0x8aba5f=path[_0x53a1e9(0xe0)](_0x8aba5f+path[_0x53a1e9(0xdf)]),Object['keys'](this['stats'])['filter'](_0x540422=>{const _0x210433=_0x53a1e9;return _0x540422&&_0xe064b6[_0x210433(0xeb)](_0x540422);})[_0x53a1e9(0xe8)](_0x407e1a=>{const _0x41f784=_0x53a1e9;return path['normalize'](_0x407e1a)[_0x41f784(0xe3)](_0x8aba5f,'');});}}function a20_0x4e74(_0x28a0ba,_0xca9fb6){const _0x1a120a=a20_0x1523();return a20_0x4e74=function(_0x346dd6,_0x56c4dd){_0x346dd6=_0x346dd6-0xd3;let _0x1523b5=_0x1a120a[_0x346dd6];return _0x1523b5;},a20_0x4e74(_0x28a0ba,_0xca9fb6);}exports[a20_0x5e5cb9(0xe9)]=ScanResultsImpl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a21_0x1f6cb9=a21_0x2b1d;(function(_0x3abd3e,_0x59e6d7){const _0x41d257=a21_0x2b1d,_0x4c4eb9=_0x3abd3e();while(!![]){try{const _0x2f9e79=parseInt(_0x41d257(0xcd))/0x1*(parseInt(_0x41d257(0xdd))/0x2)+parseInt(_0x41d257(0xed))/0x3+-parseInt(_0x41d257(0xe0))/0x4+parseInt(_0x41d257(0xeb))/0x5*(-parseInt(_0x41d257(0xe1))/0x6)+-parseInt(_0x41d257(0xd7))/0x7*(parseInt(_0x41d257(0xe5))/0x8)+parseInt(_0x41d257(0xe9))/0x9+parseInt(_0x41d257(0xe8))/0xa*(-parseInt(_0x41d257(0xd2))/0xb);if(_0x2f9e79===_0x59e6d7)break;else _0x4c4eb9['push'](_0x4c4eb9['shift']());}catch(_0x5d50b1){_0x4c4eb9['push'](_0x4c4eb9['shift']());}}}(a21_0x4ed5,0x967c6));const a21_0x4049d9=(function(){let _0x3f0e34=!![];return function(_0x4086f0,_0x9c438){const _0xed35ad=_0x3f0e34?function(){if(_0x9c438){const _0xa755bb=_0x9c438['apply'](_0x4086f0,arguments);return _0x9c438=null,_0xa755bb;}}:function(){};return _0x3f0e34=![],_0xed35ad;};}()),a21_0x5372c3=a21_0x4049d9(this,function(){const _0x20d09c=a21_0x2b1d;return a21_0x5372c3[_0x20d09c(0xf3)]()['search'](_0x20d09c(0xf1))[_0x20d09c(0xf3)]()['constructor'](a21_0x5372c3)['search'](_0x20d09c(0xf1));});function a21_0x4ed5(){const _0x827d88=['findFiles','.git','Specified\x20extraPaths\x20does\x20not\x20exist!','can\x27t\x20access\x20path:\x20[','sha1','warn','Indexing\x20files\x20in\x20','],\x20due\x20to\x20lack\x20of\x20read\x20permissions','scan','sort','add','startsWith','addFilesFromDir','pipe','logger','join','info','./scan-results','constants','error','findit2','7nWCgYp','push','from','digest','computeStats','770bbsSWO','defineProperty','length','SHA1-','update','84uHullx','Scanner','crypto','test','resolve','accessSync','96550dbYuzE','createReadStream','hasReadAccess','773532WiGlxK','506334FvQAbv','directory','end','createHash','568648rtdrYV','split','__esModule','34270iDsHlL','7186635REHCGb','EMPTY-no-js-files','5UtzvmD','node_modules','2551752RgsVoj','open','path','ScanResultsImpl','(((.+)+)+)+$','hex','toString'];a21_0x4ed5=function(){return _0x827d88;};return a21_0x4ed5();}a21_0x5372c3();'use strict';Object[a21_0x1f6cb9(0xd3)](exports,a21_0x1f6cb9(0xe7),{'value':!![]}),exports['Scanner']=void 0x0;const crypto=require(a21_0x1f6cb9(0xd9)),fs=require('fs'),path=require(a21_0x1f6cb9(0xef)),scan_results_1=require(a21_0x1f6cb9(0xc9));class Scanner{constructor(_0x757ea7){const _0xfab0fa=a21_0x1f6cb9;this[_0xfab0fa(0x102)]=_0x757ea7;}async[a21_0x1f6cb9(0xfc)](_0x81a3bf,_0x3cf785,_0x5d045f,_0x4a7f6f){const _0xed9c05=a21_0x1f6cb9,_0x594deb=await this[_0xed9c05(0xf4)](_0x81a3bf,_0x3cf785,_0x4a7f6f);return this[_0xed9c05(0xd1)](_0x594deb,_0x5d045f);}[a21_0x1f6cb9(0xd1)](_0x316eeb,_0x5d2d39){return new Promise(async _0x142a40=>{const _0x215b68=a21_0x2b1d;if(_0x316eeb[_0x215b68(0xd4)]===0x0){_0x142a40(new scan_results_1['ScanResultsImpl']({},new Map(),_0x215b68(0xea)));return;}const _0x2ced34=[],_0x2cec45={},_0x5a3a2c=new Map();for(const _0x220ea3 of _0x316eeb){try{const _0x37462b=await this['statsForFile'](_0x220ea3,!_0x5d2d39);!_0x5d2d39&&_0x2ced34[_0x215b68(0xce)](_0x37462b['hash']),_0x2cec45[_0x220ea3]=_0x37462b;}catch(_0x5daa47){_0x5a3a2c['set'](_0x220ea3,_0x5daa47);}}let _0x499e40;if(!_0x5d2d39){const _0x119bf1=_0x2ced34[_0x215b68(0xfd)]()[_0x215b68(0xc7)](),_0x36ff4d=crypto[_0x215b68(0xe4)]('sha1')[_0x215b68(0xd6)](_0x119bf1)[_0x215b68(0xd0)]('hex');_0x499e40=_0x215b68(0xd5)+_0x36ff4d;}else _0x499e40=_0x5d2d39;_0x142a40(new scan_results_1[(_0x215b68(0xf0))](_0x2cec45,_0x5a3a2c,_0x499e40));});}async[a21_0x1f6cb9(0xf4)](_0x3a0654,_0x1abb2d,_0x13515b){const _0x266004=a21_0x1f6cb9,_0x55f867=new Set();await this[_0x266004(0x100)](_0x55f867,_0x3a0654,_0x1abb2d);for(const _0x251f85 of _0x13515b!==null&&_0x13515b!==void 0x0?_0x13515b:[]){if(_0x251f85){const _0x1f1406=path[_0x266004(0xdb)](_0x251f85);try{await this['addFilesFromDir'](_0x55f867,_0x1f1406,_0x1abb2d);}catch(_0x55b508){this[_0x266004(0x102)]['error'](_0x266004(0xf6),_0x55b508);continue;}}}return Array[_0x266004(0xcf)](_0x55f867);}static[a21_0x1f6cb9(0xdf)](_0x3b0d46){const _0xb26f69=a21_0x1f6cb9;try{return fs[_0xb26f69(0xdc)](_0x3b0d46,fs[_0xb26f69(0xca)]['R_OK']),!![];}catch(_0x55cd74){return![];}}async['addFilesFromDir'](_0x5e4775,_0x2fcf1b,_0x314254){return new Promise((_0x45295f,_0x17b43c)=>{const _0x139d88=a21_0x2b1d;let _0x29aaaa;if(!_0x2fcf1b){_0x17b43c(new Error('addFilesFromDir\x20requires\x20a\x20searchDir\x20argument'));return;}this[_0x139d88(0x102)][_0x139d88(0xc8)](_0x139d88(0xfa)+path['resolve'](_0x2fcf1b));const _0x29eb73=findit(_0x2fcf1b);_0x29eb73['on']('error',_0x3c4115=>{_0x29aaaa=_0x3c4115;return;}),_0x29eb73['on'](_0x139d88(0xe2),(_0x803888,_0x16019f,_0x55f7a0)=>{const _0x25c162=_0x139d88,_0x50ff6e=path['basename'](_0x803888);!Scanner[_0x25c162(0xdf)](_0x803888)&&(this[_0x25c162(0x102)][_0x25c162(0xf9)](_0x25c162(0xf7)+path['resolve'](_0x803888)+_0x25c162(0xfb)),_0x55f7a0()),(_0x50ff6e===_0x25c162(0xf5)||_0x50ff6e===_0x25c162(0xec))&&(!path[_0x25c162(0xdb)](_0x2fcf1b)[_0x25c162(0xff)](path[_0x25c162(0xdb)](_0x803888))&&_0x55f7a0());}),_0x29eb73['on']('file',_0x27c4bb=>{const _0x44a11d=_0x139d88;_0x314254[_0x44a11d(0xda)](_0x27c4bb)&&_0x5e4775[_0x44a11d(0xfe)](_0x27c4bb);}),_0x29eb73['on'](_0x139d88(0xe3),()=>{_0x29aaaa?_0x17b43c(_0x29aaaa):_0x45295f();});});}async['statsForFile'](_0x3f571a,_0x3b68b9){return new Promise((_0x423633,_0x3cca0f)=>{const _0x1e7013=a21_0x2b1d,_0x4e0142=fs[_0x1e7013(0xde)](_0x3f571a);_0x4e0142['on'](_0x1e7013(0xcb),_0x3c17d5=>{_0x3cca0f(_0x3c17d5);}),_0x4e0142['on'](_0x1e7013(0xee),()=>{const _0x2e3d1b=_0x1e7013;let _0x4e99cd;_0x3b68b9&&(_0x4e99cd=crypto[_0x2e3d1b(0xe4)](_0x2e3d1b(0xf8)));let _0x608b38=0x0,_0x57bb15;const _0x134816=_0x4e0142[_0x2e3d1b(0x101)](split());_0x134816['on'](_0x2e3d1b(0xcb),_0x468e9e=>{_0x57bb15=_0x468e9e;}),_0x134816['on']('data',_0x49deba=>{const _0x4cddce=_0x2e3d1b;_0x3b68b9&&_0x4e99cd[_0x4cddce(0xd6)](_0x49deba),_0x608b38++;}),_0x134816['on'](_0x2e3d1b(0xe3),()=>{const _0x294fdf=_0x2e3d1b;if(_0x57bb15)_0x3cca0f(_0x57bb15);else{const _0x2af5f4=_0x3b68b9?_0x4e99cd[_0x294fdf(0xd0)](_0x294fdf(0xf2)):undefined;_0x423633({'hash':_0x2af5f4,'lines':_0x608b38});}});});});}}exports[a21_0x1f6cb9(0xd8)]=Scanner;function a21_0x2b1d(_0x61d6e1,_0x967ed){const _0x38ae4f=a21_0x4ed5();return a21_0x2b1d=function(_0x5372c3,_0x4049d9){_0x5372c3=_0x5372c3-0xc7;let _0x4ed5d0=_0x38ae4f[_0x5372c3];return _0x4ed5d0;},a21_0x2b1d(_0x61d6e1,_0x967ed);}const findit=require(a21_0x1f6cb9(0xcc)),split=require(a21_0x1f6cb9(0xe6));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a22_0x19f2a3=a22_0x4de1;(function(_0x29cb65,_0x3a8d8c){const _0x27cc13=a22_0x4de1,_0xfeb34e=_0x29cb65();while(!![]){try{const _0x167b86=parseInt(_0x27cc13(0x121))/0x1*(parseInt(_0x27cc13(0x12e))/0x2)+parseInt(_0x27cc13(0x10c))/0x3+parseInt(_0x27cc13(0x147))/0x4*(parseInt(_0x27cc13(0x138))/0x5)+parseInt(_0x27cc13(0x118))/0x6*(parseInt(_0x27cc13(0x11d))/0x7)+parseInt(_0x27cc13(0x122))/0x8*(-parseInt(_0x27cc13(0x113))/0x9)+-parseInt(_0x27cc13(0x11b))/0xa*(parseInt(_0x27cc13(0x115))/0xb)+parseInt(_0x27cc13(0x11a))/0xc;if(_0x167b86===_0x3a8d8c)break;else _0xfeb34e['push'](_0xfeb34e['shift']());}catch(_0x2ef0b4){_0xfeb34e['push'](_0xfeb34e['shift']());}}}(a22_0x3107,0x1910a));const a22_0x2821d5=(function(){let _0x550753=!![];return function(_0x38edbb,_0x27d2f5){const _0x201f2f=_0x550753?function(){const _0x43ea5e=a22_0x4de1;if(_0x27d2f5){const _0x2a072d=_0x27d2f5[_0x43ea5e(0x112)](_0x38edbb,arguments);return _0x27d2f5=null,_0x2a072d;}}:function(){};return _0x550753=![],_0x201f2f;};}()),a22_0x336f21=a22_0x2821d5(this,function(){const _0x1ebcc4=a22_0x4de1;return a22_0x336f21[_0x1ebcc4(0x146)]()[_0x1ebcc4(0x13f)](_0x1ebcc4(0x111))['toString']()[_0x1ebcc4(0x127)](a22_0x336f21)[_0x1ebcc4(0x13f)](_0x1ebcc4(0x111));});a22_0x336f21();function a22_0x4de1(_0x3643d5,_0x3d40d7){const _0x26ccc0=a22_0x3107();return a22_0x4de1=function(_0x336f21,_0x2821d5){_0x336f21=_0x336f21-0x10c;let _0x3107e3=_0x26ccc0[_0x336f21];return _0x3107e3;},a22_0x4de1(_0x3643d5,_0x3d40d7);}'use strict';Object[a22_0x19f2a3(0x12c)](exports,a22_0x19f2a3(0x125),{'value':!![]}),exports['create']=exports[a22_0x19f2a3(0x149)]=void 0x0;const fs=require('fs'),pLimit=require('p-limit'),path=require(a22_0x19f2a3(0x12d)),util_1=require('util'),sourceMap=require(a22_0x19f2a3(0x13b)),file_index_1=require(a22_0x19f2a3(0x133)),CONCURRENCY=0xa,WEBPACK_PREFIX=a22_0x19f2a3(0x120),readFilep=(0x0,util_1[a22_0x19f2a3(0x11f)])(fs[a22_0x19f2a3(0x144)]),MAP_EXT=a22_0x19f2a3(0x14e);async function processSourcemap(_0x4b4c04,_0x48bc4f){const _0x1ad0e6=a22_0x19f2a3;if(!_0x48bc4f||!_0x48bc4f[_0x1ad0e6(0x13d)](MAP_EXT))throw new Error(_0x1ad0e6(0x10d)+_0x48bc4f+_0x1ad0e6(0x116));_0x48bc4f=path['normalize'](_0x48bc4f);let _0x2ce8b2;try{_0x2ce8b2=await readFilep(_0x48bc4f,_0x1ad0e6(0x123));}catch(_0x3d9607){throw new Error('Could\x20not\x20read\x20sourcemap\x20file\x20'+_0x48bc4f+':\x20'+_0x3d9607);}let _0x18fa13;try{_0x18fa13=new sourceMap[(_0x1ad0e6(0x129))](_0x2ce8b2);}catch(_0x160866){throw new Error(_0x1ad0e6(0x10f)+_0x1ad0e6(0x11c)+_0x48bc4f+':\x20'+_0x160866);}const _0x4c930d=_0x18fa13['file']?_0x18fa13[_0x1ad0e6(0x14d)]:path[_0x1ad0e6(0x135)](_0x48bc4f,_0x1ad0e6(0x14e)),_0x4f918c=path[_0x1ad0e6(0x126)](_0x48bc4f),_0x2195b7=path['normalize'](path[_0x1ad0e6(0x145)](_0x4f918c,_0x4c930d)),_0x5f544c=_0x18fa13[_0x1ad0e6(0x141)]['filter'](_0x124d9f=>!!_0x124d9f)[_0x1ad0e6(0x137)]((_0x2c0818,_0xe91afa)=>_0x2c0818[_0x1ad0e6(0x14c)]-_0xe91afa[_0x1ad0e6(0x14c)]),_0x5374a0=_0x5f544c[_0x1ad0e6(0x11e)](_0x34367a=>{const _0x41676c=_0x1ad0e6;if(_0x34367a[_0x41676c(0x134)]()['startsWith'](WEBPACK_PREFIX))return _0x34367a[_0x41676c(0x130)](WEBPACK_PREFIX[_0x41676c(0x14c)]);return _0x34367a;})[_0x1ad0e6(0x11e)](_0x13d68a=>{const _0x5534b8=_0x1ad0e6;return path[_0x5534b8(0x148)](path[_0x5534b8(0x145)](_0x4f918c,_0x13d68a));});if(_0x5374a0[_0x1ad0e6(0x14c)]===0x0)throw new Error(_0x1ad0e6(0x140)+_0x48bc4f);for(const _0x13045e of _0x5374a0){_0x4b4c04[_0x1ad0e6(0x14a)](path['normalize'](_0x13045e),{'outputFile':_0x2195b7,'mapFile':_0x48bc4f,'mapConsumer':_0x18fa13,'sources':_0x5f544c});}}function a22_0x3107(){const _0x414849=['618qUUbOF','all','2293908kOHrGn','10cQFhIl','sourcemap\x20file\x20','1736lXtqdl','map','promisify','webpack://','1689ZtfhZW','8sDEvNH','utf8','relative','__esModule','dirname','constructor','get','SourceMapConsumer','An\x20error\x20occurred\x20while\x20processing\x20the\x20sourcemap\x20files','FileIndex','defineProperty','path','48kjWGVV','line','substring','infoMap','keys','./file-index','toLowerCase','basename','mapFile','sort','34865QYOVRB','create','findInSources','source-map','fromFileList','endsWith','hasMappingInfo','search','No\x20sources\x20listed\x20in\x20the\x20sourcemap\x20file\x20','sources','has','mapConsumer','readFile','join','toString','60uyaRyD','normalize','SourceMapper','set','getMappingInfo','length','file','.map','213228yLWvQM','The\x20path\x20','findShortestFuzzyMatches','An\x20error\x20occurred\x20while\x20reading\x20the\x20','mappingInfo','(((.+)+)+)+$','apply','1436607DWGLTc','reduce','1876831efZrcy','\x20does\x20not\x20specify\x20a\x20sourcemap\x20file','generatedPositionFor'];a22_0x3107=function(){return _0x414849;};return a22_0x3107();}class SourceMapper{constructor(){this['infoMap']=new Map();}[a22_0x19f2a3(0x14b)](_0x1ae74e){const _0x3fef1f=a22_0x19f2a3;if(this[_0x3fef1f(0x131)][_0x3fef1f(0x142)](path[_0x3fef1f(0x148)](_0x1ae74e)))return{'entry':this['infoMap'][_0x3fef1f(0x128)](_0x1ae74e),'matchedPath':path['normalize'](_0x1ae74e)};const _0x5bb842=file_index_1[_0x3fef1f(0x12b)][_0x3fef1f(0x13c)](Array['from'](this['infoMap'][_0x3fef1f(0x132)]()))[_0x3fef1f(0x10e)](_0x1ae74e);if(_0x5bb842[_0x3fef1f(0x14c)]===0x1)return{'entry':this[_0x3fef1f(0x131)][_0x3fef1f(0x128)](_0x5bb842[0x0]),'matchedPath':_0x5bb842[0x0]};return null;}[a22_0x19f2a3(0x13e)](_0x762c68){const _0x1e842e=a22_0x19f2a3;return this[_0x1e842e(0x14b)](_0x762c68)!==null;}[a22_0x19f2a3(0x110)](_0x25b594,_0x5229e2,_0x463b00){const _0x7e23e8=a22_0x19f2a3;_0x25b594=path['normalize'](_0x25b594);const _0x2c1200=this[_0x7e23e8(0x14b)](_0x25b594);if(!_0x2c1200)return null;const {entry:_0x3b8e15,matchedPath:_0x2c5d53}=_0x2c1200,_0x32776d=path[_0x7e23e8(0x124)](path[_0x7e23e8(0x126)](_0x3b8e15[_0x7e23e8(0x136)]),_0x2c5d53)['replace'](/\\/g,'/');let _0x3893b8=this[_0x7e23e8(0x13a)](_0x3b8e15,_0x32776d);_0x3893b8=_0x3893b8||this[_0x7e23e8(0x13a)](_0x3b8e15,_0x25b594);const _0x5d88a7={'source':_0x3893b8||_0x32776d,'line':_0x5229e2+0x1,'column':_0x463b00},_0x369e9d=_0x3b8e15[_0x7e23e8(0x143)],_0x26fb76=_0x369e9d['allGeneratedPositionsFor'](_0x5d88a7),_0x52737b=_0x26fb76&&_0x26fb76[_0x7e23e8(0x14c)]>0x0?_0x26fb76[_0x7e23e8(0x114)]((_0x3e69c3,_0x3b388b)=>{const _0x5f1af2=_0x7e23e8;return _0x3b388b[_0x5f1af2(0x12f)]<_0x3e69c3[_0x5f1af2(0x12f)]?_0x3b388b:_0x3e69c3;}):_0x369e9d[_0x7e23e8(0x117)](_0x5d88a7);return{'file':_0x3b8e15['outputFile'],'line':_0x52737b[_0x7e23e8(0x12f)]-0x1,'column':_0x52737b['col']};}[a22_0x19f2a3(0x13a)](_0x405561,_0x45002c){const _0x1e07f7=a22_0x19f2a3;for(const _0x1de825 of _0x405561['sources']){if(_0x1de825[_0x1e07f7(0x13d)](_0x45002c))return _0x1de825;}return undefined;}}exports[a22_0x19f2a3(0x149)]=SourceMapper;async function create(_0x42f038){const _0x30fcd0=a22_0x19f2a3,_0x5262c6=pLimit(CONCURRENCY),_0x425810=new SourceMapper(),_0x213ebf=_0x42f038[_0x30fcd0(0x11e)](_0x19b816=>_0x5262c6(()=>processSourcemap(_0x425810[_0x30fcd0(0x131)],_0x19b816)));try{await Promise[_0x30fcd0(0x119)](_0x213ebf);}catch(_0x6adc57){throw new Error(_0x30fcd0(0x12a)+_0x6adc57);}return _0x425810;}exports[a22_0x19f2a3(0x139)]=create;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a23_0x3705e6=a23_0xfabe;(function(_0x147949,_0x231c42){const _0x33efb4=a23_0xfabe,_0x2427b1=_0x147949();while(!![]){try{const _0x582083=parseInt(_0x33efb4(0x17a))/0x1*(-parseInt(_0x33efb4(0x177))/0x2)+parseInt(_0x33efb4(0x188))/0x3+parseInt(_0x33efb4(0x176))/0x4*(-parseInt(_0x33efb4(0x187))/0x5)+-parseInt(_0x33efb4(0x173))/0x6*(parseInt(_0x33efb4(0x189))/0x7)+-parseInt(_0x33efb4(0x170))/0x8+-parseInt(_0x33efb4(0x175))/0x9+parseInt(_0x33efb4(0x17c))/0xa*(parseInt(_0x33efb4(0x17d))/0xb);if(_0x582083===_0x231c42)break;else _0x2427b1['push'](_0x2427b1['shift']());}catch(_0x5e7b33){_0x2427b1['push'](_0x2427b1['shift']());}}}(a23_0x7cae,0x85ca6));const a23_0x55e969=(function(){let _0x33e767=!![];return function(_0x4a2c4a,_0x5e55fb){const _0x264a95=_0x33e767?function(){const _0xda5cc8=a23_0xfabe;if(_0x5e55fb){const _0x3def6d=_0x5e55fb[_0xda5cc8(0x17e)](_0x4a2c4a,arguments);return _0x5e55fb=null,_0x3def6d;}}:function(){};return _0x33e767=![],_0x264a95;};}()),a23_0x20834f=a23_0x55e969(this,function(){const _0x19af07=a23_0xfabe;return a23_0x20834f['toString']()['search']('(((.+)+)+)+$')['toString']()[_0x19af07(0x17f)](a23_0x20834f)[_0x19af07(0x16e)](_0x19af07(0x17b));});a23_0x20834f();'use strict';Object[a23_0x3705e6(0x185)](exports,a23_0x3705e6(0x16c),{'value':!![]}),exports[a23_0x3705e6(0x16d)]=void 0x0;const NANOSECONDS_CONVERSION=0x3b9aca00;function a23_0xfabe(_0x4db46d,_0x38a9b0){const _0x25dfc0=a23_0x7cae();return a23_0xfabe=function(_0x20834f,_0x55e969){_0x20834f=_0x20834f-0x16c;let _0x7cae6b=_0x25dfc0[_0x20834f];return _0x7cae6b;},a23_0xfabe(_0x4db46d,_0x38a9b0);}class LeakyBucket{constructor(_0x4514f7,_0x42ac6d){const _0x18cda5=a23_0x3705e6;this[_0x18cda5(0x186)]=_0x4514f7,this[_0x18cda5(0x174)]=_0x4514f7,this[_0x18cda5(0x16f)]=0x0,this[_0x18cda5(0x182)]=_0x42ac6d,this[_0x18cda5(0x178)]=this['nowInNanoSeconds']();}['nowInNanoSeconds'](){const _0x8cf584=process['hrtime']();return _0x8cf584[0x0]*NANOSECONDS_CONVERSION+_0x8cf584[0x1];}[a23_0x3705e6(0x181)](_0x493553){const _0x3dbe7d=a23_0x3705e6,_0x458547=this[_0x3dbe7d(0x183)]()-this[_0x3dbe7d(0x178)];this[_0x3dbe7d(0x16f)]+=Math[_0x3dbe7d(0x184)](_0x458547*(this[_0x3dbe7d(0x182)]/NANOSECONDS_CONVERSION),this[_0x3dbe7d(0x174)]);const _0xc56055=Math[_0x3dbe7d(0x179)](this[_0x3dbe7d(0x16f)]),_0x677a4e=Math[_0x3dbe7d(0x179)](this[_0x3dbe7d(0x174)]-_0x493553);let _0x5cf1f8=0x0;return _0x677a4e<_0xc56055?(this[_0x3dbe7d(0x16f)]=0x0,_0x5cf1f8=_0x677a4e):(_0x5cf1f8=_0xc56055,this[_0x3dbe7d(0x16f)]-=_0x5cf1f8),this[_0x3dbe7d(0x186)]+=_0x5cf1f8,this['fillTime']=this[_0x3dbe7d(0x183)](),_0x5cf1f8;}[a23_0x3705e6(0x180)](_0x4c60dc){const _0x4596f0=a23_0x3705e6;if(this[_0x4596f0(0x186)]>0x0)return!![];const _0x1af08c=this[_0x4596f0(0x181)](this[_0x4596f0(0x186)]+_0x4c60dc);if(_0x1af08c>0x0)return!![];return this['tokens']+=_0x4c60dc,![];}[a23_0x3705e6(0x171)](_0x307181){const _0x31f604=a23_0x3705e6;this[_0x31f604(0x186)]-=_0x307181,this['tokens']<0x0&&this['refillBucket'](this['tokens']);}[a23_0x3705e6(0x172)](_0x38eb14){const _0x4d32b9=a23_0x3705e6;if(_0x38eb14>this[_0x4d32b9(0x174)])return![];this[_0x4d32b9(0x186)]-=_0x38eb14;if(this[_0x4d32b9(0x186)]>=0x0)return!![];return this[_0x4d32b9(0x180)](_0x38eb14);}}function a23_0x7cae(){const _0x1113d2=['4059576qWnoOK','takeTokens','requestTokens','6316134UglxXI','capacity','7356816xpWlQO','27452gwKyAV','90MTPQaj','fillTime','floor','20437NBAUuy','(((.+)+)+)+$','3932090yrnOLE','88BVFLSX','apply','constructor','requestTokensSlow','refillBucket','fillRate','nowInNanoSeconds','min','defineProperty','tokens','145hgKltu','2695758NqVWcU','7VIkhyV','__esModule','LeakyBucket','search','fractionalTokens'];a23_0x7cae=function(){return _0x1113d2;};return a23_0x7cae();}exports['LeakyBucket']=LeakyBucket;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a24_0x2590(){var _0x5402e6=['actionId','9942hUrzFY','search','5190jXRyVl','1209DqRspY','data','timestamp','6681GQCSDL','apply','4925CZYqxD','__esModule','level','1359bPtJBa','constructor','847fpvuwi','toString','271onDaVC','1340mHVXar','222320DMFtBq','19416NAaBMP','16648kVxHjf','7852467dAhIyi','LogData','order','defineProperty','(((.+)+)+)+$'];a24_0x2590=function(){return _0x5402e6;};return a24_0x2590();}var a24_0x196dbd=a24_0x55d7;(function(_0x2533a1,_0x5797b5){var _0x2520c3=a24_0x55d7,_0x548762=_0x2533a1();while(!![]){try{var _0x41a727=parseInt(_0x2520c3(0xd0))/0x1*(parseInt(_0x2520c3(0xc3))/0x2)+-parseInt(_0x2520c3(0xc7))/0x3*(-parseInt(_0x2520c3(0xd1))/0x4)+parseInt(_0x2520c3(0xc9))/0x5*(-parseInt(_0x2520c3(0xc1))/0x6)+-parseInt(_0x2520c3(0xbb))/0x7+parseInt(_0x2520c3(0xba))/0x8*(parseInt(_0x2520c3(0xcc))/0x9)+-parseInt(_0x2520c3(0xb8))/0xa*(-parseInt(_0x2520c3(0xce))/0xb)+parseInt(_0x2520c3(0xb9))/0xc*(parseInt(_0x2520c3(0xc4))/0xd);if(_0x41a727===_0x5797b5)break;else _0x548762['push'](_0x548762['shift']());}catch(_0x5701d0){_0x548762['push'](_0x548762['shift']());}}}(a24_0x2590,0xd4dfd));var a24_0x33a20d=(function(){var _0x679d5e=!![];return function(_0x49bbfd,_0x4c5200){var _0x271cd6=_0x679d5e?function(){var _0x282903=a24_0x55d7;if(_0x4c5200){var _0x6d236c=_0x4c5200[_0x282903(0xc8)](_0x49bbfd,arguments);return _0x4c5200=null,_0x6d236c;}}:function(){};return _0x679d5e=![],_0x271cd6;};}()),a24_0x114198=a24_0x33a20d(this,function(){var _0x4aae90=a24_0x55d7;return a24_0x114198[_0x4aae90(0xcf)]()[_0x4aae90(0xc2)](_0x4aae90(0xbf))['toString']()[_0x4aae90(0xcd)](a24_0x114198)['search'](_0x4aae90(0xbf));});a24_0x114198();'use strict';Object[a24_0x196dbd(0xbe)](exports,a24_0x196dbd(0xca),{'value':!![]}),exports[a24_0x196dbd(0xbc)]=void 0x0;class LogData{constructor(_0x219531,_0x5dd790,_0x59cbfe,_0x197c8a,_0x2bd2d2){var _0x4721bd=a24_0x196dbd;this[_0x4721bd(0xc5)]=_0x219531,this[_0x4721bd(0xc6)]=_0x5dd790,this[_0x4721bd(0xcb)]=_0x59cbfe,this[_0x4721bd(0xc0)]=_0x197c8a,this[_0x4721bd(0xbd)]=_0x2bd2d2;}}function a24_0x55d7(_0x582f03,_0x351e37){var _0xfa3d1c=a24_0x2590();return a24_0x55d7=function(_0x114198,_0x33a20d){_0x114198=_0x114198-0xb8;var _0x25900b=_0xfa3d1c[_0x114198];return _0x25900b;},a24_0x55d7(_0x582f03,_0x351e37);}exports[a24_0x196dbd(0xbc)]=LogData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a25_0x27e6(){const _0x3cca0d=['67149kNNoUY','push','NOT_SET','pendingAppOnlyActions','63jKQYtj','apply','controller','defineProperty','now','globalPipingStatus','BOTH','breakPointIdToPipingStatus','addLog','8396IpYujY','lastSendLogsTime','INFO','warn','654913qrIyNu','actionsReportedToServer','ERROR','getAndClearAppOnlyFirstBreakpointHits','PipingManager','max','62440gjDswP','8uQvlka','(((.+)+)+)+$','LogData','log','sendBreakpointLogsToServer','PLUGIN_ONLY','forEach','search','splice','toString','constructor','6370560BNkMkc','addAppOnlyFirstBreakpointHitsData','getBreakpointPiping','./log-data','getLogFunction','5xVwKlY','order','logger','length','__esModule','1106250zfqsas','WARN','2120004QIjsei','removeBreakpoint','add','info','addLogData','WARNING','pendingLogs'];a25_0x27e6=function(){return _0x3cca0d;};return a25_0x27e6();}function a25_0x2daf(_0x325cff,_0x11156c){const _0x534f71=a25_0x27e6();return a25_0x2daf=function(_0x573a8e,_0x4a6d01){_0x573a8e=_0x573a8e-0x126;let _0x27e633=_0x534f71[_0x573a8e];return _0x27e633;},a25_0x2daf(_0x325cff,_0x11156c);}const a25_0x50dd5c=a25_0x2daf;(function(_0x4eaa70,_0x5ba0d2){const _0x2dac56=a25_0x2daf,_0x98f860=_0x4eaa70();while(!![]){try{const _0x52596b=-parseInt(_0x2dac56(0x129))/0x1+parseInt(_0x2dac56(0x140))/0x2+parseInt(_0x2dac56(0x12d))/0x3*(parseInt(_0x2dac56(0x136))/0x4)+-parseInt(_0x2dac56(0x151))/0x5*(parseInt(_0x2dac56(0x156))/0x6)+parseInt(_0x2dac56(0x13a))/0x7*(-parseInt(_0x2dac56(0x141))/0x8)+-parseInt(_0x2dac56(0x158))/0x9+parseInt(_0x2dac56(0x14c))/0xa;if(_0x52596b===_0x5ba0d2)break;else _0x98f860['push'](_0x98f860['shift']());}catch(_0x4cfa11){_0x98f860['push'](_0x98f860['shift']());}}}(a25_0x27e6,0x20284));const a25_0x4a6d01=(function(){let _0x371f7b=!![];return function(_0x5ca5ed,_0x38662a){const _0x5b6f12=_0x371f7b?function(){const _0x45372e=a25_0x2daf;if(_0x38662a){const _0x56302d=_0x38662a[_0x45372e(0x12e)](_0x5ca5ed,arguments);return _0x38662a=null,_0x56302d;}}:function(){};return _0x371f7b=![],_0x5b6f12;};}()),a25_0x573a8e=a25_0x4a6d01(this,function(){const _0x44b95b=a25_0x2daf;return a25_0x573a8e[_0x44b95b(0x14a)]()[_0x44b95b(0x148)](_0x44b95b(0x142))['toString']()[_0x44b95b(0x14b)](a25_0x573a8e)[_0x44b95b(0x148)](_0x44b95b(0x142));});a25_0x573a8e();'use strict';Object[a25_0x50dd5c(0x130)](exports,a25_0x50dd5c(0x155),{'value':!![]}),exports[a25_0x50dd5c(0x13e)]=void 0x0;const log_data_1=require(a25_0x50dd5c(0x14f)),assert=require('assert'),SEND_LOGS_COOLDOWN_MS=0xa*0x3e8;class PipingManager{constructor(_0x271766,_0x3bc7f0,_0x151af1){const _0x2a0788=a25_0x50dd5c;this[_0x2a0788(0x128)]=[],this[_0x2a0788(0x137)]=0x0,this[_0x2a0788(0x132)]=_0x271766,this['breakPointIdToPipingStatus']={},this[_0x2a0788(0x152)]=0x0,this[_0x2a0788(0x12f)]=_0x3bc7f0,this['logger']=_0x151af1[_0x2a0788(0x144)][_0x2a0788(0x153)],this['actionsReportedToServer']=new Set(),this[_0x2a0788(0x12c)]=new Set();}[a25_0x50dd5c(0x126)](_0x59f357,_0x689ab1){const _0x4ac7f8=a25_0x50dd5c;if(this['pendingLogs'][_0x4ac7f8(0x12a)](_0x689ab1)>0x1)return;const _0x8f6d9=Math[_0x4ac7f8(0x13f)](0x0,this[_0x4ac7f8(0x137)]+SEND_LOGS_COOLDOWN_MS-Date[_0x4ac7f8(0x131)]());setTimeout(()=>{const _0x3fae7f=_0x4ac7f8,_0x1e393f=this[_0x3fae7f(0x128)][_0x3fae7f(0x149)](0x0);_0x1e393f[_0x3fae7f(0x154)]>0x0&&(this[_0x3fae7f(0x137)]=Date[_0x3fae7f(0x131)](),this[_0x3fae7f(0x12f)][_0x3fae7f(0x145)](_0x59f357,_0x1e393f,_0x5bc78d=>{const _0x1757d8=_0x3fae7f;_0x5bc78d&&_0x1e393f[_0x1757d8(0x147)](_0x4989ae=>this[_0x1757d8(0x126)](_0x59f357,_0x4989ae));}));},_0x8f6d9);}[a25_0x50dd5c(0x14d)](_0x2227b4,_0x357a1f){const _0x4a6d2c=a25_0x50dd5c;this[_0x4a6d2c(0x12c)]['add'](_0x357a1f),setTimeout(()=>{const _0x5d99d6=this['getAndClearAppOnlyFirstBreakpointHits']();_0x5d99d6['length']>0x0&&this['controller']['sendAppOnlyBreakpointHitsToServer'](_0x2227b4,_0x5d99d6,_0x21888d=>{const _0x569e7b=a25_0x2daf;if(_0x21888d)for(const _0x19bcf7 of _0x5d99d6){this[_0x569e7b(0x14d)](_0x2227b4,_0x19bcf7);}});});}[a25_0x50dd5c(0x135)](_0xb27e11,_0x5c84da,_0x1aa0a7,_0x53a53d){const _0x5b595a=a25_0x50dd5c;assert(_0xb27e11['id'],'should\x20have\x20a\x20registered\x20debuggee');const _0x5170d8=new log_data_1[(_0x5b595a(0x143))](_0x1aa0a7,Date[_0x5b595a(0x131)](),_0x53a53d,_0x5c84da,this['order']);this[_0x5b595a(0x126)](_0xb27e11,_0x5170d8),this[_0x5b595a(0x152)]++;}[a25_0x50dd5c(0x150)](_0x365231){const _0x5c8cb8=a25_0x50dd5c;if(_0x365231===_0x5c8cb8(0x13c))return this['logger']['error']['bind'](this[_0x5c8cb8(0x153)]);if(_0x365231===_0x5c8cb8(0x157))return this[_0x5c8cb8(0x153)][_0x5c8cb8(0x139)]['bind'](this[_0x5c8cb8(0x153)]);return this[_0x5c8cb8(0x153)][_0x5c8cb8(0x15b)]['bind'](this[_0x5c8cb8(0x153)]);}['addAndPipeLog'](_0x2da75a,_0xd99e13,_0x328a3a,_0x17f93f){const _0x3132f5=a25_0x50dd5c;_0x17f93f=_0x17f93f||_0x3132f5(0x138);const _0x414e30=this[_0x3132f5(0x14e)](_0xd99e13);if(_0x414e30===_0x3132f5(0x133)||_0x414e30===_0x3132f5(0x146))this[_0x3132f5(0x13b)][_0x3132f5(0x15a)](_0xd99e13),this['addLog'](_0x2da75a,_0xd99e13,_0x328a3a,_0x17f93f);else!this['actionsReportedToServer']['has'](_0xd99e13)&&(this[_0x3132f5(0x13b)][_0x3132f5(0x15a)](_0xd99e13),this['addAppOnlyFirstBreakpointHitsData'](_0x2da75a,_0xd99e13));if(_0x414e30===_0x3132f5(0x133)||_0x414e30==='APP_ONLY'){const _0x31611b=this[_0x3132f5(0x150)](_0x17f93f),_0x2aa697=_0x17f93f===_0x3132f5(0x157)?_0x3132f5(0x127):_0x17f93f;_0x31611b(_0x2aa697+':\x20'+_0x328a3a);}}[a25_0x50dd5c(0x14e)](_0x1e6513){const _0x29aa22=a25_0x50dd5c;let _0x3324d9=this[_0x29aa22(0x134)][_0x1e6513];return(!_0x3324d9||_0x3324d9===_0x29aa22(0x12b))&&(_0x3324d9=this[_0x29aa22(0x132)]),_0x3324d9;}[a25_0x50dd5c(0x13d)](){const _0x4a5f47=a25_0x50dd5c,_0x19a32e=[];for(const _0x4088e7 of this[_0x4a5f47(0x12c)]){_0x19a32e[_0x4a5f47(0x12a)](_0x4088e7);}return this[_0x4a5f47(0x12c)]['clear'](),_0x19a32e;}['setPipingStatus'](_0x3f97a1,_0x7e47cd){this['breakPointIdToPipingStatus'][_0x3f97a1]=_0x7e47cd;}[a25_0x50dd5c(0x159)](_0x2225ed){const _0x38454d=a25_0x50dd5c;this[_0x38454d(0x13b)]['delete'](_0x2225ed);}}exports[a25_0x50dd5c(0x13e)]=PipingManager;
|