Closed iamkun closed 5 months ago
export to the umd bundle
IEditorDocumentModelService is not reachable via the umd bundle.
export IEditorDocumentModelService to the umd bundle
IEditorDocumentModelService
All committers have signed the CLA.
Run and Debug this pull request in Codespaces
bundle 下可以直接这样导入 import '@codeblitzjs/ide-core/modules/ide-editor'
正确的做法是这样:
Types
Background or solution
export to the umd bundle
IEditorDocumentModelService is not reachable via the umd bundle.
ChangeLog
export
IEditorDocumentModelService
to the umd bundle