From 7183bbe41ad2a9747035b3600215dff2c3771507 Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:25:04 +0900 Subject: [PATCH] fix(hono-base): remove `.matchRoute` and reduce bundle size (#3595) --- src/hono-base.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/hono-base.ts b/src/hono-base.ts index 365ad096..ea23ec26 100644 --- a/src/hono-base.ts +++ b/src/hono-base.ts @@ -382,10 +382,6 @@ class Hono) { if (err instanceof Error) { return this.errorHandler(err, c) @@ -406,7 +402,7 @@ class Hono