UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

13 lines (11 loc) 342 B
import { changeImportEntryPoint, type JSCodeshift, type Collection } from '@atlaskit/codemod-utils'; export const updateImportEntryPointsForBitbucketSchema: (( j: JSCodeshift, root: Collection<Node>, ) => void)[] = [ changeImportEntryPoint( '@atlaskit/adf-schema', 'bitbucketSchema', '@atlaskit/adf-schema/schema-bitbucket', ), ];