Add return type annotation to extract method in SignalExtractor
This commit is contained in:
@@ -9,6 +9,7 @@ import { IHDLSignalInfo } from '../elements/interfaces/IHDLSignal';
|
|||||||
export class SignalExtractor extends HDLElementExtractor<HDLSignal> {
|
export class SignalExtractor extends HDLElementExtractor<HDLSignal> {
|
||||||
/**
|
/**
|
||||||
* Extract all signal declarations from the syntax tree.
|
* Extract all signal declarations from the syntax tree.
|
||||||
|
* @returns An array of HDLSignal objects representing the extracted signals.
|
||||||
*/
|
*/
|
||||||
extract(): HDLSignal[] {
|
extract(): HDLSignal[] {
|
||||||
this.extractComments();
|
this.extractComments();
|
||||||
|
|||||||
Reference in New Issue
Block a user