Sign in
chromium
/
devtools
/
devtools-frontend
/
cd36e4781fe47164336d10bf800982a963bba8bd
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
blob: 10f7232a1151e15dad73085c83b60bd21b729c92 [
file
]
module
.
exports
=
{
parse
:
function
()
{
return
this
.
createSingleNodeList
(
this
.
Identifier
()
);
}
};