Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ print
Function
print
packages/language-service/test/ts_utils_spec.ts:97–99 ·
view source on GitHub ↗
(node: ts.Node)
Source
from the content-addressed store, hash-verified
95
let
sourceFile: ts.SourceFile;
96
97
function
print(node: ts.Node): string {
98
return
printer.printNode(ts.EmitHint.Unspecified, node, sourceFile);
99
}
100
101
beforeAll(() => {
102
printer = ts.createPrinter();
Callers
1
ts_utils_spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected