Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(public recordData: RelationshipRecordData) {
this.initializedRelationships = Object.create(null);
this._storeWrapper = upgradeForInternal(recordData.storeWrapper);
this._store = this._storeWrapper._store;
}