Skip to content

refactor: replace var with let and const for variable declarations across multiple files#72

Open
pascalre wants to merge 1 commit intoSolaceLabs:mainfrom
pascalre:feat/resolve-linting-issues
Open

refactor: replace var with let and const for variable declarations across multiple files#72
pascalre wants to merge 1 commit intoSolaceLabs:mainfrom
pascalre:feat/resolve-linting-issues

Conversation

@pascalre
Copy link
Copy Markdown
Contributor

@pascalre pascalre commented May 6, 2026

  • Updated variable declarations from var to let or const in feed-validate.ts, publish.ts, receive.ts, reply.ts, request.ts, semp-connection.ts, chalkUtils.ts, checkparams.ts, config.ts, defaults.ts, init.ts, listfeeds.ts, logger.ts, parse.ts, prettify.ts, shorthash.ts, visualize.ts.
  • This change improves code readability and maintains block scope for variables.

…ross multiple files

- Updated variable declarations from var to let or const in feed-validate.ts, publish.ts, receive.ts, reply.ts, request.ts, semp-connection.ts, chalkUtils.ts, checkparams.ts, config.ts, defaults.ts, init.ts, listfeeds.ts, logger.ts, parse.ts, prettify.ts, shorthash.ts, visualize.ts.
- This change improves code readability and maintains block scope for variables.
Copy link
Copy Markdown
Collaborator

@gvensan gvensan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking this up.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants