| 1555 | |
| 1556 | declare module "./src/ext/command_bar" { |
| 1557 | export interface CommandBarTooltip extends Ace.EventEmitter<Ace.CommandBarEvents> { |
| 1558 | $shouldHideMoreOptions?: boolean, |
| 1559 | } |
| 1560 | } |
| 1561 | |
| 1562 | declare module "./src/commands/command_manager" { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…