Skip to content

Fix code scanning alert - Disallow unused variables #27

Description

@tolauwae

Tracking issue for:

for (const text in matches) {
const index: number = +find(/func\[([0-9]+)/, line.toString());
const local: string = find(/<(.*)>/, line.toString());
locals.push({index: index, name: local, type: 'undefined', mutable: true, value: ''});
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    lintLinter fixes

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions