From b059faca53fb0b2438e4f941de1345b6e5d6d821 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sat, 27 Jan 2024 14:12:11 +0530 Subject: [PATCH] chore: deleted file commited accidentally --- .../src/interpolate/String Interpolation.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/bruno-common/src/interpolate/String Interpolation.md diff --git a/packages/bruno-common/src/interpolate/String Interpolation.md b/packages/bruno-common/src/interpolate/String Interpolation.md deleted file mode 100644 index 6ff510e64..000000000 --- a/packages/bruno-common/src/interpolate/String Interpolation.md +++ /dev/null @@ -1,16 +0,0 @@ -String Interpolation - -### Goal - -Today our interlation logic is duplicated across multiple packages. -The goal is to centralize a single source of truth for all interpolation logic. - -### Considerations - -- We want to be flexible in terms of key naming conventions. -- We plan to support Nested environments in the future. - -### Moving away from handlebars - -I think its time to move away from handlebars. -We don't need the full power of handlebars and write a custom interpolation function that meets our needs.