Syntax
Syntax
Not possible as Bun doesn't support older targets. You need to target 2017 for the plugin code. Already went down this rabbit hole, don't waste your time yet.
@yuanqing yes, that's what was needed. I tested on my Windows machine, this is working for me: https://github.com/yuanqing/create-figma-plugin/pull/211
@kikobr https://github.com/yuanqing/create-figma-plugin/pull/211
Incase anyone is looking at the issue, continuing on @guidobouman's statement, you can now use: `this.refs.editor.getCodeMirrorInstance()` to get the full CodeMirror instance, not just the editor. For universal apps you...
@oktaysenkan Hello, how is work going on this? For background context, I'm working on a launch of a starter kit / library for universal react native and I use your...
I see. Thanks for the reply. I will keep an eye on this.
Yeah this would be a must eventually, at the very least support integration with a self hosted option. I'm not really well versed in this area but here's some solutions...
@FossPrime I cannot. It must have been a regression at some point, I used to be able to.
@FossPrime testing your latest PR I noticed `Ctrl + C` works. Either you fixed it or it's an intermittent issue in the xterm or webcontainer libs.
Added Chokidar file watching (https://github.com/kat-tax/vslite/commit/ce0d8f8a510d981d24c5dda30613b4c3a9f29701). You can now see file changes in the console. This will be used to update the file tree in the future.