Skip to content

Commit

Permalink
fix: export IEditorDocumentModelService to the umd bundle (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored May 28, 2024
1 parent 7c39c81 commit 98f9a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/api/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { REPORT_NAME, BrowserFSFileType, HOME_ROOT, WORKSPACE_ROOT } from '@code

export { Uri, Emitter } from '@opensumi/ide-core-common';

export { IEditorDocumentModelService } from '@codeblitzjs/ide-core/lib/modules/opensumi__ide-editor';

export { getDefaultLayoutConfig } from '../core/layout';

export { REPORT_NAME, BrowserFSFileType, HOME_ROOT, WORKSPACE_ROOT };
Expand Down

0 comments on commit 98f9a7c

Please sign in to comment.