(no title)
adamduren | 9 years ago
Given how Polymer components are typically written with the JavaScript included with the HTML file of the component this was not really an easy option for a beginner.
However using tools like polymer-build with gulp you can still get TypeScript support. In the upcoming Polymer 2.0 release TypeScript typings are going to be included with the library!
nsthorat|9 years ago
And a simple implementation: https://github.com/tensorflow/tensorflow/blob/master/tensorf...
spankalee|9 years ago
There's a little dated PR that adds TypeScript decorators here: https://github.com/Polymer/polymer/pull/3954 We're probably going to break out the decorators into a separate packages, since the ECMAScript decorators proposal has diverged a bit from what TypeScript supports now.
zacharytamas|9 years ago