Skip to content

test: add scope boundary coverage - #1053

Open
Correxxt wants to merge 1 commit into
typescript-eslint:mainfrom
Correxxt:correxxt/test-scope-boundaries
Open

test: add scope boundary coverage#1053
Correxxt wants to merge 1 commit into
typescript-eslint:mainfrom
Correxxt:correxxt/test-scope-boundaries

Conversation

@Correxxt

Copy link
Copy Markdown

Closes #11.

This adds focused coverage for isFunctionScopeBoundary:

  • every function-scope boundary syntax kind;
  • external-module and script source files;
  • a non-boundary block node.

Validation:

  • pnpm test --run src/scopes.test.ts (4 tests passed)
  • ESLint on src/scopes.test.ts
  • pnpm tsc
  • pnpm build

馃挅

@Correxxt
Correxxt marked this pull request as ready for review August 12, 2026 11:44
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.

馃И Tests: Add tests for remaining functions in scopes.ts

1 participant