ChrisFan
ChrisFan
Looks like Monaco doesn't support JSX right now. I'm a little bit confusing cause Monaco support Typescript and Javascript Syntax,and they both came from monaco-typescript;But if now I want to...
@sorrycc Where are you? 😂
或者大家想听 @sorrycc 聊什么,可以收集一波问题哈哈哈
需要考虑下 react-router v4,是否会对我们的设计产生影响
#14 create/delete of component
#15 create/delete models #16 add component dispatch
#23 components/models filtering
删除 model 时需要删除相关的 require 跟 app.model(...)
@frankLife as @abhaygupta mentioned, you could just override `StandaloneCodeEditorServiceImpl.prototype.doOpenEditor`, it works for me. Still, it would be nice if there's a better solution without override the prototype like @alexandrudima offered