-
Notifications
You must be signed in to change notification settings - Fork 946
Create index.d.ts for firebase-exp compat packages #4689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Size Analysis ReportAffected Products
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending moving the test to an integration test project
Changeset File Check ✅
|
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
var __awaiter = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Copy master index.d.ts from packages/firebase to packages-exp/firebase-exp/compat, and update to match types exported by compat packages.
In several cases, compat packages are using types from -types packages to define the service and other top level exports, and those are pretty close to index.d.ts, so doesn't seem like much updating was needed?