Quick question: when should packages from the @codemirror/* be used vs the codemirror package? Two things which seem confusing are,
Class EditorView available from both codemirror and @codemirror/view: which one should be used?
Package @codemirror/basic-setup tagged with v6.0.1 on github but not available on npm (latest available on npm is 0.20.0).
It’s not always clear where values should be imported from and how the codemirror package relates to the @codemirror/* packages. Are there some docs on this that I missed?