UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

1 lines 653 B
{"version":3,"sources":["../../../src/utils/feature-flags.ts"],"sourcesContent":["import { isDevelopmentEnvironment } from '@clerk/shared/utils';\n\nimport { ENABLE_KEYLESS } from '../server/constants';\nimport { isNextWithUnstableServerActions } from './sdk-versions';\n\nconst canUseKeyless =\n !isNextWithUnstableServerActions &&\n // Next.js will inline the value of 'development' or 'production' on the client bundle, so this is client-safe.\n isDevelopmentEnvironment() &&\n ENABLE_KEYLESS;\n\nexport { canUseKeyless };\n"],"mappings":";AAAA,SAAS,gCAAgC;AAEzC,SAAS,sBAAsB;AAC/B,SAAS,uCAAuC;AAEhD,MAAM,gBACJ,CAAC;AAED,yBAAyB,KACzB;","names":[]}