MCPcopy Create free account
hub / github.com/Snapchat/Valdi / onError

Method onError

compiler/companion/src/native/NativeCompiler.ts:141–143  ·  view source on GitHub ↗
(node: ts.Node, message: string)

Source from the content-addressed store, hash-verified

139 }
140
141 private onError(node: ts.Node, message: string): never {
142 NativeHelper.onError(this.filePath, this.sourceFile, node, message);
143 }
144
145 private processBindingElement(
146 context: NativeCompilerContext,

Calls 1

onErrorMethod · 0.65

Tested by

no test coverage detected