MCPcopy Index your code
hub / github.com/angular/angular / toJsComment

Method toJsComment

packages/compiler/src/output/source_map.ts:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 toJsComment(): string {
146 return this.hasMappings
147 ? '//' + JS_B64_PREFIX + toBase64String(JSON.stringify(this, null, 0))
148 : '';
149 }
150}
151
152export function toBase64String(value: string): string {

Callers 2

source_map_spec.tsFile · 0.80
evaluateCodeMethod · 0.80

Calls 1

toBase64StringFunction · 0.85

Tested by

no test coverage detected