Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
slotted.js
blob: 9719f44a8f801c6b34b2fd52d534504a1243fd4c [
file
]
module
.
exports
=
{
parse
:
function
compoundSelector
()
{
return
this
.
createSingleNodeList
(
this
.
Selector
()
);
}
};