Skip to content

Commit 591fd74

Browse files
More comments
1 parent 5005476 commit 591fd74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/firestore/scripts/api-report.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ import {
2828

2929
/* eslint-disable no-console */
3030

31-
// This script takes the output of the API Extractor, post-processed it using
31+
// This script takes the output of the API Extractor, post-processes it using
3232
// the pruned-dts script and then invokes API report to generate a report
33-
// that only includes exported symbols.
33+
// that only includes exported symbols. This is all done in temporary folders,
34+
// all all configuration is auto-generated for each run.
3435

3536
const baseApiExtractorConfigFile: string = path.resolve(
3637
__dirname,

0 commit comments

Comments
 (0)