import React from 'dom-chef'; import select from 'select-dom'; import * as pageDetect from 'github-url-detection'; import {wrap} from '../helpers/dom-utils'; import features from '.'; function init(): void { if (select('.file-mode')?.textContent === 'symbolic link') { const line = select('.js-file-line')!; wrap(line.firstChild!, ); } } void features.add(__filebasename, { include: [ pageDetect.isSingleFile ], init });