Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 28, 2024
1 parent 4666a90 commit 5800db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export function createStandardResponse(status: StatusCode, init?: ResponseInit):
* TODO:
* - use URLPatternList once it's available (https://github.com/whatwg/urlpattern/pull/166)
* - use iterative pattern if there is significant memory/performance improvement
* - use more efficient LRU cache implementation
* - use more efficient LRU cache implementation or Web Cache API (https://deno.com/blog/deploy-cache-api)
* - use eager loading in production mode
* - don't destroy whole tree on single file change
* - use @parcel/watcher once https://github.com/denoland/deno/issues/20071 is resolved
Expand Down

0 comments on commit 5800db8

Please sign in to comment.