Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Recognizing @group #6

Description

@atotic

All core and paper elements specify @group pragma. I'd love to use it in my fancy-doc-viewer component to generate group hierarchy.

There is a problem. If @group pragma comes before @element, context-free-parser throws it away. This is a general problem, all pragmas before first @element are thrown away. And all Polymer code specifies @group before @element.

Suggested simple fixes:
a) Redo all polymer elements to put @group after @element
or
b) Keep track of dire encountered before first element, and insert them when element is created.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions