Polymer typescript (ide)

I am interested in polymer combined with typescript. some good approaches have been discussed and seem to work well. My interest goes deeper:

  • generate typescript definition files for current polymer elements from jsdoc (done)
  • generate typescript classes from the webcomponent html views so that the views can be used in the webcomponent implementation of the typescript polymer (that's. $.).
  • add support for Atom editor ( https://atom.io/ ) which also has good typescript support at the moment
  • using the above, we can also provide autocomplete in Atom for html and typescript views at some level.

Question: The Google / Polymer team has anything besides the Chrome Dev editor or Polymer designer planned (therefore an IDE with some typescript support or other typed language support) like this, or does this sound like a useful project to put some work into

Thanks in advance,

TypeScript web components

+3


source to share


1 answer


Polymer 2 will contain bowel movements and type decorators.

https://github.com/Polymer/polymer/pull/3954

I'm trying to work out examples of how to use them in vscode, but they should work in an atom as well.



https://github.com/gertcuykens/hello-world

https://github.com/gertcuykens/decorators

0


source







All Articles