You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.3 KiB
1 line
1.3 KiB
{"ast":null,"code":"// Default to a dummy \"batch\" implementation that just runs the callback\nfunction defaultNoopBatch(callback) {\n callback();\n}\nlet batch = defaultNoopBatch; // Allow injecting another batching function later\n\nexport const setBatch = newBatch => batch = newBatch; // Supply a getter just to skip dealing with ESM bindings\n\nexport const getBatch = () => batch;","map":{"version":3,"names":["defaultNoopBatch","callback","batch","setBatch","newBatch","getBatch"],"sources":["C:/Users/noanr/OneDrive/Documents/IUT Annee n°2/FavorSiteWebComplet/Favor/Site Web/client/node_modules/react-redux/es/utils/batch.js"],"sourcesContent":["// Default to a dummy \"batch\" implementation that just runs the callback\nfunction defaultNoopBatch(callback) {\n callback();\n}\n\nlet batch = defaultNoopBatch; // Allow injecting another batching function later\n\nexport const setBatch = newBatch => batch = newBatch; // Supply a getter just to skip dealing with ESM bindings\n\nexport const getBatch = () => batch;"],"mappings":"AAAA;AACA,SAASA,gBAAgB,CAACC,QAAQ,EAAE;EAClCA,QAAQ,EAAE;AACZ;AAEA,IAAIC,KAAK,GAAGF,gBAAgB,CAAC,CAAC;;AAE9B,OAAO,MAAMG,QAAQ,GAAGC,QAAQ,IAAIF,KAAK,GAAGE,QAAQ,CAAC,CAAC;;AAEtD,OAAO,MAAMC,QAAQ,GAAG,MAAMH,KAAK"},"metadata":{},"sourceType":"module"} |