Skip to content

Commit

Permalink
fix: getNextUpdatePromise type for text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 8, 2020
1 parent 8d6deab commit cdc677d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/atom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ declare module "atom" {

// Experimental: Get a notification when async tokenization is completed.
onDidTokenize(callback: () => any): Disposable

component: {
getNextUpdatePromise(): Promise<unknown>
}
}

interface LanguageMode {
Expand Down

0 comments on commit cdc677d

Please sign in to comment.