anandthakker / anandthakker/doiuse
[css-tokenize] unfinished business
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.3k
- Forks
- 57
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I have tried running the example input but it just outputs like below. Can someone tell me what I'm doing wrong?
```
$ doiuse --browsers "ie >= 9, > 1%, last 2 versions" style.css
[css-tokenize] unfinished business [
[ 'root' ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ],
[ 'string', 39 ], [ 'comment' ]
]
```
Using node v16.20.2
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.