UNPKG
horojs
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A micro library for a reactive UI application.
github.com/lroskoshin/horo
lroskoshin/horo
horojs
/
dist
/
reactivity
/
get-sockets-for-reactivity.js
3 lines
(2 loc)
•
223 B
JavaScript
View Raw
1
2
3
function
e
(
e
){
const
r=
document
.
createTreeWalker
(e,
NodeFilter
.
SHOW_COMMENT
),t=[];
for
(;r.
nextNode
();)t.
push
(r.
currentNode
);
return
t}
export
{e
as
getSocketsForReactivity};
//# sourceMappingURL=get-sockets-for-reactivity.js.map