[SOLVED] How likely is a switch to TypeScript? #139
trusktr
started this conversation in
Core Application & Packages
Replies: 1 comment 2 replies
-
Unlikely. Aside from some members of the team flat out not liking TS, we are currently trying to get back to pure JS as much as possible by removing all the existing CoffeeScript (decaffeinating). To me it makes sense, our goal is to be a hackable text editor and TS just raises that barrier of entry a little bit higher. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering.
I've been working on compiling TypeScript to WebAssembly. I've also written the first Custom Elements (Web Components) ever compiled to WebAssembly. I think it could be interesting to compile the editor to WebAssembly too!
Beta Was this translation helpful? Give feedback.
All reactions