// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Browser-only implementation of the module's state. The browser esm variant will not load the commonjs state, so we do not need to share state between the two. */ export const state = { operationRequestMap: new WeakMap(), };//# sourceMappingURL=https://main.vscode-cdn.net/sourcemaps/072586267e68ece9a47aa43f8c108e0dcbf44622/node_modules/@azure/core-client/dist/browser/state-browser.mjs.map