.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / parser / dist / analyze-scope.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/analyze-scope.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/parser/dist/analyze-scope.d.ts
new file mode 100644 (file)
index 0000000..a24997d
--- /dev/null
@@ -0,0 +1,5 @@
+import { TSESTree } from '@typescript-eslint/types';
+import { ParserOptions } from './parser-options';
+import { ScopeManager } from './scope/scope-manager';
+export declare function analyzeScope(ast: TSESTree.Program, parserOptions: ParserOptions): ScopeManager;
+//# sourceMappingURL=analyze-scope.d.ts.map
\ No newline at end of file