From 8b15b6ba6ebf03350d4d23a5a2119f5c97c02834 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnik Date: Thu, 27 Jul 2023 22:59:26 +0300 Subject: [PATCH] Support agile extension of Eta class (#249) --- src/compile-string.ts | 4 +++- src/core.ts | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/compile-string.ts b/src/compile-string.ts index b78ee62..b3951e8 100644 --- a/src/compile-string.ts +++ b/src/compile-string.ts @@ -14,6 +14,8 @@ export function compileToString(this: Eta, str: string, options?: Partial