Closed robhogan closed 10 months ago
Attention: 6 lines
in your changes are missing coverage. Please review.
Comparison is base (
2aa1abf
) 80.43% compared to head (675dc01
) 80.44%.
Files | Patch % | Lines |
---|---|---|
packages/metro-file-map/src/index.js | 72.72% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Changelog:
metro-minify-terser
dependency to fix resolution under isolated node_modules (pnpm, etc).(https://github.com/facebook/metro/pull/1199 by @robhogan)inline-plugin
: Don't replace__DEV__
in invalid Babel AST locations. (https://github.com/facebook/metro/pull/1195 by @kitten)constant-folding-plugin
: Don't fold optional function calls (foo.?()
). (https://github.com/facebook/metro/pull/1178 by @Gamote)metro
versions are installed. (https://github.com/facebook/metro/commit/6d46078e74ae9a43aa90bed46dbd6610e2696cd0 by @robhogan)"exports"
field is now considered for Haste packages (which could include local monorepo packages) (https://github.com/facebook/metro/pull/1136 by @kraenhansen)sourceMappingUrl
in HMR payloads when usingunstable_serverRoot
(https://github.com/facebook/metro/pull/1137 by @EvanBacon)Test plan
These were all cherry picked from
main
with minimal intervention so should be safe, but I'll do some manual smoke testing post-publish before bumping RN.