()
| 122 | } |
| 123 | |
| 124 | private get indexSection(): Map<string, unknown> { |
| 125 | return asMap(this.sections['index']); |
| 126 | } |
| 127 | |
| 128 | // Behaviour that is specific to particular versions of the format. |
| 129 | private createCompatAdapter(formatVersion: FormatVersion): CompatAdapter { |