Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ serializeNodes
Function
serializeNodes
packages/compiler/test/ml_parser/util/util.ts:73–75 ·
view source on GitHub ↗
(nodes: html.Node[])
Source
from the content-addressed store, hash-verified
71
const
serializerVisitor =
new
_SerializerVisitor();
72
73
export
function
serializeNodes(nodes: html.Node[]): string[] {
74
return
nodes.map((node) => node.visit(serializerVisitor, null));
75
}
Callers
2
translation_bundle_spec.ts
File · 0.90
ast_serializer_spec.ts
File · 0.90
Calls
2
map
Method · 0.80
visit
Method · 0.65
Tested by
no test coverage detected