Skip to content

chore: migrate moduleResolution from node to bundler#728

Merged
tyler-reitz merged 1 commit into
FirebaseExtended:mainfrom
tyler-reitz:chore/module-resolution-bundler
Jul 9, 2026
Merged

chore: migrate moduleResolution from node to bundler#728
tyler-reitz merged 1 commit into
FirebaseExtended:mainfrom
tyler-reitz:chore/module-resolution-bundler

Conversation

@tyler-reitz

Copy link
Copy Markdown
Contributor

Fixes #723

Switches moduleResolution from the deprecated "node" strategy to "bundler" in tsconfig.json and removes the ignoreDeprecations suppression.

The original blocker was rxfire's subpath imports (rxfire/firestore, rxfire/auth etc.) not resolving correctly under "bundler". rxfire 6.1.0 now ships a full exports map with types fields for all subpaths, so the blocker is resolved. Type checking passes cleanly with no errors.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the TypeScript configuration in tsconfig.json by changing the moduleResolution option from node to bundler and removing the ignoreDeprecations setting. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@tyler-reitz tyler-reitz merged commit 28c5ce7 into FirebaseExtended:main Jul 9, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate moduleResolution from "node" to "bundler" and remove ignoreDeprecations

2 participants