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