Usage of ace-linters #156
-
Hi, I have ace-linters working in my application now, but I have some questions about usage I was hoping somebody could help me out with. My use case is that I am building an in-app editor, and the editor will be used to create JavaScript test scripts. I'm sure this is all documented somewhere, but I am having trouble finding this info
Again, if there are docs for all this, apologies, just point me in the right direction. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@jasonterando Hi! You could provide |
Beta Was this translation helpful? Give feedback.
@jasonterando Hi! You could provide
extraLibs
for typescript service like that. All standard library declarations are included, so Object.entries/keys should work.This discussion could be helpful
also playground example