feat: improve 1D line broadening filter #8026
Annotations
10 errors
src/component/1d/ApodizationLine.tsx#L1
'Spectrum1D' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
src/component/2d/1d-tracer/phase-correction-traces/SpectrumPhaseTrace.tsx#L146
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
src/component/modal/editRange/forms/components/signal-tabs/SignalPeaksTable.tsx#L52
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
src/component/modal/setting/settings-tabs/DatabasesTabContent.tsx#L40
Type instantiation is excessively deep and possibly infinite.
|
src/component/modal/setting/settings-tabs/OnLoadProcessingTabContent.tsx#L3
Module '"nmr-processing"' declares 'BaseFilter' locally, but it is not exported.
|
src/component/panels/databasePanel/DatabasePanel.tsx#L517
Argument of type 'Spectrum1D' is not assignable to parameter of type 'Entry1D'.
|
src/component/panels/filtersPanel/Filters/BaseLineCorrectionOptionsPanel.tsx#L38
Argument of type 'Filter1DOptions | Filter2DOptions' is not assignable to parameter of type 'BaselineCorrectionFilterOptions & Filter'.
|
src/component/panels/filtersPanel/Filters/BaseLineCorrectionOptionsPanel.tsx#L56
Property 'algorithm' does not exist on type 'BaselineCorrectionOptions | Record<string, never> | ZeroFillingOptions | MatrixOptions | ShiftXOptions | ... 12 more ... | Shift2DYOptions'.
|
src/component/panels/filtersPanel/Filters/BaseLineCorrectionOptionsPanel.tsx#L93
Argument of type 'BaselineCorrectionOptions | Record<string, never> | ZeroFillingOptions | MatrixOptions | ShiftXOptions | ... 12 more ... | Shift2DYOptions' is not assignable to parameter of type 'BaselineCorrectionOptions'.
|
src/component/panels/filtersPanel/Filters/FiltersSectionsPanel.tsx#L316
Type '{ filters: Filter[]; spectraCounter: number; activeFilterID: string | null; }' is not assignable to type 'FiltersInnerProps'.
|
The logs for this run have expired and are no longer available.
Loading