Intracto/buildozer

Check TypeScript integration possibilities

Closed this issue · 2 comments

Check TypeScript integration possibilities

Not going to look into this for the following reasons:

  • Tried experimenting with this, but because of Gulp's specific architecture, compilation is rather slow (About 2s for a simple file while normal js compiles in several ms)
  • Not sure how to handle imports, since the whole idea behind Buildozer is to make use of globbing to detect files.
  • The basic implementation thus only supports typed variables
  • Typescript is quite heavy to load by default

It would probably be better to use typescript in Webpack setups