firebase / firebase/firebase-functions-test

Drop legacy import/export syntax

Open
#40 4 comments 1 reaction 0 assignees View on GitHub
priority: p1 type: enhancement
Dominant language
TypeScript
Stars
248
Forks
63
PR merge metrics
No merged PRs in 30d

Description

This package uses legacy import/export syntax, the proposal was withdrawn and this syntax should not be used:

https://github.com/firebase/firebase-functions-test/blob/a25faf5c87553b4482ce85a7dea4d11885f27cc4/src/index.ts#L29

https://github.com/firebase/firebase-functions-test/blob/c77aa92d345b8e4fb5ad98534989eb8dcf7d9bc4/spec/providers/https.spec.ts#L3

We could either use default export, or preferably a named one, but it would be a breaking change, so I won't make a PR before we align on this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.