Skip to content

Commit 5005476

Browse files
Add comment
1 parent 8e43826 commit 5005476

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/scripts/api-report.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ import {
2828

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

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+
3135
const baseApiExtractorConfigFile: string = path.resolve(
3236
__dirname,
3337
'../../../config/api-extractor.json'

0 commit comments

Comments
 (0)