opensumi / codeblitz

Pure front-end IDE framework based on OpenSumi
https://codeblitz.opensumi.com
MIT License
187 stars 14 forks source link

fix: export IEditorDocumentModelService to the umd bundle #76

Closed iamkun closed 5 months ago

iamkun commented 5 months ago

Types

Background or solution

export to the umd bundle

IEditorDocumentModelService is not reachable via the umd bundle.

ChangeLog

export IEditorDocumentModelService to the umd bundle

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

ant-codespaces[bot] commented 5 months ago

Run and Debug this pull request in Codespaces

winjo commented 5 months ago

bundle 下可以直接这样导入 import '@codeblitzjs/ide-core/modules/ide-editor'

bytemain commented 5 months ago

正确的做法是这样: image