First of all: great work with Cloud Pebble, this is extremely convenient dev experience!
Any plans implementing Typescript support in Cloud Pebble?
I think it might improve coding experience even more when creating especially Pebble.js applications and writing PebbleKit JS code as well.
I have experience implementing support for TypeScript-driven code completion for CodeMirror and it is very lightweight and easy to do.
They have user-friendly compiler API with good documentation, and this integrates with CodeMirror smoothly.
I'm ready to prepare a PR for that if there's interest.
Hello guys,
First of all: great work with Cloud Pebble, this is extremely convenient dev experience!
Any plans implementing Typescript support in Cloud Pebble?
I think it might improve coding experience even more when creating especially Pebble.js applications and writing PebbleKit JS code as well.
I have experience implementing support for TypeScript-driven code completion for CodeMirror and it is very lightweight and easy to do. They have user-friendly compiler API with good documentation, and this integrates with CodeMirror smoothly.
I'm ready to prepare a PR for that if there's interest.