refactor(typescript): fix SonarQube issues on extensible string types by tbouffard · Pull Request #1009 · maxGraph/maxGraph

@tbouffard

Replace all occurrences of `string & {}` with `string & Record<never, never>`
to avoid SonarQube warnings while preserving the loose autocomplete behavior
for string literal union types.

@tbouffard tbouffard deleted the refactor/improve_string_type_unions branch

February 23, 2026 09:28