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 8e43826 commit 5005476Copy full SHA for 5005476
packages/firestore/scripts/api-report.ts
@@ -28,6 +28,10 @@ import {
28
29
/* eslint-disable no-console */
30
31
+// This script takes the output of the API Extractor, post-processed it using
32
+// the pruned-dts script and then invokes API report to generate a report
33
+// that only includes exported symbols.
34
+
35
const baseApiExtractorConfigFile: string = path.resolve(
36
__dirname,
37
'../../../config/api-extractor.json'
0 commit comments