File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export interface CdSourceSummaryResult {
2525 * source tool. Extracts basic release date and facet information.
2626 */
2727export class CdSourceSummarizer {
28- declare options : SummarizerOptions
28+ declare options : SummarizerOptions | undefined
2929
3030 constructor ( options ?: SummarizerOptions ) {
3131 this . options = options
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export interface LicenseeSummaryResult {
6767 * Extracts license information from matched license files.
6868 */
6969export class LicenseeSummarizer {
70- declare options : SummarizerOptions
70+ declare options : SummarizerOptions | undefined
7171
7272 constructor ( options ?: SummarizerOptions ) {
7373 this . options = options
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export interface ReuseSummaryResult {
6868 * Extracts license and copyright information following the REUSE specification.
6969 */
7070export class ReuseSummarizer {
71- declare options : SummarizerOptions
71+ declare options : SummarizerOptions | undefined
7272
7373 constructor ( options ?: SummarizerOptions ) {
7474 this . options = options
You can’t perform that action at this time.
0 commit comments