-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@remix-run/deno": patch | ||
--- | ||
|
||
Fix types for request handler context |
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
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,11 +1,13 @@ | ||
{ | ||
"// Resolve NPM imports for `packages/remix-deno`.": "", | ||
"// This import map is used solely for the denoland.vscode-deno extension.": "", | ||
"// Remix does not support import maps.": "", | ||
"// Dependency management is done through `npm` and `node_modules/` instead.": "", | ||
"// Deno-only dependencies may be imported via URL imports (without using import maps).": "", | ||
"comment": [ | ||
"Resolve NPM imports for `packages/remix-deno`.", | ||
"This import map is used solely for the denoland.vscode-deno extension.", | ||
"Remix does not support import maps.", | ||
"Dependency management is done through `npm` and `node_modules/` instead.", | ||
"Deno-only dependencies may be imported via URL imports (without using import maps)." | ||
], | ||
"imports": { | ||
"@remix-run/server-runtime": "https://esm.sh/@remix-run/server-runtime@1.6.4", | ||
"@remix-run/server-runtime": "https://esm.sh/@remix-run/server-runtime@nightly", | ||
"mime": "https://esm.sh/mime@3.0.0" | ||
} | ||
} |
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
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