UNPKG

@clerk/nextjs

Version:

Clerk SDK for NextJS

1 lines 685 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;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAyC;AAEzC,uBAA+B;AAC/B,0BAAgD;AAEhD,MAAM,gBACJ,CAAC;AAAA,IAED,uCAAyB,KACzB;","names":[]}