| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/instances.js |
// Store all instances of Ink (instance.js) to ensure that consecutive render() calls // use the same instance of Ink and don't create a new one // // This map has to be stored in a separate file, because render.js creates instances, // but instance.js should delete itself from the map on unmount const instances = new WeakMap(); export default instances; //# sourceMappingURL=instances.js.map