From cbea6cc4dc7e5bdc1d562da9c679bf9187c564bb Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Thu, 30 Oct 2025 03:48:33 +0200 Subject: [PATCH] add todo --- barg.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/barg.js b/barg.js index 2c9565c..43e8def 100644 --- a/barg.js +++ b/barg.js @@ -1,3 +1,8 @@ +/** + * TODO: + * - Add logic for repeatable attribute + */ + function log(text) { console.log(JSON.stringify(text, null, 2)); }