{
  "version": 3,
  "sources": ["../../../../src/packages/resolve-dependencies/nextNodeId.ts"],
  "sourcesContent": ["let nodeIdCounter = 0;\n\ntype Brand<K, T> = K & { __brand: T };\n\nexport type NodeId = Brand<string | number, 'nodeId'>;\n\nexport function nextNodeId(): NodeId {\n  return ++nodeIdCounter as NodeId;\n}\n"],
  "mappings": "AAAA,IAAI,gBAAgB;AAMb,SAAS,aAAqB;AACnC,SAAO,EAAE;AACX;",
  "names": []
}
