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

Function error

packages/compiler/src/util.ts:37–39  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

35}
36
37export function error(msg: string): never {
38 throw new Error(`Internal Error: ${msg}`);
39}
40
41// Escape characters that have a special meaning in Regular Expressions
42export function escapeRegExp(s: string): string {

Callers 1

setupFakePolyfillFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…