Skip to content

Comments

fix(typescript): allow to use function before definition#950

Merged
susnux merged 1 commit intomainfrom
fix/ts-function
Mar 26, 2025
Merged

fix(typescript): allow to use function before definition#950
susnux merged 1 commit intomainfrom
fix/ts-function

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Mar 26, 2025

This allows to write code in reading order - perfectly fine from syntax as function will be defined before executing the file anyways.

@susnux susnux added bug Something isn't working 3. to review labels Mar 26, 2025
@susnux susnux requested a review from ShGKme March 26, 2025 13:26
This allows to write code in reading order - perfectly fine from syntax
as `function` will be defined before executing the file anyways.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux merged commit b004b0a into main Mar 26, 2025
8 checks passed
@susnux susnux deleted the fix/ts-function branch March 26, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants