MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / getLuaDiagnostics

Function getLuaDiagnostics

test/util.ts:319–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317 // Utilities
318
319 private getLuaDiagnostics(): ts.Diagnostic[] {
320 const { diagnostics } = this.getLuaResult();
321 return diagnostics.filter(
322 d => (this.semanticCheck || d.source === "typescript-to-lua") && !this.ignoredDiagnostics.includes(d.code)
323 );
324 }
325
326 // Actions
327

Callers

nothing calls this directly

Calls 1

getLuaResultMethod · 0.80

Tested by

no test coverage detected