Files
cloud-code/claude-code-source/node_modules/@azure/msal-node/dist/index.mjs
janlaywss a192e187e8 fix: keep only source-map extracted node_modules, exclude pnpm artifacts
Restore node_modules to exact state from cli.js.map extraction:
- Move .ignored/ and .ignored_* files back to original package paths
- Remove pnpm symlinks (replaced by real source-map directories)
- Update .gitignore: only exclude /dist/, .pnpm/, .bin/, .ignored* dirs
- All package dist/ folders are now preserved as part of source-map files

After clone, run `pnpm install` to get pnpm-managed symlinks for building.
The committed node_modules contains the original TypeScript/JS source files
as bundled in cli.js.
2026-03-31 21:09:32 +08:00

21 lines
1.6 KiB
JavaScript

/*! @azure/msal-node v3.8.1 2025-10-29 */
'use strict';
import * as internals from './internals.mjs';
export { internals };
export { PublicClientApplication } from './client/PublicClientApplication.mjs';
export { ConfidentialClientApplication } from './client/ConfidentialClientApplication.mjs';
export { ClientApplication } from './client/ClientApplication.mjs';
export { ClientCredentialClient } from './client/ClientCredentialClient.mjs';
export { DeviceCodeClient } from './client/DeviceCodeClient.mjs';
export { OnBehalfOfClient } from './client/OnBehalfOfClient.mjs';
export { ManagedIdentityApplication } from './client/ManagedIdentityApplication.mjs';
export { UsernamePasswordClient } from './client/UsernamePasswordClient.mjs';
export { ClientAssertion } from './client/ClientAssertion.mjs';
export { TokenCache } from './cache/TokenCache.mjs';
export { DistributedCachePlugin } from './cache/distributed/DistributedCachePlugin.mjs';
export { ManagedIdentitySourceNames } from './utils/Constants.mjs';
export { CryptoProvider } from './crypto/CryptoProvider.mjs';
export { AuthError, AuthErrorCodes, AuthErrorMessage, AzureCloudInstance, ClientAuthError, ClientAuthErrorCodes, ClientAuthErrorMessage, ClientConfigurationError, ClientConfigurationErrorCodes, ClientConfigurationErrorMessage, InteractionRequiredAuthError, InteractionRequiredAuthErrorCodes, InteractionRequiredAuthErrorMessage, LogLevel, Logger, PromptValue, ProtocolMode, ResponseMode, ServerError, TokenCacheContext } from '@azure/msal-common/node';
export { version } from './packageMetadata.mjs';
//# sourceMappingURL=index.mjs.map