This commit is contained in:
Tomas Mirchev 2025-10-30 03:48:33 +02:00
parent a3caa0150b
commit cbea6cc4dc

View File

@ -1,3 +1,8 @@
/**
* TODO:
* - Add logic for repeatable attribute
*/
function log(text) { function log(text) {
console.log(JSON.stringify(text, null, 2)); console.log(JSON.stringify(text, null, 2));
} }