From e30a863ac55c6ebe2296140933046629176cccf4 Mon Sep 17 00:00:00 2001 From: Ben Gubler Date: Mon, 29 May 2023 12:35:56 -0600 Subject: [PATCH] feat: changes to autoEscape and autoFilter --- src/compile-string.ts | 6 +++--- src/config.ts | 32 ++++++++++++++++++++------------ src/core.ts | 5 +---- src/file-handling.ts | 8 ++++---- 4 files changed, 28 insertions(+), 23 deletions(-) diff --git a/src/compile-string.ts b/src/compile-string.ts index ca384a7..36a3d04 100644 --- a/src/compile-string.ts +++ b/src/compile-string.ts @@ -21,7 +21,7 @@ export function compileToString(this: Eta, str: string, options?: Partial