<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in MetroBundlerDevServer-test.ts</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>edeec536 - chore(cli): delete @expo/dev-server (#24272)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#edeec536</link>
        <description>chore(cli): delete @expo/dev-server (#24272)# Why- I tried this before but the logs endpoint was blocking it.- I forked the dev server when I wrote the original `expo/cli`, beenmeaning to delete the original for a while. The duplicate code andindirection is making the new server features harder to implement.&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How- Copy/paste remaining code from `@expo/dev-server` in to `@expo/cli`.- Delete `@expo/dev-server`.- Drop unused `/logs` and json parser middleware.- Drop logging mocks.- Drop experimental Webpack native support.- Drop legacy react-native middleware support (no longer needed sinceeverything is versioned).&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan- Tests should keep passing.- Need to do some actual runs since there aren&apos;t any e2e tests forvarious parts of dev-server.&lt;!--Please describe how you tested this change and how a reviewer couldreproduce your test, especially if this PR does not include automatedtests! If possible, please also provide terminal output and/orscreenshots demonstrating your test/reproduction.--&gt;# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Wed, 06 Sep 2023 17:37:08 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>73eead7f - feat(cli): improved entry errors during metro static web rendering (#23909)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#73eead7f</link>
        <description>feat(cli): improved entry errors during metro static web rendering (#23909)# Why- Surface static rendering errors exactly to increase visibility.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Mon, 14 Aug 2023 20:30:29 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>465d3694 - feat(cli): dynamically enable lazy bundling (#23675)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#465d3694</link>
        <description>feat(cli): dynamically enable lazy bundling (#23675)# WhyIf a package is using `import()` syntax, it needs to have`@expo/metro-runtime` installed and imported somewhere. This issuepartially goes away in RN 73, and is not a problem in `expo-router`.&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan&lt;!--Please describe how you tested this change and how a reviewer couldreproduce your test, especially if this PR does not include automatedtests! If possible, please also provide terminal output and/orscreenshots demonstrating your test/reproduction.--&gt;# Checklist&lt;!--Please check the appropriate items below if they apply to your diff.This is required for changes to Expo modules.--&gt;- [ ] Documentation is up to date to reflect these changes (eg:https://docs.expo.dev and README.md).- [ ] Conforms with the [Documentation Writing StyleGuide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)- [ ] This diff will work correctly for `npx expo prebuild` &amp; EAS Build(eg: updated a module plugin).---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Wed, 26 Jul 2023 18:09:33 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>cf472be6 - fix(cli): Added improved error message for static metro when a package is missing (#23499)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#cf472be6</link>
        <description>fix(cli): Added improved error message for static metro when a package is missing (#23499)Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Wed, 12 Jul 2023 23:06:30 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>def098a4 - feat(cli): reduce multi target iOS warnings (#18890)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#def098a4</link>
        <description>feat(cli): reduce multi target iOS warnings (#18890)* feat(cli): handle multi-target ios app opening better* Update scheme.ts* Update clearNativeFolder.ts* Update withIosBaseMods.ts* check for pbxproj* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* Update scheme.ts* Update clearNativeFolder-test.ts* Update MetroBundlerDevServer-test.ts* Update MetroBundlerDevServer-test.ts* Update scheme.tsCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Thu, 27 Oct 2022 21:42:49 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>fe427a9e - [cli] capture analytics event when user opens development build from interstitial page (#18792)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#fe427a9e</link>
        <description>[cli] capture analytics event when user opens development build from interstitial page (#18792)

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Thu, 25 Aug 2022 23:44:48 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;esamelson@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6d6b81f9 - feat(cli): add web support to metro (#17927)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#6d6b81f9</link>
        <description>feat(cli): add web support to metro (#17927)* feat: add web support for metro* undo patch* Update index.js* Update MetroBundlerDevServer.ts* Add second bundler dev server* Add dev loading view to web* Put feature behind EXPO_USE_METRO_WEB flag* Move custom config into CLI* Add support for assets across platforms* reduce* Added upstream web support* Update webTemplate.ts* Update CHANGELOG.md* Update instantiateMetro.ts* Update instantiateMetro.ts* Update index.js* Added bundle splitting support* Update startAsync.ts* Fixed default settings* Add ability to copy from public folder* wip: redirect unmatched routes to `/` on web* fix fallback api* Update exportApp.ts* Update instantiateMetro.ts* Update exportApp.ts* clean up handler* fixup* clean up* add web to export test* Update start-test.ts* added static serving for web* Update packages/@expo/cli/CHANGELOG.mdCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;* Update yarn.locklint fixfix tests* Update export-test.ts* added template tests* Create HistoryFallbackMiddleware-test.ts* test ManifestMiddleware* Create ServeStaticMiddleware-test.ts* refactor multiplatform* Update ManifestMiddleware-test.ts* Update withMetroMultiPlatform.ts* Update for latest metro* Update packages/@expo/cli/src/export/resolveOptions.tsCo-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Thu, 23 Jun 2022 11:51:00 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>8d307f52 - chore: refactor `expo/cli` to `@expo/cli` package (#16717)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts#8d307f52</link>
        <description>chore: refactor `expo/cli` to `@expo/cli` package (#16717)* chore: refactor `expo/cli` to `@expo/cli` package* Update CODEOWNERS* fix linking* fix lint script* fix build file* fix e2e tests* lint before build* use mock version

            List of files:
            /expo/packages/@expo/cli/src/start/server/metro/__tests__/MetroBundlerDevServer-test.ts</description>
        <pubDate>Wed, 23 Mar 2022 16:50:13 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
