cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2026-08-07 00:17:56 +03:00
parent 2f5e752044
commit d5a9dd3277

View File

@ -15,26 +15,19 @@ var pwpath = require('./path')
//---------------------------------------------------------------------
// Parser/Runner...
// XXX TODO:
// - callbacks on elements resolving...
// - option/way to wrap macro output -- callback??
// - naming:
// parser -> macro
// - a real parset -- compare performance and select an implementation...
//
//
// XXX ASAP move the macros here...
// XXX BUG?: <macro src=/moo/> is not parsed correctly...
// XXX need to correctly handle nested and escaped quotes...
// i.e.
// "aaa \"bbb \\"ccc\\" bbb\" aaa"
// XXX RENAME...
// ...this handles the syntax and execution...
var BaseMacros =
module.BaseMacros = {