SYMBOL INDEX (50 symbols across 20 files) FILE: src/components/Importer.stories.tsx type SampleImporterProps (line 16) | type SampleImporterProps = ImporterProps<{ fieldA: string }>; FILE: src/components/Importer.tsx function Importer (line 18) | function Importer( FILE: src/components/ImporterField.tsx type Field (line 5) | interface Field { type FieldDef (line 12) | type FieldDef = Field & { instanceId: symbol }; type FieldListSetter (line 13) | type FieldListSetter = (prev: FieldDef[]) => FieldDef[]; function useFieldDefinitions (line 20) | function useFieldDefinitions(): [ FILE: src/components/ImporterProps.ts type ImporterPreviewColumn (line 6) | interface ImporterPreviewColumn { type ImporterFilePreview (line 12) | interface ImporterFilePreview { type ImportInfo (line 20) | interface ImportInfo { type ImporterContentRenderProp (line 27) | type ImporterContentRenderProp = (info: { type ImporterFieldProps (line 32) | interface ImporterFieldProps { type ImporterDataHandlerProps (line 38) | type ImporterDataHandlerProps = type ImporterProps (line 51) | type ImporterProps = ImporterDataHandlerProps< FILE: src/components/ProgressDisplay.tsx function countUTF8Bytes (line 14) | function countUTF8Bytes(item: string) { function ProgressDisplay (line 24) | function ProgressDisplay({ FILE: src/components/fields-step/ColumnDragSourceArea.tsx constant DEFAULT_PAGE_SIZE (line 13) | const DEFAULT_PAGE_SIZE = 5; FILE: src/components/fields-step/ColumnDragState.tsx type DragState (line 5) | interface DragState { type DragInfo (line 17) | interface DragInfo { function useColumnDragState (line 38) | function useColumnDragState( FILE: src/components/fields-step/ColumnDragTargetArea.tsx type FieldTouchedMap (line 11) | type FieldTouchedMap = { [name: string]: boolean | undefined }; FILE: src/components/fields-step/ColumnPreview.tsx type Column (line 3) | interface Column extends ImporterPreviewColumn { function generateColumnCode (line 8) | function generateColumnCode(value: number): string { function generatePreviewColumns (line 42) | function generatePreviewColumns( FILE: src/components/fields-step/FieldsStep.tsx type FieldsStepState (line 19) | interface FieldsStepState { FILE: src/components/file-step/FileStep.tsx type FileStepState (line 18) | interface FileStepState extends PreviewReport { FILE: src/components/file-step/FormatRawPreview.tsx constant RAW_PREVIEW_SIZE (line 8) | const RAW_PREVIEW_SIZE = 500; FILE: src/locale/ImporterLocale.ts type ImporterLocale (line 1) | interface ImporterLocale { FILE: src/locale/LocaleContext.tsx type I18nNamespace (line 7) | type I18nNamespace = keyof ImporterLocale; function useLocale (line 9) | function useLocale( FILE: src/parser.ts type CustomizablePapaParseConfig (line 4) | interface CustomizablePapaParseConfig { type PreviewReport (line 16) | interface PreviewReport { type PreviewResults (line 25) | type PreviewResults = constant PREVIEW_ROW_COUNT (line 34) | const PREVIEW_ROW_COUNT = 5; type FieldAssignmentMap (line 37) | type FieldAssignmentMap = { [name: string]: number | undefined }; type BaseRow (line 39) | type BaseRow = { [name: string]: unknown }; type ParseCallback (line 41) | type ParseCallback = ( function streamForBlob (line 50) | function streamForBlob(blob: Blob) { function nodeStreamWrapper (line 65) | function nodeStreamWrapper(stream: ReadableStream, encoding: string): Re... function parsePreview (line 193) | function parsePreview( type ParserInput (line 285) | interface ParserInput { function processFile (line 292) | function processFile( FILE: test/bom.test.ts type RawWindow (line 9) | type RawWindow = Record; FILE: test/encoding.test.ts type RawWindow (line 8) | type RawWindow = Record; FILE: test/testServer.ts constant TEST_SERVER_PORT (line 5) | const TEST_SERVER_PORT = 8090; function runTestServer (line 11) | function runTestServer(): string { FILE: test/uiSetup.ts type ScriptBody (line 10) | type ScriptBody = ( function runUI (line 19) | function runUI( function uiHelperSetup (line 48) | function uiHelperSetup(getDriver: () => ThenableWebDriver) { FILE: test/webdriver.ts function getGlobalChromedriverPath (line 6) | async function getGlobalChromedriverPath() { function runDriver (line 24) | function runDriver(): () => ThenableWebDriver {