forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
opened via imdone.io from a code comment on 966fa16
TODO better type id:799
TypeScript/tests/cases/fourslash/fourslash.ts
Lines 195 to 200 in 966fa16
| //TODO: better type | |
| entries: ReadonlyArray<{ entry: any, details: any }>, | |
| }, | |
| ): void; //TODO: better type | |
| applyCodeActionFromCompletion(markerName: string, options: { | |
| name: string, |