Home
last modified time | relevance | path

Searched refs:convertToAsyncFunction (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts10 …const changes = textChanges.ChangeTracker.with(context, (t) => convertToAsyncFunction(t, context.s…
14 …ns: context => codeFixAll(context, errorCodes, (changes, err) => convertToAsyncFunction(changes, e…
53 …function convertToAsyncFunction(changes: textChanges.ChangeTracker, sourceFile: SourceFile, positi… function