doiuse icon indicating copy to clipboard operation
doiuse copied to clipboard

[css-tokenize] unfinished business

Open kyle-cyberprairie opened this issue 5 months ago • 0 comments

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

kyle-cyberprairie avatar Sep 13 '24 01:09 kyle-cyberprairie