You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable rule from tslint.json because tslint is no longer compatible with TypeScript 5.x:
The 'no-shadowed-variable' rule threw an error in 'C:/Git/rushstack/build-tests/heft-typescript-composite-test/src/indexA.ts':
TypeError: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead.
at C:\Git\rushstack\common\temp\node_modules\.pnpm\[email protected]\node_modules\typescript\lib\typescript.js:172041:13
at IdentifierObject.<anonymous> (C:\Git\rushstack\common\temp\node_modules\.pnpm\[email protected]\node_modules\typescript\lib\typescript.js:172071:7)
at Object.isThisParameter (C:\Git\rushstack\common\temp\node_modules\.pnpm\[email protected][email protected]\node_modules\tsutils\util\util.js:36:79)
at cb (C:\Git\rushstack\common\temp\node_modules\.pnpm\[email protected][email protected]\node_modules\tslint\lib\rules\noShadowedVariableRule.js:207:36)
0 commit comments