Skip to content

internal: Switch typescript to module resolution bundler#3464

Merged
ntucker merged 1 commit intomasterfrom
module-resolution
Apr 8, 2025
Merged

internal: Switch typescript to module resolution bundler#3464
ntucker merged 1 commit intomasterfrom
module-resolution

Conversation

@ntucker
Copy link
Collaborator

@ntucker ntucker commented Apr 8, 2025

Fixes react-navigation/react-navigation#12536 react-navigation/react-navigation#12535

Motivation

Support modern-only packages that don't include legacy fallbacks

Solution

@changeset-bot
Copy link

changeset-bot bot commented Apr 8, 2025

⚠️ No Changeset found

Latest commit: 223223c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ntucker ntucker force-pushed the module-resolution branch from 0a56dff to 223223c Compare April 8, 2025 19:46
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2025

Size Change: 0 B

Total Size: 77.8 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 3.42 kB
examples/test-bundlesize/dist/polyfill.js 311 B
examples/test-bundlesize/dist/rdcClient.js 10.2 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.6 kB
examples/test-bundlesize/dist/react.js 57.5 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

@ntucker ntucker marked this pull request as ready for review April 8, 2025 19:49
@ntucker ntucker merged commit 2c592c1 into master Apr 8, 2025
20 checks passed
@ntucker ntucker deleted the module-resolution branch April 8, 2025 19:51
@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.74%. Comparing base (96f94e4) to head (223223c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3464   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         124      124           
  Lines        2239     2239           
  Branches      460      460           
=======================================
  Hits         2211     2211           
  Misses         13       13           
  Partials       15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

TypeScript Module Resolution Error with @react-navigation/native in Expo Project

1 participant