- Extract 4756 source files from cli.js.map (57MB) - Set up Bun build system with bun:bundle feature flag shim - Configure 90+ compile-time feature flags matching production defaults - Inject MACRO constants (VERSION, BUILD_TIME, etc.) - Create stubs for private packages (color-diff-napi, modifiers-napi, etc.) - Install all public dependencies via pnpm - Patch commander v14 to allow multi-char short flags (-d2e) - Build output: dist/cli.js (22MB), verified working
21 lines
1.6 KiB
JavaScript
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
|