Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Updated API report with the new API Extractor version
  • Loading branch information
hiranya911 committed Jul 28, 2021
commit bc5d1a8f6bd51e260b3afc5e404b0df0711cbbac
5 changes: 3 additions & 2 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

```ts

/// <reference types="node" />

import { Agent } from 'http';
import { Bucket } from '@google-cloud/storage';
import * as _firestore from '@google-cloud/firestore';
Expand Down Expand Up @@ -923,7 +925,7 @@ export namespace messaging {
title?: string;
vibrate?: number | number[];
}
{};
{};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting :D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's because of microsoft/rushstack#2808. Hopefully it will get fixed on their end.

}

// @public
Expand Down Expand Up @@ -1138,7 +1140,6 @@ export namespace storage {
}
}


// (No @packageDocumentation comment for this package)

```