Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 069de74

Browse files
authoredApr 15, 2025··
Expandable hover (#61492)
1 parent eef7c14 commit 069de74

File tree

70 files changed

+32173
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+32173
-289
lines changed
 

‎src/compiler/checker.ts

Lines changed: 557 additions & 112 deletions
Large diffs are not rendered by default.

‎src/compiler/emitter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ export const notImplementedResolver: EmitResolver = {
11681168
isImportRequiredByAugmentation: notImplemented,
11691169
isDefinitelyReferenceToGlobalSymbolObject: notImplemented,
11701170
createLateBoundIndexSignatures: notImplemented,
1171+
symbolToDeclarations: notImplemented,
11711172
};
11721173

11731174
const enum PipelinePhase {

0 commit comments

Comments
 (0)
Please sign in to comment.