Skip to content

Commit 0f3f537

Browse files
Better comment
1 parent ea361a4 commit 0f3f537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/scripts/extract-api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function extractIdentifiersFromNodeAndChildren(
3232
);
3333
}
3434

35+
/** Generates the "d.ts" content for `fileName`. */
3536
function extractTypeDeclaration(fileName: string): string {
3637
const compilerOptions = { declaration: true, emitDeclarationOnly: true };
3738
let dtsSource: string;

0 commit comments

Comments
 (0)