Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / typescript-estree / dist / convert.d.ts
index 38fa36ca5ad937b4af4a69d70c3ec60755d59ed8..a36d1eb28be52a7967d4e9caca168182a8dceb38 100644 (file)
@@ -75,6 +75,7 @@ export declare class Converter {
      */
     private convertType;
     private createNode;
+    private convertBindingNameWithTypeAnnotation;
     /**
      * Converts a child into a type annotation. This creates an intermediary
      * TypeAnnotation node to match what Flow does.