Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-10 04:14:54 +03:00
parent 8d03762b7e
commit 39e9c85f2c

View File

@ -1,8 +1,6 @@
/**********************************************************************
*
*
* XXX BUG: '@include(@(arg))' does not parse correctly while @include("@(arg)") does...
* ...likely due to the regexp not counting the brace balance...
* XXX BUG CHROME: can't .get(..) a generator...
* https://bugs.chromium.org/p/chromium/issues/detail?id=1361981
* when done test:
@ -313,6 +311,10 @@
* (see: pwiki/page.js: Page.macros.include(..) notes)
* - slot <content/> order --
* (see: page.js: Page's .macros.slot(..) notes)
* - arguments in macros that contain macros must be in quotes, e.g.
* @include("./*:@(all)")
* otherwise the macro will end on the first ')'...
* - :all argument to all pattern paths...
*
*
* XXX weaknesses to review: