MCPcopy Index your code
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/errors.ts:768–773  ·  view source on GitHub ↗
(missingAliases: Array<string>)

Source from the content-addressed store, hash-verified

766 */
767export class MissingAliasInputsError extends QueryCompilationError {
768 constructor(missingAliases: Array<string>) {
769 super(
770 `Internal error: compiler returned aliases without inputs: ${missingAliases.join(`, `)}. ` +
771 `This indicates a bug in query compilation. Please report this issue.`,
772 )
773 }
774}
775
776/**

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected