We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea361a4 commit 0f3f537Copy full SHA for 0f3f537
packages/firestore/scripts/extract-api.ts
@@ -32,6 +32,7 @@ function extractIdentifiersFromNodeAndChildren(
32
);
33
}
34
35
+/** Generates the "d.ts" content for `fileName`. */
36
function extractTypeDeclaration(fileName: string): string {
37
const compilerOptions = { declaration: true, emitDeclarationOnly: true };
38
let dtsSource: string;
0 commit comments