[PR #787] [MERGED] fix: silent IMPORT_IS_UNDEFINED for proxy.ts #848

Closed
opened 2026-05-06 13:10:26 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/787
Author: @hyoban
Created: 4/7/2026
Status: Merged
Merged: 4/8/2026
Merged by: @james-elicx

Base: mainHead: 4-7-IMPORT_IS_UNDEFINED


📝 Commits (3)

  • c760b3b fix: silent IMPORT_IS_UNDEFINED for proxy.ts
  • 98faebc tweaks
  • 12e7c5a Merge branch 'cloudflare:main' into 4-7-IMPORT_IS_UNDEFINED

📊 Changes

2 files changed (+92 additions, -0 deletions)

View changed files

📝 packages/vinext/src/index.ts (+17 -0)
📝 tests/pages-router.test.ts (+75 -0)

📄 Description

[IMPORT_IS_UNDEFINED] Warning: Import `default` will always be undefined because there is no matching export in 'proxy.ts'
      ╭─[ \0virtual:vinext-rsc-entry:2632:34 ]
      │
 2632 │     ? (middlewareModule.proxy ?? middlewareModule.default)
      │                                  ────────────┬───────────  
      │                                              ╰───────────── 
──────╯

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/787 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 4/7/2026 **Status:** ✅ Merged **Merged:** 4/8/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `4-7-IMPORT_IS_UNDEFINED` --- ### 📝 Commits (3) - [`c760b3b`](https://github.com/cloudflare/vinext/commit/c760b3b546c15660476da2aec408a4c930d18ba4) fix: silent IMPORT_IS_UNDEFINED for proxy.ts - [`98faebc`](https://github.com/cloudflare/vinext/commit/98faebcdfed894bc766fc24a3979007296330e32) tweaks - [`12e7c5a`](https://github.com/cloudflare/vinext/commit/12e7c5a129d7bc7667867a0a096127bda646918e) Merge branch 'cloudflare:main' into 4-7-IMPORT_IS_UNDEFINED ### 📊 Changes **2 files changed** (+92 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/vinext/src/index.ts` (+17 -0) 📝 `tests/pages-router.test.ts` (+75 -0) </details> ### 📄 Description ``` [IMPORT_IS_UNDEFINED] Warning: Import `default` will always be undefined because there is no matching export in 'proxy.ts' ╭─[ \0virtual:vinext-rsc-entry:2632:34 ] │ 2632 │ ? (middlewareModule.proxy ?? middlewareModule.default) │ ────────────┬─────────── │ ╰───────────── ──────╯ ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:26 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#848
No description provided.