You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importparserfrom'postcss-selector-parser';const{ process }=parser();process('button:not([disabled])');
Produces the following error:
TypeError: Cannot read property '_run' of undefined
at process (/test/node_modules/postcss-selector-parser/dist/processor.js:162:21)
at /test/index.mjs:4:1
at ModuleJob.run (internal/modules/esm/module_job.js:106:14)
The following code:
Produces the following error:
While the following code produces no error:
Perhaps this should be documented?
The text was updated successfully, but these errors were encountered: