LeaVerou/parsel

Parsing `*` reports it is a Type Selector

bramus opened this issue · 1 comments

Output for parsing * is this:

{
	"type": "type",
	"content": "*",
	"pos": [
		0,
		1
	]
}

The type should be universal, as per https://www.w3.org/TR/selectors-4/#the-universal-selector

Happy to merge a PR on this!