{"version":3,"sources":["jsdelivr-header.js","/npm/append-hook@1.1.0/index.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,ACNA,aAEA,IAAI,KAAO,QAAQ,gBACf,SAAW,QAAQ,aACnB,QAAU,QAAQ,MAAM,QAExB,IAAM,sBAIV,SAAS,WAAY,GACnB,OAAO,KAAK,CACV,KAAM,SAAe,EAAM,GACzB,IAAI,EAAM,IAAM,EACZ,EAAK,KAET,EAAK,IAAO,EACZ,SAAS,QAAQ,EAAU,IAC7B,GAEJ,CAZA,OAAO,QAAU","file":"/npm/append-hook@1.1.0/index.js","sourceRoot":"","sourcesContent":["/**\n * Minified by jsDelivr using Terser v5.39.0.\n * Original file: /npm/append-hook@1.1.0/index.js\n *\n * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files\n */\n","'use strict'\n\nvar Hook = require('virtual-hook')\nvar nextTick = require('next-tick')\nvar partial = require('ap').partial\n\nvar KEY = '__APPEND_HOOK_KEY__'\n\nmodule.exports = AppendHook\n\nfunction AppendHook (callback) {\n  return Hook({\n    hook: function hook (node, vnodeKey) {\n      var key = KEY + vnodeKey\n      if (node[key]) return\n\n      node[key] = true\n      nextTick(partial(callback, node))\n    }\n  })\n}\n"]}