{
  "version": 3,
  "sources": ["../../../src/debug/flags.ts"],
  "sourcesContent": [
    "type DebugFlags = {\n  isProfiling: boolean;\n  stopEvaluation: boolean;\n  profilingNamespaces: Record<string, boolean>;\n  numEvaluationCalls: number;\n  profiledCall: number;\n  maxEvaluationCalls: number;\n  prevSize: number;\n};\n\nconst PROFILED_CALL = 943;\nconst MAX_EVALUATION_CALLS = PROFILED_CALL + 1;\n\nexport const flags: DebugFlags = {\n  isProfiling: false,\n  stopEvaluation: false,\n  profilingNamespaces: {},\n  numEvaluationCalls: 0,\n  profiledCall: PROFILED_CALL,\n  maxEvaluationCalls: MAX_EVALUATION_CALLS,\n  prevSize: 0,\n};\n"
  ],
  "mappings": ";AAUA,IAAM,gBAAgB;AACtB,IAAM,uBAAuB,gBAAgB;AAEtC,IAAM,QAAoB;AAAA,EAC/B,aAAa;AAAA,EACb,gBAAgB;AAAA,EAChB,qBAAqB,CAAC;AAAA,EACtB,oBAAoB;AAAA,EACpB,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,UAAU;AACZ;",
  "debugId": "5977311AA0A3C64C64756E2164756E21",
  "names": []
}