-
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
the compile method does not throw an error in case of bad selectors are given.
const cssSelect = require('css-select');
cssSelect.compile("##button"); the compile method returns with a function, but an error expected Uncaught Error: Expected name, found ##button
The problem is with the css-what 's latest version where parser method does not throw the error.
Metadata
Metadata
Assignees
Labels
No labels