We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5005476 commit 591fd74Copy full SHA for 591fd74
packages/firestore/scripts/api-report.ts
@@ -28,9 +28,10 @@ import {
28
29
/* eslint-disable no-console */
30
31
-// This script takes the output of the API Extractor, post-processed it using
+// This script takes the output of the API Extractor, post-processes it using
32
// the pruned-dts script and then invokes API report to generate a report
33
-// that only includes exported symbols.
+// that only includes exported symbols. This is all done in temporary folders,
34
+// all all configuration is auto-generated for each run.
35
36
const baseApiExtractorConfigFile: string = path.resolve(
37
__dirname,
0 commit comments