yjs / y-codemirror.next

Collaborative extensions for CodeMirror6
Other
155 stars 37 forks source link

remove type-only imports #10

Closed lawrencecchen closed 2 years ago

lawrencecchen commented 2 years ago

closes #9

dmonad commented 2 years ago

Hi @lawrencecchen,

thank you for providing a PR to the issue. I really appreciate that.

I had some bad experiences with the import() approach (also it's too elaborate IMO). I found another solution to the problem that will fix the problem.

Cheers, Kevin