@dbml/parse
Version:
> TODO: description
17 lines (16 loc) • 523 B
TypeScript
import { SymbolKind } from '../../symbol/symbolIndex';
import { default as ElementBinder } from './elementBinder';
export default class RefBinder extends ElementBinder {
protected subfield: {
arg: {
argBinderRules: {
shouldBind: true;
topSubnamesSymbolKind: SymbolKind[];
remainingSubnamesSymbolKind: SymbolKind;
ignoreNameNotFound: boolean;
}[];
};
settingList: {};
};
protected settingList: {};
}