An open API service indexing awesome lists of open source software.

https://github.com/samccone/twinkie

A polymer(1)&&(2) template parser + interface printer
https://github.com/samccone/twinkie

polymer

Last synced: 12 months ago
JSON representation

A polymer(1)&&(2) template parser + interface printer

Awesome Lists containing this project

README

          

Flow Of Processing

```
* DOM_WALKER
* EXPRESSION_EXTRACTOR
* AST_BUILDER
* AST_TREE_BUILDER
* PRINTER
```

How to use

To print the generated class:

```
./bin.js test/data/nested.html
```

To print a faux use of the class:

```
./bin.js test/data/nested.html MyView --print-use
```

To print a faux use of the class passing undefined to all args for polymer 2:

```
./bin.js test/data/nested.html MyView --print-use --undefined-check
```