refactor(typescript): fix SonarQube issues on extensible string types by tbouffard · Pull Request #1009 · maxGraph/maxGraph
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
deleted the
refactor/improve_string_type_unions
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters