alibaba/structure-view

Inline JavaScript

Closed this issue · 2 comments

Nice plugin!

Would love to have structure of inline javascript

<dom-module id="my-element">
  <template>
    <!-- etc -->
  </template>
  <script>
  // structure me!
  Polymer({
    is: 'my-element',
    method: function() {},
    _private: () => true,
  });
  </script>
</dom-module>

Great work!

@bennypowers Thank you. The structure of inline javascript is in the plan.

This issue is fixed by commits 7a23680, e8f728a, b6e00a9.