-
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix resolve fallbacks (fix #2040)
- Loading branch information
Showing
15 changed files
with
45 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/shared/RenderErrorPage.mjs' | ||
export { default } from './dist/shared/RenderErrorPage.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/shared/RenderErrorPage.js' | ||
export { default } from './dist/esm/shared/RenderErrorPage.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/__internal/index.mjs' | ||
export { default } from './dist/__internal/index.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/__internal/index.js' | ||
export { default } from './dist/esm/__internal/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Some tools still need this as of January 2025 | ||
export * from '../dist/esm/node/runtime/globalContext/loadImportBuild.js' | ||
export { default } from '../dist/esm/node/runtime/globalContext/loadImportBuild.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from '../dist/esm/node/runtime/page-files/setup.mjs' | ||
export { default } from '../dist/esm/node/runtime/page-files/setup.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from '../dist/esm/node/runtime/page-files/setup.js' | ||
export { default } from '../dist/esm/node/runtime/page-files/setup.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/shared/abort.mjs' | ||
export { default } from './dist/shared/abort.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/shared/abort.js' | ||
export { default } from './dist/esm/shared/abort.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/esm/node/cli/index.mjs' | ||
export { default } from './dist/esm/node/cli/index.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/node/cli/index.js' | ||
export { default } from './dist/esm/node/cli/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/esm/client/server-routing-runtime' | ||
export { default } from './dist/esm/client/server-routing-runtime' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/client/server-routing-runtime/index.js' | ||
export { default } from './dist/esm/client/server-routing-runtime/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from '../dist/esm/client/client-routing-runtime' | ||
export { default } from '../dist/esm/client/client-routing-runtime' | ||
// Some tools still need this as of January 2025 | ||
export * from '../dist/esm/client/client-routing-runtime/index.js' | ||
export { default } from '../dist/esm/client/client-routing-runtime/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/shared/getPageContext.js' | ||
export { default } from './dist/esm/shared/getPageContext.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/shared/modifyUrl.js' | ||
export { default } from './dist/esm/shared/modifyUrl.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/esm/node/plugin/index.mjs' | ||
export { default } from './dist/esm/node/plugin/index.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/node/plugin/index.js' | ||
export { default } from './dist/esm/node/plugin/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/esm/node/prerender/index.mjs' | ||
export { default } from './dist/esm/node/prerender/index.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/node/prerender/index.js' | ||
export { default } from './dist/esm/node/prerender/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/shared/route/routing.mjs' | ||
export { default } from './dist/shared/route/routing.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/shared/route/routing.js' | ||
export { default } from './dist/esm/shared/route/routing.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// eslint doesn't seem to support `package.json#exports`. | ||
export * from './dist/esm/node/runtime/index.mjs' | ||
export { default } from './dist/esm/node/runtime/index.mjs' | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/node/runtime/index.js' | ||
export { default } from './dist/esm/node/runtime/index.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Some tools still need this as of January 2025 | ||
export * from './dist/esm/types/index.js' | ||
export { default } from './dist/esm/types/index.js' |